summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/mxpegdec: Check for AVDISCARD_ALLMichael Niedermayer2021-09-26
* avcodec/h274: fix bad left shiftsMichael Niedermayer2021-09-26
* avcodec/flicvideo: Check remaining bytes in FLI*COPYMichael Niedermayer2021-09-26
* avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer2021-09-26
* avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Remove redundant assertAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt2021-09-26
* avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt2021-09-26
* avcodec/j2kenc: Fix AV_OPT_TYPE_CONST offsetsAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt2021-09-26
* avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt2021-09-26
* avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt2021-09-26
* webp: fix transforms after a palette with pixel packing.Maryla2021-09-25
* avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt2021-09-25
* avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt2021-09-25
* lavc/aarch64: fix relocation out of range errorZhao Zhili2021-09-25
* avcodec/libsvtav1: Fix value range for rc modeLimin Wang2021-09-25
* avcodec/libsvtav1: make coded GOP type configurableLimin Wang2021-09-25
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-25
* avcodec/av1_parser: constify some variablesJames Almer2021-09-24
* avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrictAndreas Rheinhardt2021-09-24
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/cinepakenc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Also allocate buffers for recursion only onceAndreas Rheinhardt2021-09-23
* avcodec/mlpenc: fix encoding stereo single stream in TrueHDPaul B Mahol2021-09-23
* avcodec/mlpdec: fix decoding single stereo stream in TrueHDPaul B Mahol2021-09-23
* avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier2021-09-23
* avcodec/cbs_h265: support general_profile_idc 11James Almer2021-09-22
* avcodec/dynamic_hdr10_plus: check size before using itLimin Wang2021-09-22
* avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)Limin Wang2021-09-22
* avcodec/hevc_sei: check size before using itLimin Wang2021-09-22
* avcodec/libdav1d: let libdav1d choose optimal max frame delayJames Almer2021-09-21
* avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer2021-09-21
* avcodec/libdav1d: pass auto threads value to libdav1dJames Almer2021-09-20
* avcodec/elbg: Keep buffers to avoid allocations and freesAndreas Rheinhardt2021-09-20
* avcodec/elbg: Move arguments to the context early if possibleAndreas Rheinhardt2021-09-20
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20