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
2021-07-07avformat/concatdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/brstm: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/av1dec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/assdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/aqtitledec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/ape: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/avidec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/aaxdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/aadec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat/4xm: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-07-07avformat: Redo cleanup of demuxers upon read_header() failureAndreas Rheinhardt
2021-07-07avformat: Add internal flags for AV(In|Out)putFormatAndreas Rheinhardt
2021-07-06avformat/matroskadec: Fix handling of huge default durationsMichael Niedermayer
2021-07-06libavformat/rtpdec_rfc4175: Check for zero pgroup before modKyle Schwarz
2021-07-05avformat/rtsp: Include rtcp in port range checkAndriy Gelman
2021-07-05avformat/rtsp: Reindent after previous commitAndriy Gelman
2021-07-05avformat/rtsp: Set port_off to zero for low min/max port rangeAndriy Gelman
2021-07-05avformat/rtsp: Fix timeout optionAndriy Gelman
2021-07-03avformat/ftp: Check for av_strtok() failureMichael Niedermayer
2021-07-02avformat: add a concat protocol that takes a line break delimited list of res...James Almer
2021-06-29avformat/movenc: Support encryption of H.265 stream in AnnexB formatVadym Bezdushnyi
2021-06-26avformat/http: Stop cookie_dict leaking on errors.Robert Bengtsson-Ă–lund
2021-06-20lavf/rtmp: Add option to set TCP_NODELAY for rtmpNick Ruff
2021-06-20lavf/webmdashenc.c: Allow AV1 video in WebMMatthieu Patou
2021-06-20avformat/aaxdec: Check avio_seek() in header readingMichael Niedermayer
2021-06-18avformat/rmdec: Check old_format len for overflowMichael Niedermayer
2021-06-18avformat/realtextdec: Check the pts difference before using it for the durati...Michael Niedermayer
2021-06-18avformat/qcp: Avoid negative nb_ratesMichael Niedermayer
2021-06-18avformat/pp_bnk: Use 64bit in bitrate computationMichael Niedermayer
2021-06-18avformat/nutdec: Check tmp_sizeMichael Niedermayer
2021-06-18avformat/msf: Check that channels doesnt overflow during extradata constructionMichael Niedermayer
2021-06-18avformat/subtitles: Check pts difference before useMichael Niedermayer
2021-06-18avformat/mpc8: Check for position overflow in mpc8_handle_chunk()Michael Niedermayer
2021-06-18avformat/mccdec: Fix overflows in num/denMichael Niedermayer
2021-06-18avformat/iff: Use 64bit in duration computationMichael Niedermayer
2021-06-18avformat/dxa: Check fps to be within the supported range more precisselyMichael Niedermayer
2021-06-18avformat/tta: Check for EOF in index reading loopMichael Niedermayer
2021-06-14dashenc: Write out DASH manifest immediately in streaming modeKevin LaFlamme
2021-06-14avformat/dashenc: use av_match_ext()Limin Wang
2021-06-13avformat/mxfdec: fixed jp2k_rsiz and 170M matrixValerii Zapodovnikov
2021-06-12avformat/rpl: The associative law doesnt hold for signed integers in CMichael Niedermayer
2021-06-12avformat/utils: Avoid overflow in codec_info_duration computation for subtitlesMichael Niedermayer
2021-06-12avformat/utils: check dts/duration to be representable before using themMichael Niedermayer
2021-06-12avformat/mov: Check for duplicate mdcvMichael Niedermayer
2021-06-12avformat/flvdec: Check data before castingMichael Niedermayer
2021-06-11lavf: clarify probesize/format_probesize doxyAnton Khirnov
2021-06-11avformat: make AVStream.pts_wrap_bits publicJames Almer
2021-06-10avformat/mpegtsenc: enable muxing of ARIB captionszheng qian
2021-06-10lavf/mp3dec: avoid avcodec.h dependencyAnton Khirnov
2021-06-10lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov