46159 Commits (8359803957eceeebe1f934c11330794bc0faf5ae)

Author SHA1 Message Date
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
Michael Niedermayer ce43e1c581 avcodec/motion_est: fix indention of ff_get_best_fcode() 3 years ago
Michael Niedermayer 634312a70f avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode() 3 years ago
Michael Niedermayer 6ee283d7d0 avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned 3 years ago
Andreas Rheinhardt 8b49436452 avcodec/vp8: Remove always-false check 3 years ago
Andreas Rheinhardt 42140010a2 avcodec/hcadec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 2c7f25d460 avcodec/hcadec: Fix memleak upon allocation error 3 years ago
Andreas Rheinhardt 67e1013a96 avcodec/cbs_mpeg2: Use smaller scope for variables 3 years ago
Andreas Rheinhardt 70a90fb73e avcodec/internal.h: Move avpriv_find_start_code() to startcode.h 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt 115ac90ec9 avcodec/cbs_mpeg2: Simplify splitting fragment 3 years ago
Andreas Rheinhardt 66d7a21132 avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit 3 years ago