summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* log when auto-rotation is appliedJohn Stebbins2020-04-171-0/+3
* decavsub: use libav to decode EIA 608 subtitlesJohn Stebbins2020-03-291-38/+12
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-7/+7
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* decavcodec: fix memory leakJohn Stebbins2019-08-301-0/+1
* audio_resample: set input and output samplerateJohn Stebbins2019-08-051-0/+7
* Fix dropped audio when embedded CC sub is selectedJohn Stebbins2019-07-151-2/+3
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-281-2/+3
* decvcodec: fix building with QSV disabledJohn Stebbins2019-05-271-1/+1
* qsv: zero-copy re-implementationmaximd332019-05-261-38/+47
* libhb: pass AV_PKT_FLAG_DISCARD through to decoderJohn Stebbins2019-05-021-0/+7
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-12/+12
* avfilter: split individual filters to separate filesJohn Stebbins2019-04-081-6/+6
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-2/+42
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-5/+12
* avfilter: simplify internal API to avfilterJohn Stebbins2019-04-081-144/+45
* decavcodec: fix setting up AVCodecContext extradataJohn Stebbins2019-02-141-8/+9
* Add WebM support (#1822)Justin Bull2019-02-131-1/+1
* decavcodec: fix error when ffmpeg parser changes the codec_idJohn Stebbins2019-02-111-4/+17
* decavcodec: fix more potential uses of uninitialized variablesTim Walker2019-01-081-6/+6
* fix missing frames when transcoding m2ts filesJohn Stebbins2019-01-071-0/+66
* decavcodec: fix potential use of uninitialized variablesJohn Stebbins2019-01-051-2/+2
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* decavcodec: fix use after freeJohn Stebbins2018-11-071-1/+1
* decavcodec: packetize data before searching for extradataJohn Stebbins2018-11-061-197/+158
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-271-1/+2
* decavcodec: fix crash during audio probeJohn Stebbins2018-06-201-2/+5
* Fix PGS subtitle decoding...John Stebbins2018-06-131-0/+10
* decavcodec: fix issues with audio that has no explicit channel_layoutJohn Stebbins2018-06-041-9/+32
* 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