summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/liblc3dec: retrieve duration of the last packet from the demuxerAntoine SOULIER2024-04-06
* avcodec/liblc3dec: fix extradata sizeAntoine SOULIER2024-04-06
* avcodec/liblc3dec: fix typo in macro name, fix compilationAntoine SOULIER2024-04-06
* avocdec/ass: simplify linebreaksOneric2024-04-06
* avcodec/ass,webvttdec: implement more portable curly brace escapesOneric2024-04-06
* avcodec/ass,webvttdec: fix handling of backslashesOneric2024-04-06
* avcodec/webvttdec: honour bidi marksOneric2024-04-06
* avcodec/libaomenc: remove variable redefinitionJames Almer2024-04-05
* avcodec/libaomenc: bump the minimum required version to 2.0.0James Almer2024-04-05
* avcodec/wavpack: Remove always-false checkAndreas Rheinhardt2024-04-04
* avcodec/dsd: Hoist branch out of loopAndreas Rheinhardt2024-04-04
* avcodec/dsddec: Fix decoding LSBF samplesAndreas Rheinhardt2024-04-04
* avcodec/wavpack: Only initialize DSD data when encountering DSDAndreas Rheinhardt2024-04-04
* avcodec/dsd: Use double for LUTsAndreas Rheinhardt2024-04-04
* avcodec/wavpack: Fix leak and segfault on reallocation errorAndreas Rheinhardt2024-04-04
* avcodec/lossless_videoencdsp: Don't presume alignment in diff_bytesAndreas Rheinhardt2024-04-04
* avcodec/ppc/h264dsp: Fix left shifts of negative numbersAndreas Rheinhardt2024-04-04
* avcodec, avformat/ffjni: fix duplicate JNI symbolsLeo Izen2024-04-04
* avcodec/wavarc: fix signed integer overflow in block type 6/19Michael Niedermayer2024-04-04
* avcodec/liblc3enc: don't force unspec channel layoutsJames Almer2024-04-04
* avcodec/liblc3dec: sanitize channel count in avctxJames Almer2024-04-04
* avcodec/liblc3: add encoding/decoding support of LC3 audio codecAntoine Soulier via ffmpeg-devel2024-04-04
* avcodec/vvc: Rename vvc_?foo->fooAndreas Rheinhardt2024-04-04
* avcodec/vvc/vvc_inter_template: Fix left shift of negative numberAndreas Rheinhardt2024-04-04
* avcodec/libx265: do not arbitrarily limit color valuesJan Ekström2024-04-03
* avcodec/options_table: map IPT-C2, YCgCo-R variants in colorspaceJan Ekström2024-04-03
* avcodec/tiff: Don't cast const away via bsearchAndreas Rheinhardt2024-04-03
* avcodec/libvpxenc: Avoid unused-variable warning if VP9 enc is disabledAndreas Rheinhardt2024-04-03
* avcodec/proresdec2: Rename to proresdecAndreas Rheinhardt2024-04-03
* avcodec/dovi_rpu: attach ext blocks to framesNiklas Haas2024-04-03
* avcodec/dovi_rpu: parse extension blocksNiklas Haas2024-04-03
* avcodec/dovi_rpu: add ext_blocks array to DOVIContextNiklas Haas2024-04-03
* avcodec/dovi_rpu: verify RPU data CRC32Niklas Haas2024-04-03
* avcodec/dovi_rpu: strip container in separate stepNiklas Haas2024-04-03
* avcodec/dovi_rpu: switch to AVERROR_INVALIDDATANiklas Haas2024-04-03
* avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivotsquietvoid2024-04-03
* lavc/vaapi_encode: convert from lambda to qpHaihao Xiang2024-04-03
* lavc/vaapi_encode: Add VAAPI version check for BLBRCFei Wang2024-04-03
* avcodec/d3d12va_decode: remove extra spaces for declarationTong Wu2024-04-03
* avcodec/exr: Dont use 64bits to hold 6bitsMichael Niedermayer2024-04-03
* avcodec/exr: Check for remaining bits in huf_unpack_enc_table()Michael Niedermayer2024-04-03
* avcodec/apedec: Use NABS to avoid undefined negationMichael Niedermayer2024-04-03
* avcodec/hevc_ps: --typoMichael Niedermayer2024-04-03
* avcodec/mfenc: expose more properties of the media foundation encoderMark Samuelson2024-04-02
* avcodec/vvc_refs: don't ask for a "Inter layer ref" sampleJames Almer2024-04-02
* avcodec/vvcdec: inter prediction, support subpictureNuo Mi2024-04-02
* avcodec/vvcdec: mvs, support subpictureNuo Mi2024-04-02
* avcodec/vvcdec: alf, support subpictureNuo Mi2024-04-02
* avcodec/vvcdec: sao, support subpictureNuo Mi2024-04-02
* avcodec/vvcdec: sao, refact out tile_edge arraysNuo Mi2024-04-02