23832 Commits (758e2da28939c156b18c11c3993ea068da3ea869)

Author SHA1 Message Date
Michael Niedermayer 343d950a4a avformat/matroskadec: Fix handling of huge default durations 4 years ago
Kyle Schwarz a61d190972 libavformat/rtpdec_rfc4175: Check for zero pgroup before mod 4 years ago
Andriy Gelman 6df4bcf1d0 avformat/rtsp: Include rtcp in port range check 4 years ago
Andriy Gelman d1f78067a6 avformat/rtsp: Reindent after previous commit 4 years ago
Andriy Gelman 02387de90e avformat/rtsp: Set port_off to zero for low min/max port range 4 years ago
Andriy Gelman 8257d6dda6 avformat/rtsp: Fix timeout option 4 years ago
Michael Niedermayer 9d40782088 avformat/ftp: Check for av_strtok() failure 4 years ago
James Almer 8c2c0135e5 avformat: add a concat protocol that takes a line break delimited list of resources 4 years ago
Vadym Bezdushnyi b74beba9a9 avformat/movenc: Support encryption of H.265 stream in AnnexB format 4 years ago
Robert Bengtsson-Ölund ad06929d8d avformat/http: Stop cookie_dict leaking on errors. 4 years ago
Nick Ruff ea24781a9b lavf/rtmp: Add option to set TCP_NODELAY for rtmp 4 years ago
Matthieu Patou 52795d7f09 lavf/webmdashenc.c: Allow AV1 video in WebM 4 years ago
Michael Niedermayer 602bbf71f6 avformat/aaxdec: Check avio_seek() in header reading 4 years ago
Michael Niedermayer 06d174e289 avformat/rmdec: Check old_format len for overflow 4 years ago
Michael Niedermayer fe12aa6890 avformat/realtextdec: Check the pts difference before using it for the duration computation 4 years ago
Michael Niedermayer 1b865cc703 avformat/qcp: Avoid negative nb_rates 4 years ago
Michael Niedermayer 88fc295838 avformat/pp_bnk: Use 64bit in bitrate computation 4 years ago
Michael Niedermayer 1ca00b5e44 avformat/nutdec: Check tmp_size 4 years ago
Michael Niedermayer a1a277926b avformat/msf: Check that channels doesnt overflow during extradata construction 4 years ago
Michael Niedermayer e7a990164f avformat/subtitles: Check pts difference before use 4 years ago
Michael Niedermayer 8ef25d1182 avformat/mpc8: Check for position overflow in mpc8_handle_chunk() 4 years ago
Michael Niedermayer ff05326081 avformat/mccdec: Fix overflows in num/den 4 years ago
Michael Niedermayer 93d964689c avformat/iff: Use 64bit in duration computation 4 years ago
Michael Niedermayer 6ea494befc avformat/dxa: Check fps to be within the supported range more precissely 4 years ago
Michael Niedermayer b72d657b73 avformat/tta: Check for EOF in index reading loop 4 years ago
Kevin LaFlamme 7d1464721e dashenc: Write out DASH manifest immediately in streaming mode 4 years ago
Limin Wang f21626b67b avformat/dashenc: use av_match_ext() 4 years ago
Valerii Zapodovnikov 91ba771a3f avformat/mxfdec: fixed jp2k_rsiz and 170M matrix 4 years ago
Michael Niedermayer 480f11bdd7 avformat/rpl: The associative law doesnt hold for signed integers in C 4 years ago
Michael Niedermayer ffe4851e23 avformat/utils: Avoid overflow in codec_info_duration computation for subtitles 4 years ago
Michael Niedermayer bf4e7ec825 avformat/utils: check dts/duration to be representable before using them 4 years ago
Michael Niedermayer f54d85cee6 avformat/mov: Check for duplicate mdcv 4 years ago
Michael Niedermayer 1e24da5cfe avformat/flvdec: Check data before casting 4 years ago
Anton Khirnov 71c0ef882e lavf: clarify probesize/format_probesize doxy 4 years ago
James Almer 2cccab96f6 avformat: make AVStream.pts_wrap_bits public 4 years ago
zheng qian f38458089f avformat/mpegtsenc: enable muxing of ARIB captions 4 years ago
Anton Khirnov 1256b71ba9 lavf/mp3dec: avoid avcodec.h dependency 4 years ago
Anton Khirnov c9642265f8 lavf/mov_chan: avoid avcodec.h dependency 4 years ago
Anton Khirnov 823ca1ba84 lavf/matroska: avoid avcodec.h dependency 4 years ago
Anton Khirnov f3dafe6a41 lavf/latmenc: avoid avcodec.h dependency 4 years ago
Anton Khirnov e246625b01 lavf/id3v1: drop unnecessary avcodec.h include 4 years ago
Anton Khirnov 5620d18e66 lavf/hevc: drop unnecessary avcodec.h include 4 years ago
Anton Khirnov f79d009b7c lavf/framecrcenc: avoid avcodec.h dependency 4 years ago
Anton Khirnov 239b7d2e40 lavf/adtsenc: avoid avcodec.h dependency 4 years ago
Anton Khirnov e7196afe28 lavf/a64: avoid avcodec.h dependency 4 years ago
Anton Khirnov e67e02d156 lavf/avformat.h: drop the avcodec.h include 4 years ago
Anton Khirnov 51200769c3 lavf/icoenc: include required headers explicitly 4 years ago
Anton Khirnov c4c6c83421 lavf/internal: include avcodec.h explicitly 4 years ago
James Almer 591b88e678 avformat: move AVStream.{first,cur}_dts to AVStreamInternal 4 years ago
James Almer c768233293 avformat/utils: make ff_update_cur_dts() shared 4 years ago