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-07-09avcodec/scpr3: Fix out of array access with dectabMichael Niedermayer
2020-07-09avcodec/tiff: Do not overrun the array ends in dng_blit()Michael Niedermayer
2020-07-09avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer
2020-07-04avcodec/h264_metadata_bsf: Fix invalid av_freepAndreas Rheinhardt
2020-07-03avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer
2020-07-03avcodec/av1_parser: initialize avctx->pix_fmtManoj Bonda
2020-07-03avcodec/av1_parser: add missing parsing for RGB pixel format signalingJames Almer
2020-07-03avcodec/av1_parser: set context values outside the OBU parsing loopJames Almer
2020-07-02avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-07-02avcodec/wmalosslessdec: fix overflow with pred in revert_cdlmsMichael Niedermayer
2020-07-01avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAXAndreas Rheinhardt
2020-07-01avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt
2020-06-15avcodec/tiff: Check stride for dngn4.3Michael Niedermayer
2020-06-15avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt
2020-06-14avcodec/ffwavesynth: Avoid undefined operation on ts overflowMichael Niedermayer
2020-06-14avcodec/mv30: check mode_size vs. input spaceMichael Niedermayer
2020-06-14avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv()Michael Niedermayer
2020-06-14avcodec/jpeg2000dec: Fix/check for multiple integer overflowsMichael Niedermayer
2020-06-14avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer
2020-06-14avcodec/sonic: Fix several integer overflowsMichael Niedermayer
2020-06-14avcodec/mpeg4videodec: avoid invalid values and reinitialize in format change...Michael Niedermayer
2020-06-14avcodec/pixlet: Fix log(0) checkMichael Niedermayer
2020-06-14avcodec/iff: Fix off by x errorMichael Niedermayer
2020-06-14avcodec/wmalosslessdec: Check block_align maximumMichael Niedermayer
2020-06-14avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer
2020-06-14avcodec/cbs: Allocate more CodedBitstreamUnit at once in cbs_insert_unit()Michael Niedermayer
2020-06-14avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer
2020-06-14avcodec/snowdec: Avoid integer overflow with huge qlogMichael Niedermayer
2020-06-14avcodec/movtextdec: Fix shift overflows in mov_text_init()Michael Niedermayer
2020-06-14avcodec/cbs_av1: abort when written inferred values don't matchJames Almer
2020-06-14avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer
2020-06-14avcodec/libzvbi-teletextdec: fix txt_default_region limitsMarton Balint
2020-06-11pthread_frame: change the way delay is setAnton Khirnov
2020-06-10avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer
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