Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-13avcodec/ac3enc_template: remove FF_ALLOC_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/ac3enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/snow: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/dnxhdenc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/twinvq: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/apedec: remove FF_ALLOC_OR_GOTO and gotos lableLimin Wang
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-06-13avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-06-13avcodec/aacenc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-06-13avcodec/ac3enc: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-06-13avcodec/apedec: add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-06-13avcodec/adpcmenc: remove FF_ALLOC_OR_GOTO macros and gotos lableLimin Wang
2020-06-13avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang
2020-06-13avcodec/h264dec: store count of the tables into const variable for long linesLimin Wang
2020-06-13avcodec/h264dec: cosmeticsLimin Wang
2020-06-13avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer
2020-06-13avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer
2020-06-13avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()Michael Niedermayer
2020-06-11avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer
2020-06-11avcodec/snowdec: Avoid integer overflow with huge qlogMichael Niedermayer
2020-06-11avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer
2020-06-10AVCodecContext: switch to child_class_iterate()Anton Khirnov
2020-06-10bsf: switch to child_class_iterate()Anton Khirnov
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2020-06-10avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer
2020-06-09pthread_frame: change the way delay is setAnton Khirnov
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-06-08avcodec/mpeg12dec: Fix got_outputMichael Niedermayer
2020-06-08tools/target_dec_fuzzer: enable mjpeg for tiff or tdscMichael Niedermayer
2020-06-08avcodec/hcadec: Check or bound indexesMichael Niedermayer
2020-06-08avcodec/pnm: Check scaleMichael Niedermayer
2020-06-08hevc: move SliceHeader and LongTermRPS back to hevcdec.hAnton Khirnov
2020-06-08hevc_parser: drop the use of SliceHeaderAnton Khirnov
2020-06-08hevc_refs: reduce code duplication in find_ref_idx()Anton Khirnov
2020-06-08avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt
2020-06-08avcodec/ac3dec_fixed: Remove some temporary variables from scale_coefs()Michael Niedermayer
2020-06-08avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer
2020-06-07avcodec/adpcm: XA: Check shift similar to filterMichael Niedermayer
2020-06-07libavcodec/jpeg2000_parser: Add jpeg2000 parserGautam Ramakrishnan
2020-06-06avcodec/libaomenc: remove the experimental flag when using libaom 2.0.0 or newerJames Almer
2020-06-06avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer
2020-06-06libavcodec/bmp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu
2020-06-06libavcodec/mlp_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu
2020-06-06libavcodec/png_parser.c: fix a use_of_uninitialized_value in target_dec_fuzzer.Thierry Foucu
2020-06-05avcodec/hq_hqa: Check info sizeMichael Niedermayer
2020-06-05avcodec/mv30: Fix multiple integer overflows in idct_1d()Michael Niedermayer
2020-06-05avcodec/mv30: Do not allow MVs outside the allocated imageMichael Niedermayer
2020-06-05avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()Michael Niedermayer
2020-06-05avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()Michael Niedermayer