summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/videotoolboxenc: use goto end for memory cleanupLimin Wang2021-10-13
* avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-13
* avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-13
* libavcodec/adts_header: add frame_length field and avpriv function to parse A...Nachiket Tarate2021-10-13
* avcodec/gemdec: Use ff_set_dimensions()Michael Niedermayer2021-10-11
* avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer2021-10-11
* avcodec/bitpacked: check av_buffer_ref resultLimin Wang2021-10-11
* libavcodec/speexdec: fix memleak in error pathZhao Zhili2021-10-11
* avcodec/lagarith: return early on errorPaul B Mahol2021-10-10
* avcodec: add native Speex decoderPaul B Mahol2021-10-10
* avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-09
* avcodec/h274: Fix signed left shiftMichael Niedermayer2021-10-09
* avcodec/h264_slice: Check idr_pic_idMichael Niedermayer2021-10-09
* avcodec: GEM Raster image decoderPeter Ross2021-10-08
* avcodec/hevcdec: set the film grain property if presentLimin Wang2021-10-08
* avcodec/apedec: Use 64bit to avoid overflowMichael Niedermayer2021-10-07
* avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer2021-10-07
* avcodec/amr_parser: Treat 0 channels as 1Michael Niedermayer2021-10-07
* avcodec/aliaspixenc: Remove redundant counterAndreas Rheinhardt2021-10-07
* avcodec/rasc: Fix potential use of uninitialized valueAndreas Rheinhardt2021-10-07
* avcodec/wmaprodec: Do not initialize unused variable to out of array valueMichael Niedermayer2021-10-05
* avcodec/amrnbdec: move channel_size bellow to avoid array overreadsPaul B Mahol2021-10-03
* avcodec/mlpdec: skip decoding substreams if their channels are not to be usedPaul B Mahol2021-10-03
* avcodec/mlpdec: update matrix encoding only if it changedPaul B Mahol2021-10-03
* avcodec/amr*dec: reindentPaul B Mahol2021-10-03
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-03
* avcodec: add amr parserPaul B Mahol2021-10-02
* avcodec/vc1_pred: Remove unused function parameterAndreas Rheinhardt2021-10-02
* avcodec/mpegaudiodec_template: Remove unused variableAndreas Rheinhardt2021-10-02
* avcodec/bmpenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/dnxhdenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/magicyuvenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/proresenc_anatoliy: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* avcodec/magicyuvenc: Use immediate when knownAndreas Rheinhardt2021-10-02
* avcodec/siren: Improve the bits left threshold in decode_envelope()Michael Niedermayer2021-09-29
* avcodec/siren: Check available bits in decode_envelope()Michael Niedermayer2021-09-29
* avcodec/zmbvenc: Remove redundant pixel format checkAndreas Rheinhardt2021-09-29
* avcodec/libsvtav1: properly enforce CQP mode when set in wrapperLimin Wang2021-09-29
* avcodec: remove the unused low_delayLimin Wang2021-09-29
* avcodec/siren: add checksum calculationPeter Ross2021-09-28
* avcodec/siren: don't reduce getbitcontext size by checksum_bits at initialisa...Peter Ross2021-09-28
* avcodec/siren: prevent getbitcontext overreadPeter Ross2021-09-28
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt2021-09-28
* avcodec/codec_desc: Mark MLP as not being intra-onlyAndreas Rheinhardt2021-09-28
* avcodec/mlpenc: Set AV_PKT_FLAG_KEY manuallyAndreas Rheinhardt2021-09-28
* avcodec/videotoolboxenc: Fixes non-B-Frame encodingNoHalfBits2021-09-27
* avcodec/apedec: Fix integer overflow in filter_fast_3320()Michael Niedermayer2021-09-26