11135 Commits (81bbce9cf304c93f325b0672b51d65a282c6581f)

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