summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/ccaption_dec: add support for colorsPaul B Mahol2020-06-15
* avcodec/iirfilter: Fix memleakAndreas Rheinhardt2020-06-15
* avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt2020-06-15
* avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang2020-06-15
* avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang2020-06-15
* avcodec/cbs_av1: abort when written inferred values don't matchJames Almer2020-06-14
* avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer2020-06-14
* avcodec/libzvbi-teletextdec: fix txt_default_region limitsMarton Balint2020-06-14
* avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer2020-06-14
* avcodec/mv30: check mode_size vs. input spaceMichael Niedermayer2020-06-14
* avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer2020-06-14
* avcodec/jpeg2000dec: Fix/check for multiple integer overflowsMichael Niedermayer2020-06-14
* avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer2020-06-14
* avcodec/sonic: Fix several integer state overflowsMichael Niedermayer2020-06-14
* avcodec/sonic: Fix several integer overflowsMichael Niedermayer2020-06-14
* avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer2020-06-14
* avcodec/pixlet: Fix log(0) checkMichael Niedermayer2020-06-14
* avcodec/iff: Fix off by x errorMichael Niedermayer2020-06-14
* avcodec/smvjpegdec: remove uninitialized retLimin Wang2020-06-14
* avcodec/mpegvideo: remove extra spaceLimin Wang2020-06-14
* lavc/qsv: fix make checkheaders warningJun Zhao2020-06-14
* avcodec/ccaption_dec: switch active screen in end of caption earlyPaul B Mahol2020-06-13
* avcodec/ccaption_dec: remove unused arguments from functionPaul B Mahol2020-06-13
* avcodec/ccaption_dec: check for error codesPaul B Mahol2020-06-13
* avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-13
* avcodec/mpegpicture: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/mpegvideo: simplify check for av_frame_allocLimin Wang2020-06-13
* avcodec/iirfilter: remove FF_ALLOCZ_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/aacenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/ac3enc_template: remove FF_ALLOC_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/ac3enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/apedec: remove FF_ALLOC_OR_GOTO and gotos lableLimin Wang2020-06-13
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* avcodec/apedec: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-06-13
* avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lableLimin Wang2020-06-13
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-13
* avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang2020-06-13
* avcodec/h264dec: cosmeticsLimin Wang2020-06-13
* avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer2020-06-13
* avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer2020-06-13
* avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()Michael Niedermayer2020-06-13
* avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer2020-06-11