43103 Commits (ebf2a8abdfd7d314e63528773de210bff90e86e3)

Author SHA1 Message Date
Limin Wang ebf2a8abdf avcodec/aacenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang e6628ac8ff avcodec/ac3enc_template: remove FF_ALLOC_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang 861b20aa95 avcodec/ac3enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang d5d00cb516 avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang 479c89aa2e avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang afaaf27fc4 avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label 5 years ago
Limin Wang 8a8802e9cb avcodec/apedec: remove FF_ALLOC_OR_GOTO and gotos lable 5 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 5 years ago
Limin Wang 42a3850360 avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Limin Wang 17e88bf0df avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Limin Wang ee726e777b avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Limin Wang 61454bb6ff avcodec/apedec: add FF_CODEC_CAP_INIT_CLEANUP 5 years ago
Limin Wang 3240121509 avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lable 5 years ago
Limin Wang 0a1dc81723 avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 5 years ago
Limin Wang d6cdedee4c avcodec/h264dec: store count of the tables into const variable for long lines 5 years ago
Limin Wang 96cc392a17 avcodec/h264dec: cosmetics 5 years ago
Michael Niedermayer 314d10f7a6 avcodec/wmalosslessdec: Check block_align maximum 5 years ago
Michael Niedermayer aa88cdfd90 avcodec/loco: Fix signed integer overflow in loco_get_rice() 5 years ago
Michael Niedermayer 49ba60fed0 avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit() 5 years ago
Michael Niedermayer 48de8f5816 avcodec/mpeg12dec: remove outdated comments 5 years ago
Michael Niedermayer 38fbf33c72 avcodec/snowdec: Avoid integer overflow with huge qlog 5 years ago
Michael Niedermayer d7a2311a2c avcodec/movtextdec: Fix shift overflows in mov_text_init() 5 years ago
Anton Khirnov 851e0dfe29 AVCodecContext: switch to child_class_iterate() 5 years ago
Anton Khirnov c0d6eaca50 bsf: switch to child_class_iterate() 5 years ago
Anton Khirnov 0d6b4351c6 Remove unnecessary use of avcodec_close(). 5 years ago
James Almer 1ee3c984b9 avcodec/snow: ensure current_picture is writable before modifying its data 5 years ago
Anton Khirnov 6943ab688d pthread_frame: change the way delay is set 5 years ago
Michael Niedermayer c5079bf3bc Bump minor versions after branching 4.3 5 years ago
Michael Niedermayer 0a8a96c251 Bump minor versions to separate 4.3 from master 5 years ago
Michael Niedermayer 4f33a9803a avcodec/mpeg12dec: Fix got_output 5 years ago
Michael Niedermayer 3371d0611f tools/target_dec_fuzzer: enable mjpeg for tiff or tdsc 5 years ago
Michael Niedermayer b7e5c8f67d avcodec/hcadec: Check or bound indexes 5 years ago
Michael Niedermayer 8e21379da1 avcodec/pnm: Check scale 5 years ago
Anton Khirnov b7e1821284 hevc: move SliceHeader and LongTermRPS back to hevcdec.h 5 years ago
Anton Khirnov fb30c9107a hevc_parser: drop the use of SliceHeader 5 years ago
Anton Khirnov 2a9bed8fc1 hevc_refs: reduce code duplication in find_ref_idx() 5 years ago
Andreas Rheinhardt d29aaf12f4 avcodec/v4l2_m2m_enc: Avoid ;; 5 years ago
Michael Niedermayer 27c42d33bc avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs() 5 years ago
Michael Niedermayer 292b9b93a5 avcodec/lzf: Consider the needed size in reallocation 5 years ago
Michael Niedermayer 6d96bae9c4 avcodec/adpcm: XA: Check shift similar to filter 5 years ago
Gautam Ramakrishnan d09c35677d libavcodec/jpeg2000_parser: Add jpeg2000 parser 5 years ago
James Almer 49d37b4b61 avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newer 5 years ago
Michael Niedermayer a1223ddc56 avcodec/huffyuvdec: Test vertical coordinate more often 5 years ago
Thierry Foucu a1a85579e3 libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 5 years ago
Thierry Foucu 3dc24b3379 libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 5 years ago
Thierry Foucu d5422a14e2 libavcodec/png_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer. 5 years ago
Michael Niedermayer cf28521fee avcodec/hq_hqa: Check info size 5 years ago
Michael Niedermayer 7f817853cd avcodec/mv30: Fix multiple integer overflows in idct_1d() 5 years ago
Michael Niedermayer e73a251680 avcodec/mv30: Do not allow MVs outside the allocated image 5 years ago
Michael Niedermayer c42ed06695 avcodec/wmalosslessdec: Fix integer overflow in mclms_predict() 5 years ago