summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: fix adapter details info when multiple runsagalin892021-03-211-2/+5
* qsv: redesigned adapter capabilities collection and reporingagalin892021-03-121-27/+4
* fixed typosfreddii2021-02-251-1/+1
* libhb: passthru mastering display metadata and content light level metadata.Damiano Galassi2021-02-011-0/+23
* libhb: revert part of the previous colormatrix override commit.Damiano Galassi2021-01-251-4/+4
* libhb: change the color-matrix cli option behavior. Set the color info at the...Damiano Galassi2021-01-241-4/+4
* libhb: re-implement colorspace filter with zimg, add tonemap, and expose the ...Damiano Galassi2021-01-231-0/+8
* libhb: use av_get_pix_fmt_name to get the pixel format string.Damiano Galassi2020-11-191-1/+1
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-181-1/+1
* qsv: added AV1 HW decoding capabilitiesagalin892020-11-121-1/+9
* qsv: remove globalsagalin892020-08-201-4/+4
* qsv: fixing linux buildDmitrichenko, Max2020-07-221-1/+1
* qsv: reimplemented context memory management and small fixesArtem Galin2020-07-201-11/+8
* qsv: move hw filters flag check into functionArtem Galin2020-07-201-1/+1
* qsv: remove globalsArtem Galin2020-07-201-4/+14
* qsv: added HW offload of resize filterArtem Galin2020-07-201-9/+21
* Fix a typo in decavcodec.cMartin Storsjö2020-07-111-1/+1
* 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