summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* avcodec/snowdec: Avoid integer overflow with huge qlogMichael Niedermayer2020-06-11
* avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer2020-06-11
* AVCodecContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* bsf: switch to child_class_iterate()Anton Khirnov2020-06-10
* Remove unnecessary use of avcodec_close().Anton Khirnov2020-06-10
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-09
* pthread_frame: change the way delay is setAnton Khirnov2020-06-09
* Bump minor versions after branching 4.3Michael Niedermayer2020-06-08
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-08
* avcodec/mpeg12dec: Fix got_outputMichael Niedermayer2020-06-08
* tools/target_dec_fuzzer: enable mjpeg for tiff or tdscMichael Niedermayer2020-06-08
* avcodec/hcadec: Check or bound indexesMichael Niedermayer2020-06-08
* avcodec/pnm: Check scaleMichael Niedermayer2020-06-08
* hevc: move SliceHeader and LongTermRPS back to hevcdec.hAnton Khirnov2020-06-08
* hevc_parser: drop the use of SliceHeaderAnton Khirnov2020-06-08
* hevc_refs: reduce code duplication in find_ref_idx()Anton Khirnov2020-06-08
* avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt2020-06-08
* avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs()Michael Niedermayer2020-06-08
* avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer2020-06-08
* avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer2020-06-07
* libavcodec/jpeg2000_parser: Add jpeg2000 parserGautam Ramakrishnan2020-06-07
* avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer2020-06-06
* avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer2020-06-06
* libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* libavcodec/png_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu2020-06-06
* avcodec/hq_hqa: Check info sizeMichael Niedermayer2020-06-05
* avcodec/mv30: Fix multiple integer overflows in idct_1d()Michael Niedermayer2020-06-04
* avcodec/mv30: Do not allow MVs outside the allocated imageMichael Niedermayer2020-06-04
* avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer2020-06-04
* avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer2020-06-04