summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* opencl: better release of OpenCL context to avoid more leaksmaxd2017-02-202-0/+10
* opencl: fixing leaks for clBuffersmaxd2017-02-201-0/+5
* encca_aac: factory encoder delay into timestampsJohn Stebbins2017-02-201-2/+15
* preset: fix application of anamorphic "Off"John Stebbins2017-02-191-1/+1
* sync: fix sync problem with delayed streamsJohn Stebbins2017-02-181-5/+5
* decavcodec: fix commentJohn Stebbins2017-02-181-1/+1
* qsv: fix init_delay referenceJohn Stebbins2017-02-151-1/+1
* muxavformat: Inform muxer of encoder delayJohn Stebbins2017-02-151-0/+2
* mux: revert shift timestamps by largest encoder delayJohn Stebbins2017-02-141-35/+0
* mux: shift timestamps by largest encoder delayJohn Stebbins2017-02-148-13/+49
* libhb: fix Bob + CFR Same As Source + 2 Pass encodeJohn Stebbins2017-02-091-4/+5
* qsv: Allocate planes contiguously.maxd2017-02-021-6/+4
* preset: fix behavior of AudioSecondaryEncoderModeJohn Stebbins2017-01-291-2/+2
* encca_aac: Fix initial start timeJohn Stebbins2017-01-251-2/+8
* decavcodec: fix avcodec_open failure upon bad extradataJohn Stebbins2017-01-241-2/+6
* decavcodec: fix crash in decavcodecvInfoJohn Stebbins2017-01-241-1/+1
* libhb: force title rescan after completing a job encode (#488)John Stebbins2017-01-163-0/+12
* opencl: Workaround broken drivers that crash when you call clGetPlatformIDs w...Scott2017-01-153-4/+28
* qsv: fix building with qsv disabledJohn Stebbins2017-01-112-2/+13
* json: revise range "End" for time and frame rangesJohn Stebbins2017-01-111-11/+30
* json: Decoding JSON now checks if QSV is available before setting QSV… (#509)Scott2017-01-111-0/+4
* reader: fix incorrect duration of UTF8 subtitlesJohn Stebbins2017-01-111-0/+4
* preset: fix "all" AudioTrackSelectionBehaviorJohn Stebbins2017-01-111-5/+10
* added support of Kaby Lake CPU recognitionmaxd2017-01-113-1/+10
* libhb: check if decvobsub.c private_data is not null before accessing one of ...Damiano Galassi2017-01-091-1/+1
* json: fix use of freed memoryJohn Stebbins2017-01-081-18/+23
* qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware exis...sr552017-01-061-13/+15
* decsrtsub: fix extra blank linesJohn Stebbins2017-01-041-1/+1
* libhb: better bound checking in ParseControls.Damiano Galassi2017-01-041-2/+37
* libhb: allow removal of tagsJohn Stebbins2017-01-031-18/+81
* qsv: fix for memory leak for decodemaxd2017-01-031-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-0192-92/+92
* presets: fix hb_preset_moveJohn Stebbins2016-12-301-1/+1
* libhb: fix audio bitrate when using fallback encoderJohn Stebbins2016-12-291-31/+1
* encavcodec: fix 2 pass vp8 and vp9 encodingJohn Stebbins2016-12-271-0/+9
* encavcodec: fix crash during 2 pass encodeJohn Stebbins2016-12-271-2/+2
* qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33sr552016-12-231-1/+1
* libhb: pass through BT.2020 transfer flagsJohn Stebbins2016-12-222-0/+6
* stream: fix SRT subtitle durationJohn Stebbins2016-12-221-0/+1
* fix unreachable code, really fix boolean logic this timeJohn Stebbins2016-12-211-1/+2
* fix compiler warning and operator precedence problemJohn Stebbins2016-12-211-1/+1
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-217-22/+60
* libhb: immediately set hb_state_t pass and pass_count to -1 in hb_start(), so...Damiano Galassi2016-12-201-0/+2
* fix memory leaksJohn Stebbins2016-12-173-2/+3
* stream: fix SRT detectionJohn Stebbins2016-12-171-0/+1
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-172-3/+6
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-1715-435/+435
* qsv: fix more compiler warningsJohn Stebbins2016-12-174-6/+6
* qsv_memory: fix compiler warningsJohn Stebbins2016-12-171-4/+4
* qsv_libav: silence compiler warningJohn Stebbins2016-12-171-1/+1