summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-13
* avcodec/msmpeg4.h: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-13
* avcodec/wmv2: Split Wmv2Context into decoder and encoder contextAndreas Rheinhardt2022-02-13
* avcodec/wmv2: Move initializing abt_scantables to the decoderAndreas Rheinhardt2022-02-13
* avcodec/idctdsp: Constify the permutation parameter of ff_init_scantableAndreas Rheinhardt2022-02-13
* avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()Andreas Rheinhardt2022-02-13
* avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt2022-02-13
* avcodec/exr: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/amrwbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/amrnbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/vp[56]: Mark decoders as init-threadsafeAndreas Rheinhardt2022-02-13
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-13
* avcodec/vp6: Avoid code duplication when initializing VP56 contextsAndreas Rheinhardt2022-02-13
* avcodec/vp6: Avoid allocation for alpha_contextAndreas Rheinhardt2022-02-13
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-13
* avcodec/vp6: Check initializing VP6A contextAndreas Rheinhardt2022-02-13
* avcodec/qdmc: switch to fft from lavu/txPaul B Mahol2022-02-12
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-11
* avcodec/g2meet: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/4xm: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/cavsdec: Fix error messageAndreas Rheinhardt2022-02-11
* avcodec/cavsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-11
* avcodec/cavsdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vorbisenc: Cleanup generically on init-failureAndreas Rheinhardt2022-02-11
* avcodec/tta: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/ralf: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vc2enc: Cleanup generically on allocation failureAndreas Rheinhardt2022-02-11
* avcodec/vc2enc_dwt: Avoid NULL - 0Andreas Rheinhardt2022-02-11
* avcodec/proresenc_kostya: Use av_calloc/av_malloc_array()Andreas Rheinhardt2022-02-11
* avcodec/proresenc_kostya: Cleanup generically after init failureAndreas Rheinhardt2022-02-11
* avcodec/cbs_jpeg: Fix size of huffman symbol table arrayAndreas Rheinhardt2022-02-11
* aarch64: h264dsp: Fix incorrectly indented codeMartin Storsjö2022-02-11
* avcodec/pngdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vp6: return value check for av_malloczJiasheng Jiang2022-02-11
* avcodec/pthread_frame: Properly unref frame in case of decoding failureAndreas Rheinhardt2022-02-09
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/hapdec: Remove always-false checkAndreas Rheinhardt2022-02-09
* avcodec/pthread_frame: Don't prematurily presume frame-threadingAndreas Rheinhardt2022-02-09
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-02-09
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-02-09
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-02-09
* avcodec/vp8: Remove always-false checkAndreas Rheinhardt2022-02-09
* avcodec/hcadec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-09
* avcodec/hcadec: Fix memleak upon allocation errorAndreas Rheinhardt2022-02-09