summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* vfr: fix invalid read/writeJohn Stebbins2017-02-261-3/+2
* encca_aac: fix a small leakDamiano Galassi2017-02-241-0/+1
* encca_aac: use the libhb list helper functions to append buffersDamiano Galassi2017-02-241-34/+20
* encca_aac: no need to pad manually the remaining dataDamiano Galassi2017-02-241-12/+0
* encca_aac: flush all the remaining packets from encodersDamiano Galassi2017-02-241-17/+30
* audio_resample: fix mapping of mono to single channel (#593)John Stebbins2017-02-241-0/+27
* encx265: fix compiler warningJohn Stebbins2017-02-221-1/+0
* encx265: fix 2 pass encoding when framerate is wrongJohn Stebbins2017-02-221-3/+2
* dvd: add widescreen/letterbox/pan&scan/4:3 to vobsub descriptionJohn Stebbins2017-02-213-10/+55
* dvd: add widescreen vobsubs when letterbox is permittedJohn Stebbins2017-02-212-154/+228
* vfr: add cfr frame drop debugging logsJohn Stebbins2017-02-211-0/+32
* vfr: simplify and improve CFR frame dropping algoJohn Stebbins2017-02-211-158/+198
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-213-18/+61
* encavcodecaudio: set encoder time_base to 90khzJohn Stebbins2017-02-211-7/+9
* encavcodecaudio: fix dropping of final input packetJohn Stebbins2017-02-211-1/+1
* 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