16234 Commits (33bc81e437419d3e99c67826afdd0f4cf7621c0a)

Author SHA1 Message Date
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
Eejya Singh 6dc99fdf0e Added STL demuxer and decoder 10 years ago
Michael Niedermayer ec6a5fc6cc avformat/mux: Fix assertion failure due to max_interleave_delta and poor input 10 years ago
Michael Niedermayer a39201818f avformat/matroskadec: Fix cluster parsing loop which gathers seek information 10 years ago
Carl Eugen Hoyos b6e8f10bcb lavf/cinedec: Fix a typo in the file header. 10 years ago
Mika Raento 17702f1fc5 mov.c: reasonable bitrate for fragmented mp4 10 years ago
Vittorio Giovara af7ca6ea12 nutdec: check av_new_packet return value 10 years ago
Vittorio Giovara b69183f65d nutenc: check for negative index rather than assert 10 years ago
Vittorio Giovara be42c0b8d5 rmdec: stricter error check to avoid theoretical unitialized use 10 years ago
Vittorio Giovara 7207dd8f82 rmdec: check av_new_packet return value 10 years ago
Vittorio Giovara 629b2ed0ac flvdec: make sure to check create_stream and report the same error 10 years ago
Vittorio Giovara f22aa6b841 flvdec: avoid unitialized use of a struct member 10 years ago
Vittorio Giovara e73d26bbd6 smoothstreamingenc: explict cast to avoid overflow 10 years ago
Thilo Borgmann 6e6b79e7b8 lavf/mov.c: Prevent memory leak in case of invalid metadata reads. 10 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 10 years ago
Andrey Utkin 24dfd6e79b avformat/rtspcodes: introduce ff_rtsp_averror() 10 years ago
Thilo Borgmann f31445a82d lavf/mov.c: Allocate buffer in case of long metadata entries. 10 years ago
Luca Barbato d2771a1dc0 rtpproto: Free the addrinfo pointer on failure 10 years ago
Luca Barbato 96bfb67747 nutdec: Prevent a memory corruption 10 years ago
Vittorio Giovara 350ed18292 rtpdec_hevc: drop unnecessary check 10 years ago
Vittorio Giovara 322b571d55 rtmpproto: remove dead code 10 years ago
Vittorio Giovara 7b48bf9524 wtv: clean memory on error 10 years ago
Vittorio Giovara 9fbc613f0d wtv: check seek_by_sector return value 10 years ago
Vittorio Giovara d7f530b0d6 aviobuf: check context before using it 10 years ago
Michael Niedermayer 02484d1a93 avio: fix sizeof argument 10 years ago
Vittorio Giovara 8ab3b71e4b idcin: fix return check 10 years ago
Andrey Utkin 81ce3f8e80 avformat/http: Use ff_http_averror() 10 years ago
Andrey Utkin 9d86ce783b avformat/http: Introduce ff_http_averror() 10 years ago
Kacper Michajłow f22cf88fd3 rtmpproto: Don't mistake app for playpath. 10 years ago
Michael Niedermayer a71a5c911e avformat/riff: Add UGY2 10 years ago
Michael Niedermayer 057ea2a982 avformat: Add format_whitelist 10 years ago
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 10 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 10 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 10 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 10 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 10 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 10 years ago
Michael Niedermayer 1aed82846c avformat/m4vdec: mark as possibly containing discontinuities 10 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 10 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 10 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 10 years ago