45642 Commits (2c734a84964c6f6896194b0a3175124897468eac)

Author SHA1 Message Date
Limin Wang 871fee82e1 avcodec/videotoolboxenc: use goto end for memory cleanup 3 years ago
Limin Wang f25871d790 avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8() 3 years ago
Limin Wang ba03e4ed33 avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8() 3 years ago
Nachiket Tarate 343c03c61c libavcodec/adts_header: add frame_length field and avpriv function to parse AAC ADTS header 3 years ago
Michael Niedermayer 1902a60dda avcodec/gemdec: Use ff_set_dimensions() 3 years ago
Michael Niedermayer 17e36fac0b avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2() 3 years ago
Limin Wang 617cf44c8c avcodec/bitpacked: check av_buffer_ref result 3 years ago
Zhao Zhili a742ba60f1 libavcodec/speexdec: fix memleak in error path 3 years ago
Paul B Mahol 5133f4c2c1 avcodec/lagarith: return early on error 3 years ago
Paul B Mahol 148ada5577 avcodec: add native Speex decoder 3 years ago
Limin Wang c0d38beac0 avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8() 3 years ago
Michael Niedermayer 98aec8c1b8 avcodec/h274: Fix signed left shift 3 years ago
Michael Niedermayer f054871a65 avcodec/h264_slice: Check idr_pic_id 3 years ago
Peter Ross 60a9d3778f avcodec: GEM Raster image decoder 3 years ago
Limin Wang 00ec682a70 avcodec/hevcdec: set the film grain property if present 3 years ago
Michael Niedermayer f059b56195 avcodec/apedec: Use 64bit to avoid overflow 3 years ago
Michael Niedermayer ad517ee6e4 avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() 3 years ago
Michael Niedermayer cc721fc292 avcodec/amr_parser: Treat 0 channels as 1 3 years ago
Andreas Rheinhardt 5e1b5b52fe avcodec/aliaspixenc: Remove redundant counter 3 years ago
Andreas Rheinhardt c9b44a79d1 avcodec/rasc: Fix potential use of uninitialized value 3 years ago
Michael Niedermayer 07e4669053 avcodec/wmaprodec: Do not initialize unused variable to out of array value 3 years ago
Paul B Mahol a97cad8b0b avcodec/amrnbdec: move channel_size bellow to avoid array overreads 3 years ago
Paul B Mahol 17130321f3 avcodec/mlpdec: skip decoding substreams if their channels are not to be used 3 years ago
Paul B Mahol 114634a51a avcodec/mlpdec: update matrix encoding only if it changed 3 years ago
Paul B Mahol d2cf2cb0bd avcodec/amr*dec: reindent 3 years ago
Paul B Mahol f282c34c00 avcodec/amr*dec: add multichannel support 3 years ago
Paul B Mahol 1f447fd954 avcodec: add amr parser 3 years ago
Andreas Rheinhardt 8ae0ef5327 avcodec/vc1_pred: Remove unused function parameter 3 years ago
Andreas Rheinhardt 98f52efbfa avcodec/mpegaudiodec_template: Remove unused variable 3 years ago
Andreas Rheinhardt a412b5e792 avcodec/bmpenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt eec5a45f05 avcodec/dnxhdenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt 30c802f3ae avcodec/dpxenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt 39d28ea4d5 avcodec/magicyuvenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt c10a2959c0 avcodec/proresenc_anatoliy: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt be6da2f252 avcodec/snowenc: Remove redundant pixel format check 3 years ago
Andreas Rheinhardt 4b1aa74de3 avcodec/magicyuvenc: Use immediate when known 3 years ago
Michael Niedermayer 1ad4782d2a avcodec/siren: Improve the bits left threshold in decode_envelope() 3 years ago
Michael Niedermayer 109113b54f avcodec/siren: Check available bits in decode_envelope() 3 years ago
Andreas Rheinhardt d619e82e97 avcodec/zmbvenc: Remove redundant pixel format check 3 years ago
Limin Wang c5f3143090 avcodec/libsvtav1: properly enforce CQP mode when set in wrapper 3 years ago
Limin Wang e99be1735a avcodec: remove the unused low_delay 3 years ago
Peter Ross 855014ff83 avcodec/siren: add checksum calculation 3 years ago
Peter Ross e40593c050 avcodec/siren: don't reduce getbitcontext size by checksum_bits at initialisation 3 years ago
Peter Ross b007e8968f avcodec/siren: prevent getbitcontext overread 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 3f11eac757 avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY 3 years ago
Andreas Rheinhardt f09fd1c6c7 avcodec/codec_desc: Mark MLP as not being intra-only 3 years ago
Andreas Rheinhardt db25180e9d avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually 3 years ago
NoHalfBits b786bc7433 avcodec/videotoolboxenc: Fixes non-B-Frame encoding 3 years ago
Michael Niedermayer 0e45886e6e avcodec/apedec: Fix integer overflow in filter_fast_3320() 3 years ago