16285 Commits (3cb0bec6870cf0bb7879f7bfd4119ef39a02a464)

Author SHA1 Message Date
Michael Niedermayer f1c21a200b avformat/mvdec: Check size in read_table() for validity 10 years ago
Michael Niedermayer 86e5749285 avformat/mvdec: Check size for validity in var_read_string() 10 years ago
Michael Niedermayer 0894b9405c avformat/bethsoftvid: print error in case the side date failed to be allocated 10 years ago
Michael Niedermayer 9612dcd6b2 avformat/filmstripdec: Fix several integer overflows 10 years ago
Tomas Härdin 11467ecf51 mxfdec: reduce loop bound in mxf_read_pixel_layout() 10 years ago
Vittorio Giovara e6c66f1e4e bethsoftvid: check return value and clean memory 10 years ago
Vittorio Giovara b46b233baf filmstripdec: avoid integer overflow 10 years ago
Vittorio Giovara 090c67d586 matroskaenc: write correct Display{Width, Height} in stereo encoding 10 years ago
Kieran Kunhya 61e42c1124 avformat/mpegts: Add support for Opus in MPEG-TS 10 years ago
Michael Niedermayer f0390638e0 avformat/matroskadec: Check the return code from strftime() 10 years ago
Michael Niedermayer a9564e859b avformat/mlvdec: Check the return code from strftime() 10 years ago
Mark Reid 90bf1e3046 libavformat/mxfdec: read source timecode from pulldown component 10 years ago
Martin Storsjö ed6dad3737 lavf: Implement ff_brktimegm using gmtime_r 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Martin Storsjö 9dcf239721 lavf: Check the return value of strftime 10 years ago
Martin Storsjö 851ace79a3 wtv: Avoid needlessly calling gmtime twice with the same argument 10 years ago
Michael Niedermayer 13ee94a480 avformat/rdt: Forward whitelists to rdt demuxer 10 years ago
Michael Niedermayer ff03df6475 avformat/mpeg: Use av_find_input_format() instead of directly linking to the demuxer 10 years ago
Michael Niedermayer 2ce1054257 avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking to the demuxer 10 years ago
Michael Niedermayer e7513e1286 avformat: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Michael Niedermayer af03ba9aa2 avformat/hdsenc: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Michael Niedermayer 92d366f6ab avformat: Print error message on failure of ff_rename() 10 years ago
Vittorio Giovara 50dbe6b354 mov: fix assigment check 10 years ago
Tomas Härdin 7df3b426bb mxfenc: Fix possible integer overflows 10 years ago
Vittorio Giovara ad6b00d85f mxfdec: add missing break 10 years ago
Vittorio Giovara 28c020d4df matroskaenc: check avio_open_dyn_buf return value 10 years ago
Vittorio Giovara e0caa1eb4e matroskadec: check return values 10 years ago
Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 10 years ago
Luca Barbato 7785ce1c76 lavf: replace rename() with ff_rename() 10 years ago
Vittorio Giovara 0b66fb4505 flac_picture: prevent a possible out of bound write 10 years ago
Vittorio Giovara f1ed83e23a img2dec: check av_new_packet return value 10 years ago
Vittorio Giovara 1967cd4e4c audiointerleave: check av_new_packet return value 10 years ago
Eric Zimmerman 4ba5420e4d Added support for G2M5 codec 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer 279b2a4deb avformat/mp3dec: also accept Lavc as shortname to read delays 10 years ago
Michael Niedermayer 2dbee1a393 avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname instead of randomly truncating 10 years ago
Anton Khirnov ef363ebd59 mp3enc: write full LAME frame 10 years ago
Anton Khirnov 99143140de mp3dec: fix reading the Xing tag 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Andrey Utkin 08e6832a94 avformat/rtsp: pass return code from ffurl_open() on its failure 10 years ago
Michael Niedermayer 7f2af3f56b avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable 10 years ago
Andrey Utkin 70c9d40008 avformat/http: pass return code from http_open_cnx_internal() on its failure 10 years ago
Michael Niedermayer 5ea0753a15 avformat/concatdec: Forward whitelists to the subdemuxers. 10 years ago
Michael Niedermayer feb9057b83 Forward whitelists to the asf demuxer 10 years ago
Michael Niedermayer b76234c00c avformat/avidec: Forward whitelists to the subtitle demuxer 10 years ago
Michael Niedermayer ad83cfec5a avformat/mpeg: Forward whitelists to the mpegps demuxer 10 years ago
Michael Niedermayer ad5f861b8c avformat/libquvi: Forward whitelists to subdemuxer 10 years ago
Michael Niedermayer c5e337431b avformat/sapdec: Forward whitelists to sdp demuxer 10 years ago
Michael Niedermayer 24cd4e5071 avformat/hls: forward whitelists to mpegts demuxer 10 years ago
Michael Niedermayer cebe8c8095 avformat/format: Use av_match_name() instead of list in av_match_ext() 10 years ago