summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/jpegls: Remove unused structureAndreas Rheinhardt2020-09-07
* tiff: remove tiff type check for ICC profilesLynne2020-09-06
* avcodec/pixlet: postprocess luma using precalculated lutPaul B Mahol2020-09-06
* avcodec/vp9dsp_template: Fix integer overflow in iadst8_1d()Michael Niedermayer2020-09-05
* avcodec/tdsc: Only reallocate deflatebuffer if its size changedMichael Niedermayer2020-09-05
* avcodec/jpeglsenc: Remove redundant av_packet_unref()Andreas Rheinhardt2020-09-05
* avcodec/notchlc: simplify reading le16 in lz4_decompressPaul B Mahol2020-09-05
* avcodec/dxtory: add frame threads supportPaul B Mahol2020-09-05
* avcodec/dxtory: add missed rgb555/rgb565 formats for vflip casePaul B Mahol2020-09-05
* avcodec/dxtory: support subsampled formats with non-aligned sizePaul B Mahol2020-09-05
* avcodec/photocd: Remove set-but-unused variablesAndreas Rheinhardt2020-09-04
* avcodec/mobiclip: Fix mixed declarations and codeAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Avoid allocation for arrayAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Remove unused array from contextAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Don't use static storage for context-dependent dataAndreas Rheinhardt2020-09-04
* avcodec/bink: Only keep what is used from HpelDSPContextAndreas Rheinhardt2020-09-04
* avcodec/bink: Combine allocations of arrays into oneAndreas Rheinhardt2020-09-04
* avcodec/bink: Fix memleak upon init failureAndreas Rheinhardt2020-09-04
* avcodec: add PhotoCD decoderPaul B Mahol2020-09-04
* avcodec: add MobiClip video decoderPaul B Mahol2020-09-03
* avcodec: add FastAudio decoderPaul B Mahol2020-09-03
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-03
* avcodec/dxtory: add support for vertically flipped framesPaul B Mahol2020-09-03
* avcodec/nvenc_hevc: add ff_nvenc_encode_flush() for .flushLimin Wang2020-09-03
* avcodec/proresdec2: let long name match one from codec_desc.cPaul B Mahol2020-09-02
* avcodec/cbs_av1: add missing frame restoration type enum valuesFei Wang2020-09-02
* cbs_av1: Fill tile width/height values when uniform_tile_spacing_flag is setMark Thompson2020-09-02
* cbs_mpeg2: Use table-based alloc/freeMark Thompson2020-09-02
* cbs_av1: Use table-based alloc/freeMark Thompson2020-09-02
* cbs_vp9: Use table-based alloc/freeMark Thompson2020-09-02
* cbs_h265: Use table-based alloc/freeMark Thompson2020-09-02
* h264_redundant_pps: Make it reference-compatibleAndreas Rheinhardt2020-09-02
* cbs_h2645: Ensure that non-refcounted parameter sets are fully copiedMark Thompson2020-09-02
* cbs: Add support functions for handling unit content referencesMark Thompson2020-09-02
* cbs_h264: Use table-based alloc/freeMark Thompson2020-09-02
* cbs: Add macros to support defining unit type tablesMark Thompson2020-09-02
* cbs: Describe allocate/free methods in tabular formMark Thompson2020-09-02
* cbs: Ensure that reference fields always follow the associated pointerMark Thompson2020-09-02
* avcodec/encode: unref the packet on AVCodec.receive_packet() failureJames Almer2020-09-01
* avcodec/qpeg: speed-up copy of bytesPaul B Mahol2020-09-01
* avcodec/magicyuv: Avoid intermediate array when parsing Huffman tablesAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Unify creating Huffman tablesAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Reuse array instead of using multiple arraysAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Don't zero unnecessarilyAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Simplify check for invalid Huffman codesAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Unify qsort comparison functionsAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Avoid copying values around pointlesslyAndreas Rheinhardt2020-09-01
* avcodec/magicyuv: Don't invert Huffman table symbols twiceAndreas Rheinhardt2020-09-01
* avcodec/bitstream: Remove outdated commentAndreas Rheinhardt2020-09-01
* avcodec/sheervideo: use cached bitstream reader except for x32Paul B Mahol2020-08-31