11392 Commits (8b03cd3cd7a3141b87419ebce02b9fed7e0030da)

Author SHA1 Message Date
Luca Barbato d1f05dd183 ogg: calculate the start position once all the headers are parsed 12 years ago
Luca Barbato 7751e4693d ogg: check that the expected number of headers had been parsed 12 years ago
Luca Barbato 0336dea2ef oggparsetheora: make it more robust 12 years ago
Michael Niedermayer bb146bb57b ogg: prevent NULL pointer deference in theora gptopts 12 years ago
Stefano Sabatini bbe9fe469a lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame() 12 years ago
Anton Khirnov 11d1ca4b2c Use avcodec_free_frame() to free AVFrames. 12 years ago
Anton Khirnov 9eb296572e lavf: use a malloced AVFrame in try_decode_frame(). 12 years ago
Stefano Sabatini 64d340c62a lavf/utils: add error check in av_read_frame() 12 years ago
Samuel Pitoiset cee1950bbb rtp: Packetization of JPEG (RFC 2435) 12 years ago
Martin Storsjö 71908f0838 smoothstreamingenc: Copy the SAR on the AVStreams as well 12 years ago
Reimar Döffinger 033f53fb8f Document why we always send a Range HTTP header. 12 years ago
Clément Bœsch 2599541b3d WebVTT demuxer and decoder. 12 years ago
Dmitry Samonenko 697ea4fccf Introducing speex RTP demuxing (RFC 5574) 12 years ago
Dmitry Samonenko b024c41e1e Add initial support for speex RTP packetization (RFC 5574) 12 years ago
Michael Niedermayer f0bb88e2bc Revert "http: only send range header when necessary" 12 years ago
Michael Niedermayer 21c4393f1c lavf/find_stream_info: make sure we decode at least one frame for DTS 12 years ago
Michael Niedermayer 61a84755a9 lavf: dont open a decoder at the top of find_stream_info before probing has finished 12 years ago
Duncan Salerno 48cf0f1c18 http: only send range header when necessary 12 years ago
Duncan Salerno 0a8cc1179a http: larger buffer for long URIs 12 years ago
rogerdpack 641c0eea0b bitmap header lookup: add code comment 12 years ago
Michael Niedermayer 697b476c07 wav: Fix DTS detection 12 years ago
Michael Niedermayer a9f522d1b7 lavf: document request_probe properly 12 years ago
Michael Niedermayer a380f82c53 lavf: allow using request_probe as a score threshold to accept a codec 12 years ago
Michael Niedermayer 28e88a24f6 rtsp: fix "warning: ret may be used uninitialized in this function" 12 years ago
Michael Niedermayer 0079232299 rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **) 12 years ago
Clément Bœsch ea5bd7ea6f lavf/oggdec: check for begin-of-stream flag in case of chained streams. 12 years ago
Matthieu Bouron 41f7e0649f mxf: export ff_mxf_get_samples_per_frame to lavf 12 years ago
Clément Bœsch 7bc70930dd lavf/movenc: add F4V flavor. 12 years ago
Anton Khirnov 87b017a298 matroskadec: fix a sanity check. 12 years ago
Anton Khirnov bdb939ad73 matroskadec: only return corrupt packets that actually contain data 12 years ago
Anton Khirnov 1cc569ddda lavf: zero data/size of the packet passed to read_packet(). 12 years ago
Michael Niedermayer fb96ac469a nutdec: fix mixup of nb_streams and timebase_count 12 years ago
Michael Niedermayer 6ab1166c77 nutdec: fix type of intermediate variable for ts calculation. 12 years ago
Michael Niedermayer a6ec1e49f6 matroskadec: matroska_parse_rm_audio: remove unused parameter 12 years ago
Michael Niedermayer 6d87781758 mp3dec: fix seeking without xing TOC 12 years ago
Michael Niedermayer 0da50055eb matroskadec: fix typo 12 years ago
Janne Grunau 6746cd7f61 lavf probe: prevent codec probe with no data at all seen 12 years ago
Michael Niedermayer db0087dc1d mxfdec: fix index_tables check in mxf_read_seek() 12 years ago
Matthieu Bouron d57ca5e5a8 mxfenc: support 23.976 and 24 frame rates 12 years ago
Matthieu Bouron 906a263813 mxfenc: factorize samples per frame code 12 years ago
Michael Niedermayer 168bc5f2c5 mov: fix 32/64 format type 12 years ago
Anton Khirnov 50d1f4437b mp3dec: read Xing frame TOC index 12 years ago
Anton Khirnov 2d1a1a7f62 mp3dec: use named constants for Xing header flags 12 years ago
Yusuke Nakamura d17d0ec8c2 mov: support random access point grouping 12 years ago
Luca Barbato c831ebf616 matroskadec: split frame parsing 12 years ago
Luca Barbato 117d8c6d1f matroska: implement support for ProRes 12 years ago
Luca Barbato 870e75524a matroskadec: validate lace_size when parsed 12 years ago
Luca Barbato c9a39cec70 matroskadec: return meaningful errors in matroska_decode_buffer 12 years ago
Luca Barbato 8d4dd55c37 matroskadec: refactor matroska_decode_buffer 12 years ago
Luca Barbato 7d8431004a matroskadec: properly support BlockDuration 12 years ago