aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to itAndreas Rheinhardt2022-02-135-24/+27
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-137-28/+55
* avcodec/msmpeg4.h: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-135-16/+48
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-139-13/+69
* avcodec/wmv2: Split Wmv2Context into decoder and encoder contextAndreas Rheinhardt2022-02-134-52/+73
* avcodec/wmv2: Move initializing abt_scantables to the decoderAndreas Rheinhardt2022-02-132-6/+6
* avcodec/idctdsp: Constify the permutation parameter of ff_init_scantableAndreas Rheinhardt2022-02-132-2/+2
* avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion()Andreas Rheinhardt2022-02-131-7/+6
* avcodec/h261: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-134-8/+42
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-134-51/+72
* avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt2022-02-132-0/+6
* avcodec/exr: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-131-0/+1
* avcodec/amrwbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-131-0/+1
* avcodec/amrnbdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-131-0/+1
* avcodec/vp[56]: Mark decoders as init-threadsafeAndreas Rheinhardt2022-02-132-4/+4
* avcodec/vp56: Avoid functions with only one callerAndreas Rheinhardt2022-02-133-16/+8
* avcodec/vp6: Avoid code duplication when initializing VP56 contextsAndreas Rheinhardt2022-02-131-24/+27
* avcodec/vp6: Avoid allocation for alpha_contextAndreas Rheinhardt2022-02-131-6/+4
* avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt2022-02-134-3/+8
* avcodec/vp6: Check initializing VP6A contextAndreas Rheinhardt2022-02-131-3/+5
* avcodec/qdmc: switch to fft from lavu/txPaul B Mahol2022-02-121-12/+14
* avcodec/metasound, twinvqdec: Cleanup generically upon init failureAndreas Rheinhardt2022-02-114-6/+4
* avcodec/g2meet: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-2/+1
* avcodec/4xm: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-4/+2
* avcodec/cavsdec: Fix error messageAndreas Rheinhardt2022-02-111-1/+1
* avcodec/cavsdec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-111-1/+1
* avcodec/cavsdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-112-3/+2
* avcodec/vorbisenc: Cleanup generically on init-failureAndreas Rheinhardt2022-02-111-6/+3
* avcodec/tta: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-4/+2
* avcodec/ralf: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-19/+7
* avcodec/vc2enc: Cleanup generically on allocation failureAndreas Rheinhardt2022-02-111-9/+4
* avcodec/vc2enc_dwt: Avoid NULL - 0Andreas Rheinhardt2022-02-111-2/+4
* avcodec/proresenc_kostya: Use av_calloc/av_malloc_array()Andreas Rheinhardt2022-02-111-5/+5
* avcodec/proresenc_kostya: Cleanup generically after init failureAndreas Rheinhardt2022-02-111-10/+4
* avcodec/cbs_jpeg: Fix size of huffman symbol table arrayAndreas Rheinhardt2022-02-112-3/+3
* aarch64: h264dsp: Fix incorrectly indented codeMartin Storsjö2022-02-111-88/+88
* avcodec/pngdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-111-6/+3
* avcodec/vp6: return value check for av_malloczJiasheng Jiang2022-02-111-0/+4
* avcodec/pthread_frame: Properly unref frame in case of decoding failureAndreas Rheinhardt2022-02-091-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-0959-283/+252
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-0915-64/+118
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-0928-36/+79
* avcodec/hapdec: Remove always-false checkAndreas Rheinhardt2022-02-091-3/+0
* avcodec/pthread_frame: Don't prematurily presume frame-threadingAndreas Rheinhardt2022-02-091-3/+7
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-02-091-3/+3
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-02-091-2/+1
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-02-091-1/+1
* avcodec/vp8: Remove always-false checkAndreas Rheinhardt2022-02-091-3/+0
* avcodec/hcadec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-091-1/+1
* avcodec/hcadec: Fix memleak upon allocation errorAndreas Rheinhardt2022-02-091-0/+1