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-10-28lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq
2020-10-28avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup()Marton Balint
2020-10-01avcodec/cuviddec: backport extradata fixesTimo Rothenpieler
2020-09-30avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler
2020-09-21lavf/srt: fix build fail when used the libsrt 1.4.1Jun Zhao
2020-09-08avformat/libsrt: close listen fd in listener modeNicolas Sugino
2020-09-08lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George
2020-09-08lavf/url: add ff_url_decompose().Nicolas George
2020-09-06avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs()James Almer
2020-09-06avcodec/cbs_av1: use a more appropiate AV1ReferenceFrameState pointer variabl...James Almer
2020-09-06avcodec/cbs_av1: fix handling reference frames on show_existing_frame framesJames Almer
2020-09-06avcodec/cbs_av1: infer frame_type in show_existing_frame frames earlierJames Almer
2020-09-06avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1ContextJames Almer
2020-09-06avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame frameJames Almer
2020-09-06cbs_av1: Fix test for presence of buffer_removal_time elementMark Thompson
2020-09-06avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1James Almer
2020-08-25lavc: Lower MediaFoundation audio encoder priority.Carl Eugen Hoyos
2020-07-17x86/yuv2rgb: fix crashes when storing data on unaligned buffersJames Almer
2020-07-12checkasm/vf_blend: use the correct depth parameters to initialize the blend m...James Almer
2020-07-12x86/vf_blend: fix warnings about trailing empty parametersJames Almer
2020-07-12x86/h264_deblock: fix warning about trailing empty parameterJames Almer
2020-07-12avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner
2020-07-11Changelog: updaten4.3.1Michael Niedermayer
2020-07-11avcodec/tiff: Check input space in dng_decode_jpeg()Michael Niedermayer
2020-07-11avcodec/mjpeg_parser: Adjust size rejection thresholdMichael Niedermayer
2020-07-11avcodec/cbs_jpeg: Fix uninitialized end index in cbs_jpeg_split_fragment()Michael Niedermayer
2020-07-10avformat/sdp: Fix potential write beyond end of bufferAndreas Rheinhardt
2020-07-10avformat/mm: Check for existence of audio streamAndreas Rheinhardt
2020-07-09Update for 4.3.1Michael Niedermayer
2020-07-09avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea...Zhao Zhili
2020-07-09avcodec/apedec: Fix undefined integer overflow with 24bitMichael Niedermayer
2020-07-09avcodec/loco: Fix integer overflow with large values from loco_get_rice()Michael Niedermayer
2020-07-09avformat/smjpegdec: Check the existence of referred streamsMichael Niedermayer
2020-07-09avcodec/tiff: Check frame parameters before blit for DNGMichael Niedermayer
2020-07-09avcodec/mjpegdec: Limit bayer to single plane outputting formatMichael Niedermayer
2020-07-09avcodec/pnmdec: Fix misaligned readsMichael Niedermayer
2020-07-09avcodec/mv30: Fix integer overflows in idct2_1d()Michael Niedermayer
2020-07-09avcodec/hcadec: Check total_band_count against imdct_in sizeMichael Niedermayer
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-06dnn_backend_native: Add overflow check for length calculation.Reimar Döffinger
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-02avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer
2020-07-02avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer
2020-07-02avcodec/pngdec: Check for fctl after idatMichael Niedermayer