| Commit message (Expand) | Author | Age | Files | Lines |
* | Return an error when get_buffer reads none or only partial data instead | Reimar Döffinger | 2010-12-11 | 1 | -2/+5 |
* | Ensure that packets returned from ASF demuxer are properly 0-padded. | Reimar Döffinger | 2010-12-11 | 1 | -1/+2 |
* | Remove hack in MP3 probe that was meant as a work-around for large | Reimar Döffinger | 2010-12-11 | 1 | -1/+0 |
* | id3v2: skip data length indicator | Anton Khirnov | 2010-12-10 | 1 | -0/+5 |
* | Don't try to demux WavPack files with >2 channels until we can support them | Kostya Shishkov | 2010-12-07 | 1 | -0/+4 |
* | rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known | Martin Storsjö | 2010-12-07 | 2 | -7/+8 |
* | rtsp: Parse RealRTSP sample rate declarations from the SDP | Martin Storsjö | 2010-12-07 | 1 | -0/+4 |
* | rtpdec: Handle MP3 in RealRTSP | Martin Storsjö | 2010-12-07 | 1 | -0/+7 |
* | id3v2: skip encrypted/compressed frames | Anton Khirnov | 2010-12-07 | 1 | -1/+4 |
* | id3v2: use a named constant instead of 0x02 | Anton Khirnov | 2010-12-07 | 2 | -1/+6 |
* | In mov demuxer, read alac sample from extradata, fix #2406 | Baptiste Coudurier | 2010-12-07 | 1 | -0/+1 |
* | rtpdec_h264: Pass NAL type 0 through | Martin Storsjö | 2010-12-06 | 1 | -4/+1 |
* | rtpdec: Skip padding bytes at the end of packets | Martin Storsjö | 2010-12-06 | 1 | -0/+6 |
* | rtpdec_qcelp: Use the depacketizer for static payload types, too | Martin Storsjö | 2010-12-05 | 1 | -0/+1 |
* | rtsp: Look for RTP payload handlers for static payload types, too | Martin Storsjö | 2010-12-05 | 1 | -0/+5 |
* | rtsp: Factorize code for initializing the rtp payload handler | Martin Storsjö | 2010-12-05 | 1 | -12/+14 |
* | rtpdec: Add functions for finding depacketizers by name or payload id | Martin Storsjö | 2010-12-05 | 2 | -0/+29 |
* | rtpdec: Allow dynamic payload handlers to handle static payload types, too | Martin Storsjö | 2010-12-05 | 1 | -0/+3 |
* | rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 | Martin Storsjö | 2010-12-05 | 5 | -2/+233 |
* | RTP/VP8: Update the warning about the VP8 payload | Martin Storsjö | 2010-12-05 | 2 | -2/+4 |
* | add subtitle codec autodetection | Aurelien Jacobs | 2010-12-04 | 1 | -0/+2 |
* | set default subtitle_codec for ass muxer | Aurelien Jacobs | 2010-12-04 | 1 | -0/+1 |
* | cosmetic: alignment | Aurelien Jacobs | 2010-12-04 | 1 | -1/+1 |
* | use designated initializer in ASS (de)muxer | Aurelien Jacobs | 2010-12-04 | 2 | -18/+16 |
* | mpegtsenc: Improve PCR generation and output | Tomas Härdin | 2010-12-03 | 1 | -24/+30 |
* | skip top-level objects to search for the simple index in ASF files | Stefan Gehrer | 2010-12-03 | 1 | -1/+14 |
* | mpc: read id3v1 tags. | Anton Khirnov | 2010-12-02 | 1 | -0/+3 |
* | Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). | Andrew Wason | 2010-11-29 | 1 | -0/+1 |
* | Ensure that data_offset is set correctly when there are partial | Aaron Colwell | 2010-11-29 | 1 | -2/+20 |
* | Partially revert "Simplify code by using av_metadata_set2()." | Anton Khirnov | 2010-11-29 | 1 | -3/+5 |
* | rtpdec: Remove useless NULL initializations when using designated initializers | Martin Storsjö | 2010-11-29 | 3 | -3/+0 |
* | rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali... | Martin Storsjö | 2010-11-29 | 3 | -21/+21 |
* | In ts demuxer, if pes packet size is < ts packet, honor pes packet and skip p... | Baptiste Coudurier | 2010-11-29 | 1 | -1/+5 |
* | rtsp: Do a forgotten reindenting | Martin Storsjö | 2010-11-28 | 1 | -17/+17 |
* | Add G.722 to RIFF codec list | Peter Ross | 2010-11-28 | 1 | -0/+1 |
* | Increase avformat micro version, forgotten in r25834. | Carl Eugen Hoyos | 2010-11-27 | 1 | -1/+1 |
* | Add copyright notices for the E-AC3 and TrueHD parts of the muxer. | Carl Eugen Hoyos | 2010-11-27 | 1 | -0/+2 |
* | IEC 61937 encapsulation of TrueHD for HDMI passthrough. | Anssi Hannula | 2010-11-27 | 1 | -0/+66 |
* | DV: use data_offset to fix seeking in badly cut files where the first | Reimar Döffinger | 2010-11-27 | 1 | -2/+2 |
* | Mobotix .mxg demuxer | Anatoly Nenashev | 2010-11-26 | 4 | -2/+255 |
* | In mov demuxer, if multiple h264 stsd are present, do not concatenate streams... | Baptiste Coudurier | 2010-11-25 | 1 | -0/+4 |
* | In av_find_stream_info, decode more h264 to get correct delay, issue #2020 | Baptiste Coudurier | 2010-11-25 | 1 | -1/+1 |
* | In TS demuxer, create the AVStream during pmt parsing if the pes stream does not | Stephen D'Angelo | 2010-11-25 | 1 | -0/+2 |
* | In TS demuxer, keep the pmt filter open to parse all pmt sections, | Baptiste Coudurier | 2010-11-25 | 1 | -2/+2 |
* | avidec: read some of the Nikon specific tags produced by Nikon cameras | Aurelien Jacobs | 2010-11-24 | 1 | -0/+38 |
* | avidec: support non-standard creation_time format | Aurelien Jacobs | 2010-11-23 | 1 | -1/+5 |
* | avidec: trivial simplification regarding av_metadata_set | Aurelien Jacobs | 2010-11-23 | 1 | -6/+2 |
* | matroskaenc: don't duplicate title information | Anton Khirnov | 2010-11-23 | 1 | -1/+3 |
* | id3v2: add TDEN<->creation_time tag mapping | Anton Khirnov | 2010-11-23 | 1 | -0/+1 |
* | lavf: document the new creation_time tag | Anton Khirnov | 2010-11-23 | 1 | -1/+2 |