| Commit message (Expand) | Author | Age | Files | Lines |
* | oggparsetheora: print error when failing on unknown header | Michael Niedermayer | 2012-09-25 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-25 | 1 | -4/+12 |
|\ |
|
| * | oggparsetheora: make it more robust | Luca Barbato | 2012-09-24 | 1 | -3/+12 |
| * | ogg: prevent NULL pointer deference in theora gptopts | Michael Niedermayer | 2012-09-24 | 1 | -2/+7 |
* | | oggdec: add missing () for OGG_NOGRANULE_VALUE | Michael Niedermayer | 2012-09-25 | 1 | -1/+1 |
* | | Merge commit 'd1f05dd18375f2f8e68372edee11436927e43ba8' | Michael Niedermayer | 2012-09-25 | 3 | -7/+16 |
|\| |
|
| * | ogg: calculate the start position once all the headers are parsed | Luca Barbato | 2012-09-24 | 3 | -4/+16 |
* | | oggdec: print a warning if the number of headers mismatch expectations. | Michael Niedermayer | 2012-09-25 | 1 | -1/+6 |
* | | oggdec: print error when headers couldnt be parses successfully | Michael Niedermayer | 2012-09-25 | 1 | -1/+3 |
* | | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 11 | -13/+42 |
|\| |
|
| * | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 10 | -5/+34 |
| * | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -0/+1 |
| * | lavf: use a malloced AVFrame in try_decode_frame(). | Anton Khirnov | 2012-09-24 | 1 | -8/+17 |
* | | Fix two "skiping" typo. | Clément Bœsch | 2012-09-25 | 1 | -1/+1 |
* | | lavf: dont add apic streams for demuxers that dont support it. | Michael Niedermayer | 2012-09-25 | 1 | -3/+7 |
* | | lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame() | Stefano Sabatini | 2012-09-24 | 1 | -12/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-24 | 7 | -1/+151 |
|\| |
|
| * | rtp: Packetization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-23 | 6 | -2/+151 |
| * | smoothstreamingenc: Copy the SAR on the AVStreams as well | Martin Storsjö | 2012-09-23 | 1 | -0/+1 |
* | | lavf/utils: add error check in av_read_frame() | Stefano Sabatini | 2012-09-24 | 1 | -5/+12 |
* | | Document why we always send a Range HTTP header. | Reimar Döffinger | 2012-09-23 | 1 | -0/+3 |
* | | WebVTT demuxer and decoder. | Clément Bœsch | 2012-09-23 | 4 | -2/+192 |
* | | Introducing speex RTP demuxing (RFC 5574) | Dmitry Samonenko | 2012-09-23 | 4 | -0/+42 |
* | | Add initial support for speex RTP packetization (RFC 5574) | Dmitry Samonenko | 2012-09-23 | 2 | -0/+5 |
* | | Revert "http: only send range header when necessary" | Michael Niedermayer | 2012-09-23 | 1 | -1/+1 |
* | | lavf/find_stream_info: make sure we decode at least one frame for DTS | Michael Niedermayer | 2012-09-23 | 1 | -0/+2 |
* | | lavf: dont open a decoder at the top of find_stream_info before probing has f... | Michael Niedermayer | 2012-09-23 | 1 | -1/+1 |
* | | http: only send range header when necessary | Duncan Salerno | 2012-09-23 | 1 | -1/+1 |
* | | http: larger buffer for long URIs | Duncan Salerno | 2012-09-23 | 1 | -2/+2 |
* | | bitmap header lookup: add code comment | rogerdpack | 2012-09-23 | 1 | -1/+4 |
* | | wav: Fix DTS detection | Michael Niedermayer | 2012-09-23 | 1 | -0/+11 |
* | | lavf: document request_probe properly | Michael Niedermayer | 2012-09-23 | 1 | -1/+4 |
* | | lavf: allow using request_probe as a score threshold to accept a codec | Michael Niedermayer | 2012-09-23 | 1 | -1/+1 |
* | | rtsp: fix "warning: ret may be used uninitialized in this function" | Michael Niedermayer | 2012-09-22 | 1 | -1/+3 |
* | | rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **) | Michael Niedermayer | 2012-09-22 | 1 | -1/+1 |
* | | lavf/oggdec: check for begin-of-stream flag in case of chained streams. | Clément Bœsch | 2012-09-22 | 2 | -1/+22 |
* | | mxf: export ff_mxf_get_samples_per_frame to lavf | Matthieu Bouron | 2012-09-21 | 3 | -36/+38 |
* | | lavf/movenc: add F4V flavor. | Clément Bœsch | 2012-09-21 | 3 | -0/+33 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-21 | 2 | -1/+7 |
|\| |
|
| * | matroskadec: fix a sanity check. | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
| * | matroskadec: only return corrupt packets that actually contain data | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
| * | lavf: zero data/size of the packet passed to read_packet(). | Anton Khirnov | 2012-09-21 | 1 | -0/+2 |
| * | lavf probe: prevent codec probe with no data at all seen | Janne Grunau | 2012-09-20 | 1 | -0/+5 |
* | | nutdec: fix mixup of nb_streams and timebase_count | Michael Niedermayer | 2012-09-21 | 1 | -2/+2 |
* | | nutdec: fix type of intermediate variable for ts calculation. | Michael Niedermayer | 2012-09-21 | 1 | -1/+2 |
* | | matroskadec: matroska_parse_rm_audio: remove unused parameter | Michael Niedermayer | 2012-09-20 | 1 | -2/+2 |
* | | mp3dec: fix seeking without xing TOC | Michael Niedermayer | 2012-09-20 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-20 | 4 | -17/+128 |
|\| |
|
| * | mp3dec: read Xing frame TOC index | Anton Khirnov | 2012-09-19 | 1 | -1/+57 |
| * | mp3dec: use named constants for Xing header flags | Anton Khirnov | 2012-09-19 | 1 | -2/+5 |