16074 Commits (ed2e97ce6a7a3dbd55174cf390ea8f010094b366)

Author SHA1 Message Date
  Kieran Kunhya 61e42c1124 avformat/mpegts: Add support for Opus in MPEG-TS 11 years ago
  Michael Niedermayer f0390638e0 avformat/matroskadec: Check the return code from strftime() 11 years ago
  Michael Niedermayer a9564e859b avformat/mlvdec: Check the return code from strftime() 11 years ago
  Mark Reid 90bf1e3046 libavformat/mxfdec: read source timecode from pulldown component 11 years ago
  Martin Storsjö ed6dad3737 lavf: Implement ff_brktimegm using gmtime_r 11 years ago
  Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 11 years ago
  Martin Storsjö 9dcf239721 lavf: Check the return value of strftime 11 years ago
  Martin Storsjö 851ace79a3 wtv: Avoid needlessly calling gmtime twice with the same argument 11 years ago
  Michael Niedermayer 13ee94a480 avformat/rdt: Forward whitelists to rdt demuxer 11 years ago
  Michael Niedermayer ff03df6475 avformat/mpeg: Use av_find_input_format() instead of directly linking to the demuxer 11 years ago
  Michael Niedermayer 2ce1054257 avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking to the demuxer 11 years ago
  Michael Niedermayer e7513e1286 avformat: Read errno before av_log() as the callback from av_log() might affect errno 11 years ago
  Michael Niedermayer af03ba9aa2 avformat/hdsenc: Read errno before av_log() as the callback from av_log() might affect errno 11 years ago
  Michael Niedermayer 92d366f6ab avformat: Print error message on failure of ff_rename() 11 years ago
  Vittorio Giovara 50dbe6b354 mov: fix assigment check 11 years ago
  Tomas Härdin 7df3b426bb mxfenc: Fix possible integer overflows 11 years ago
  Vittorio Giovara ad6b00d85f mxfdec: add missing break 11 years ago
  Vittorio Giovara 28c020d4df matroskaenc: check avio_open_dyn_buf return value 11 years ago
  Vittorio Giovara e0caa1eb4e matroskadec: check return values 11 years ago
  Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 11 years ago
  Luca Barbato 7785ce1c76 lavf: replace rename() with ff_rename() 11 years ago
  Vittorio Giovara 0b66fb4505 flac_picture: prevent a possible out of bound write 11 years ago
  Vittorio Giovara f1ed83e23a img2dec: check av_new_packet return value 11 years ago
  Vittorio Giovara 1967cd4e4c audiointerleave: check av_new_packet return value 11 years ago
  Eric Zimmerman 4ba5420e4d Added support for G2M5 codec 11 years ago
  Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 11 years ago
  Michael Niedermayer 279b2a4deb avformat/mp3dec: also accept Lavc as shortname to read delays 11 years ago
  Michael Niedermayer 2dbee1a393 avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname instead of randomly truncating 11 years ago
  Anton Khirnov ef363ebd59 mp3enc: write full LAME frame 12 years ago
  Anton Khirnov 99143140de mp3dec: fix reading the Xing tag 11 years ago
  Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 11 years ago
  Andrey Utkin 08e6832a94 avformat/rtsp: pass return code from ffurl_open() on its failure 11 years ago
  Michael Niedermayer 7f2af3f56b avformat/rtsp: add av_assert0() to clarify that the else case is supposed to be unreachable 11 years ago
  Andrey Utkin 70c9d40008 avformat/http: pass return code from http_open_cnx_internal() on its failure 11 years ago
  Michael Niedermayer 5ea0753a15 avformat/concatdec: Forward whitelists to the subdemuxers. 11 years ago
  Michael Niedermayer feb9057b83 Forward whitelists to the asf demuxer 11 years ago
  Michael Niedermayer b76234c00c avformat/avidec: Forward whitelists to the subtitle demuxer 11 years ago
  Michael Niedermayer ad83cfec5a avformat/mpeg: Forward whitelists to the mpegps demuxer 11 years ago
  Michael Niedermayer ad5f861b8c avformat/libquvi: Forward whitelists to subdemuxer 11 years ago
  Michael Niedermayer c5e337431b avformat/sapdec: Forward whitelists to sdp demuxer 11 years ago
  Michael Niedermayer 24cd4e5071 avformat/hls: forward whitelists to mpegts demuxer 11 years ago
  Michael Niedermayer cebe8c8095 avformat/format: Use av_match_name() instead of list in av_match_ext() 11 years ago
  Eejya Singh 6dc99fdf0e Added STL demuxer and decoder 11 years ago
  Michael Niedermayer ec6a5fc6cc avformat/mux: Fix assertion failure due to max_interleave_delta and poor input 11 years ago
  Michael Niedermayer a39201818f avformat/matroskadec: Fix cluster parsing loop which gathers seek information 11 years ago
  Carl Eugen Hoyos b6e8f10bcb lavf/cinedec: Fix a typo in the file header. 11 years ago
  Mika Raento 17702f1fc5 mov.c: reasonable bitrate for fragmented mp4 11 years ago
  Vittorio Giovara af7ca6ea12 nutdec: check av_new_packet return value 11 years ago
  Vittorio Giovara b69183f65d nutenc: check for negative index rather than assert 11 years ago
  Vittorio Giovara be42c0b8d5 rmdec: stricter error check to avoid theoretical unitialized use 11 years ago