summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-1/+1
* libhb: fix segfault when decoding empty audio trackJohn Stebbins2018-05-291-1/+2
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-281-9/+4
* FFMPEG decavcodec: Consider returned error from av_buffersrc_add_frame(..)Sven Gothel2018-05-281-2/+6
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* QSV: adding HEVC10b decode supportmaxim_d332017-12-221-3/+5
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-091-283/+427
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-1/+1
* libhb: add HLG to our list of known transfer characteristics.Damiano Galassi2017-11-061-0/+2
* fix use of deprecated libav definesJohn Stebbins2017-07-061-1/+1
* decavcodec: fix wmapro audio timestampsJohn Stebbins2017-06-191-0/+7
* scan: fix very slow scanning for some filesJohn Stebbins2017-04-121-0/+1
* Fix raw video timestampsJohn Stebbins2017-04-091-0/+2
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-13/+22
* qsv: adding hevc decode supportmaxd2017-03-041-0/+8
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-211-12/+51
* decavcodec: fix commentJohn Stebbins2017-02-181-1/+1
* decavcodec: fix avcodec_open failure upon bad extradataJohn Stebbins2017-01-241-2/+6
* decavcodec: fix crash in decavcodecvInfoJohn Stebbins2017-01-241-1/+1
* qsv: fix for memory leak for decodemaxd2017-01-031-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: pass through BT.2020 transfer flagsJohn Stebbins2016-12-221-0/+4
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-0/+8
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-171-1/+6
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-1/+1
* decavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-164/+222
* 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-171-26/+33
* libhb: fix small leaksJohn Stebbins2016-12-141-2/+6
* Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-081-61/+74
* libhb: rename some masks to better reflect their purpose.Tim Walker2016-09-171-1/+1
* libhb: use the new keyframe flag.Tim Walker2016-09-171-4/+10
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-241-398/+345
* sync: move chapter logging to sync.cJohn Stebbins2016-05-171-22/+0
* move cadence (Film->Video) logging to sync.cJohn Stebbins2016-05-171-91/+0
* libhb: remove unused hb_buffer_t sequence numberJohn Stebbins2016-05-171-10/+8
* decavcodec: remove unused frame_duration_setJohn Stebbins2016-05-171-5/+0
* decavcodec: cosmeticsJohn Stebbins2016-05-171-5/+5
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-8/+0
* remove dxva hw decode (#189)John Stebbins2016-05-171-203/+48
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* decavcodec: cosmeticsJohn Stebbins2016-03-231-9/+19
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
* sync: gut and rewriteJohn Stebbins2016-01-211-0/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-7/+7
* decavcodec: don't try to memset NULL buffersJohn Stebbins2015-11-061-2/+8
* decavcodec: fix hang in avcodec decoderJohn Stebbins2015-11-061-0/+10
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-291-4/+4