16018 Commits (6dc99fdf0e4328ca2992b7bfcd139f7b1b636bf8)

Author SHA1 Message Date
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
Vittorio Giovara 7207dd8f82 rmdec: check av_new_packet return value 11 years ago
Vittorio Giovara 629b2ed0ac flvdec: make sure to check create_stream and report the same error 11 years ago
Vittorio Giovara f22aa6b841 flvdec: avoid unitialized use of a struct member 11 years ago
Vittorio Giovara e73d26bbd6 smoothstreamingenc: explict cast to avoid overflow 11 years ago
Thilo Borgmann 6e6b79e7b8 lavf/mov.c: Prevent memory leak in case of invalid metadata reads. 11 years ago
Andrey Utkin 282c9354f1 avformat/rtsp: Use ff_rtsp_averror() 11 years ago
Andrey Utkin 24dfd6e79b avformat/rtspcodes: introduce ff_rtsp_averror() 11 years ago
Thilo Borgmann f31445a82d lavf/mov.c: Allocate buffer in case of long metadata entries. 11 years ago
Luca Barbato d2771a1dc0 rtpproto: Free the addrinfo pointer on failure 11 years ago
Luca Barbato 96bfb67747 nutdec: Prevent a memory corruption 11 years ago
Vittorio Giovara 350ed18292 rtpdec_hevc: drop unnecessary check 11 years ago
Vittorio Giovara 322b571d55 rtmpproto: remove dead code 11 years ago
Vittorio Giovara 7b48bf9524 wtv: clean memory on error 11 years ago
Vittorio Giovara 9fbc613f0d wtv: check seek_by_sector return value 11 years ago
Vittorio Giovara d7f530b0d6 aviobuf: check context before using it 11 years ago
Michael Niedermayer 02484d1a93 avio: fix sizeof argument 11 years ago
Vittorio Giovara 8ab3b71e4b idcin: fix return check 11 years ago
Andrey Utkin 81ce3f8e80 avformat/http: Use ff_http_averror() 11 years ago
Andrey Utkin 9d86ce783b avformat/http: Introduce ff_http_averror() 11 years ago
Kacper Michajłow f22cf88fd3 rtmpproto: Don't mistake app for playpath. 11 years ago
Michael Niedermayer a71a5c911e avformat/riff: Add UGY2 11 years ago
Michael Niedermayer 057ea2a982 avformat: Add format_whitelist 11 years ago
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 11 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 11 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 11 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 11 years ago
Mika Raento 75c8d7c2b4 hlsenc.c, segment.c: propagate defaults to mpegts 11 years ago
Benoit Fouet 242f8bb3a8 avformat/id3v2: support buggy id3v2.3 tag length in id3v2.4 11 years ago
Michael Niedermayer 1aed82846c avformat/m4vdec: mark as possibly containing discontinuities 11 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 11 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 11 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 11 years ago
Benoit Fouet 8bcf425d06 avformat/id3v2: silence a warning when CONFIG_ZLIB is unset. 11 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 11 years ago
Di Wu 0e406aba14 mpegts: add the judgement if a new program is created successfully 11 years ago
Michael Niedermayer d267a0f8c1 avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate 11 years ago
Michael Niedermayer 004f1c6cf1 avformat/utils: Try to correct the codec_framerate in ff_compute_frame_duration() for the encoding case 11 years ago
Michael Niedermayer 46f52274f3 avformat/oggparsedirac: use AVCodecContext.framerate 11 years ago
Michael Niedermayer 1b54e6b12b avformat/mov: auodetect "use_mfra_for" 11 years ago
Michael Lynch c69f230a3a avformat/rtsp: check memory allocation 11 years ago
Martin Storsjö 79dd756e14 rtmpproto: Fix a typo 11 years ago
Martin Storsjö ced7238cd0 rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy 11 years ago