46420 Commits (4243da4ff42e306b3622b181e12f5cd127d21414)

Author SHA1 Message Date
Andreas Rheinhardt 9856f6a443 avcodec/mpeg12.h: Move encoder-only stuff into a new header 3 years ago
Andreas Rheinhardt 977d8b6297 avcodec/mpeg12.h: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt f78ffe382c avcodec/flv.h: Split header into encoder-only and decoder-only headers 3 years ago
Andreas Rheinhardt 876d0afe1f avcodec/mpeg4video.h: Move encoder-only parts in a new file 3 years ago
Andreas Rheinhardt 1187765f3b avcodec/mpeg4video.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt 20033c7da4 avcodec/msmpegenc: Add MSMPEG4EncContext and move ac_stats to it 3 years ago
Andreas Rheinhardt e2cf60f040 avcodec/msmpeg4.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 9f2b566301 avcodec/msmpeg4.h: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 78087da47c avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers 3 years ago
Andreas Rheinhardt cc90478967 avcodec/wmv2: Split Wmv2Context into decoder and encoder context 3 years ago
Andreas Rheinhardt 584f26db0d avcodec/wmv2: Move initializing abt_scantables to the decoder 3 years ago
Andreas Rheinhardt b81a29d180 avcodec/idctdsp: Constify the permutation parameter of ff_init_scantable 3 years ago
Andreas Rheinhardt e911f5546f avcodec/h261enc: Pass PutBitContext directly in h261_encode_motion() 3 years ago
Andreas Rheinhardt 8401b94602 avcodec/h261: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt d5e87df902 avcodec/h261: Separate decode and encode contexts 3 years ago
Andreas Rheinhardt 725e2300af avcodec/mpegvideo: Enable private contexts 3 years ago
Andreas Rheinhardt 2233ef1db9 avcodec/exr: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 2d29058fb2 avcodec/amrwbdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 903e871858 avcodec/amrnbdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt b45060114d avcodec/vp[56]: Mark decoders as init-threadsafe 3 years ago
Andreas Rheinhardt ac6c1080cd avcodec/vp56: Avoid functions with only one caller 3 years ago
Andreas Rheinhardt ac9f8d7c02 avcodec/vp6: Avoid code duplication when initializing VP56 contexts 3 years ago
Andreas Rheinhardt 3cbef22f8f avcodec/vp6: Avoid allocation for alpha_context 3 years ago
Andreas Rheinhardt 55379dac53 avcodec/vp56: Cleanup generically in case of init failure 3 years ago
Andreas Rheinhardt 90e5eef731 avcodec/vp6: Check initializing VP6A context 3 years ago
Paul B Mahol fad5c6d743 avcodec/qdmc: switch to fft from lavu/tx 3 years ago
Andreas Rheinhardt f5d6c78a88 avcodec/metasound, twinvqdec: Cleanup generically upon init failure 3 years ago
Andreas Rheinhardt 6bb46cd765 avcodec/g2meet: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 21c41237d2 avcodec/4xm: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt c6fcd2ae36 avcodec/cavsdec: Fix error message 3 years ago
Andreas Rheinhardt 799e128562 avcodec/cavsdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 805d7414dc avcodec/cavsdec: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 71bd076b30 avcodec/vorbisenc: Cleanup generically on init-failure 3 years ago
Andreas Rheinhardt f200424fbf avcodec/tta: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 7743933a60 avcodec/ralf: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt ca73a2c826 avcodec/vc2enc: Cleanup generically on allocation failure 3 years ago
Andreas Rheinhardt 31da97b083 avcodec/vc2enc_dwt: Avoid NULL - 0 3 years ago
Andreas Rheinhardt fb36af3b66 avcodec/proresenc_kostya: Use av_calloc/av_malloc_array() 3 years ago
Andreas Rheinhardt 9d5810702c avcodec/proresenc_kostya: Cleanup generically after init failure 3 years ago
Andreas Rheinhardt 321c31cfe6 avcodec/cbs_jpeg: Fix size of huffman symbol table array 3 years ago
Martin Storsjö 402784ba9f aarch64: h264dsp: Fix incorrectly indented code 3 years ago
Andreas Rheinhardt 10e520f1f1 avcodec/pngdec: Cleanup generically on init failure 3 years ago
Jiasheng Jiang c4d63dbc94 avcodec/vp6: return value check for av_mallocz 3 years ago
Andreas Rheinhardt e1edfe6416 avcodec/pthread_frame: Properly unref frame in case of decoding failure 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt f025b8e110 avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 7fc10e273b avcodec/hapdec: Remove always-false check 3 years ago
Andreas Rheinhardt 7bf38eb000 avcodec/pthread_frame: Don't prematurily presume frame-threading 3 years ago