summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/elbg: Rename elbg_data to ELBGContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-20
* avcodec/elbg: Move avpriv_init_elbg() downAndreas Rheinhardt2021-09-20
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/opus_silk: Remove wrong size information in function declarationAndreas Rheinhardt2021-09-20
* avcodec/avcodec, options_table: Deprecate sub_text_formatAndreas Rheinhardt2021-09-20
* avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() staticAndreas Rheinhardt2021-09-20
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20