11182 Commits (9d19d7c3352bea2da48aa94f4633e6e8313810a4)

Author SHA1 Message Date
Dale Curtis 0575772fa0 avformat: Identify anonymous AVIO typedef structs. 12 years ago
Clément Bœsch a714150827 lavf/movenc: add faststart option. 12 years ago
Clément Bœsch f379a108a4 lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heuristic. 12 years ago
Clément Bœsch e17a2aba25 lavf/movenc: add get_moov_size and use it in fragment code. 12 years ago
Jean First d37044647f file: set the return value type for lseek to off_t 12 years ago
Michael Niedermayer 2e4ec8947d lavf: fill in past dts based on reordered pts once the delay becomes known. 12 years ago
Michael Niedermayer a8e3815db5 lavf: factorize timestamp shift in update_initial_timestamps() 12 years ago
Diego Biurrun 93e81ee81c nutdec: const correctness for get_v_trace/get_s_trace function arguments 12 years ago
Martin Storsjö 69673138c5 rtpdec: Remove a useless ff_ prefix from a static symbol 12 years ago
Dmitry Samonenko b6bf1490da rtpdec: Support depacketizing speex 12 years ago
Dmitry Samonenko 490ae95aa8 rtpenc: Add support for packetizing speex 12 years ago
Michael Niedermayer 5c4e2e8755 nutenc: avoid negative timestamps 12 years ago
Michael Niedermayer 3ba0dab76a lavf: Add support offset timestamps on muxing. 12 years ago
Michael Niedermayer e9350c44ad nutenc: remove outdated fixme 12 years ago
Michael Niedermayer 299c0b30a6 lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0 12 years ago
Duncan Salerno 4b80a619b7 Handle the following type of relative URL correctly: 12 years ago
Michael Niedermayer d9d56712e9 oggparsetheora: print error when failing on unknown header 12 years ago
Michael Niedermayer d3ef2da59d oggdec: add missing () for OGG_NOGRANULE_VALUE 12 years ago
Michael Niedermayer 4c273eb64c oggdec: print a warning if the number of headers mismatch expectations. 12 years ago
Michael Niedermayer cc4deafed1 oggdec: print error when headers couldnt be parses successfully 12 years ago
Clément Bœsch 4390f8c28d Fix two "skiping" typo. 12 years ago
Michael Niedermayer 6bcbe768bb lavf: dont add apic streams for demuxers that dont support it. 12 years ago
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