summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* encavcodecaudio: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-111/+100
* encavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-141/+136
* decavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-164/+222
* stream: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-91/+87
* muxavformat: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-90/+106
* decpgssub: fix use of deprecated rect->pictJohn Stebbins2016-12-171-2/+2
* fix chapter markers when encoding with libav video encoderJohn Stebbins2016-12-171-1/+1
* potential fix for hard to reproduce crashJohn Stebbins2016-12-171-3/+12
* qsv: Update condition under which context is closed.Tim Walker2016-12-171-2/+6
* decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.Tim Walker2016-12-174-43/+51
* qsv: Fix crash attempting to destroy mutex.Tim Walker2016-12-171-2/+6