summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/rtmp: Add option to set TCP_NODELAY for rtmpNick Ruff2021-06-20
* lavf/webmdashenc.c: Allow AV1 video in WebMMatthieu Patou2021-06-20
* avformat/aaxdec: Check avio_seek() in header readingMichael Niedermayer2021-06-20
* avformat/rmdec: Check old_format len for overflowMichael Niedermayer2021-06-18
* avformat/realtextdec: Check the pts difference before using it for the durati...Michael Niedermayer2021-06-18
* avformat/qcp: Avoid negative nb_ratesMichael Niedermayer2021-06-18
* avformat/pp_bnk: Use 64bit in bitrate computationMichael Niedermayer2021-06-18
* avformat/nutdec: Check tmp_sizeMichael Niedermayer2021-06-18
* avformat/msf: Check that channels doesnt overflow during extradata constructionMichael Niedermayer2021-06-18
* avformat/subtitles: Check pts difference before useMichael Niedermayer2021-06-18
* avformat/mpc8: Check for position overflow in mpc8_handle_chunk()Michael Niedermayer2021-06-18
* avformat/mccdec: Fix overflows in num/denMichael Niedermayer2021-06-18
* avformat/iff: Use 64bit in duration computationMichael Niedermayer2021-06-18
* avformat/dxa: Check fps to be within the supported range more precisselyMichael Niedermayer2021-06-18
* avformat/tta: Check for EOF in index reading loopMichael Niedermayer2021-06-18
* dashenc: Write out DASH manifest immediately in streaming modeKevin LaFlamme2021-06-14
* avformat/dashenc: use av_match_ext()Limin Wang2021-06-14
* avformat/mxfdec: fixed jp2k_rsiz and 170M matrixValerii Zapodovnikov2021-06-13
* avformat/rpl: The associative law doesnt hold for signed integers in CMichael Niedermayer2021-06-12
* avformat/utils: Avoid overflow in codec_info_duration computation for subtitlesMichael Niedermayer2021-06-12
* avformat/utils: check dts/duration to be representable before using themMichael Niedermayer2021-06-12
* avformat/mov: Check for duplicate mdcvMichael Niedermayer2021-06-12
* avformat/flvdec: Check data before castingMichael Niedermayer2021-06-12
* lavf: clarify probesize/format_probesize doxyAnton Khirnov2021-06-11
* avformat: make AVStream.pts_wrap_bits publicJames Almer2021-06-10
* avformat/mpegtsenc: enable muxing of ARIB captionszheng qian2021-06-10
* lavf/mp3dec: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/matroska: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/latmenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/id3v1: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/hevc: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/framecrcenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/adtsenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/a64: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/avformat.h: drop the avcodec.h includeAnton Khirnov2021-06-10
* lavf/icoenc: include required headers explicitlyAnton Khirnov2021-06-10
* lavf/internal: include avcodec.h explicitlyAnton Khirnov2021-06-10
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-09
* avformat/libsrt: workaround conflict with ffmpeg cmdline optionZhao Zhili2021-06-09
* avformat/libsrt: add tsbpd optionZhao Zhili2021-06-09
* avformat/libsrt: send message in orderZhao Zhili2021-06-09
* Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"Valerii Zapodovnikov2021-06-08
* avformat/rpl: Check for EOF and zero framesizeMichael Niedermayer2021-06-08
* avformat/rpl: Use 64bit in bitrate computation and check itMichael Niedermayer2021-06-05
* avformat/mov: add option to use tfdt for fragment timestamps.Gyan Doshi2021-06-02
* avcodec/movenc: fix spelling in warning messageJoel Linn2021-06-01
* lavf/dashenc.c: Fix creating audio-only HLS playlistsPrzemysław Sobala2021-06-01
* avformat/hls: relay format options to segment demuxerGyan Doshi2021-05-30