| Commit message (Expand) | Author | Age | Files | Lines |
* | rtsp: Require the transport reply from the server to match the request | Martin Storsjö | 2010-12-23 | 1 | -5/+6 |
* | Makefile: Fix dependencies of components | Martin Storsjö | 2010-12-22 | 1 | -0/+1 |
* | Add a missing dependency for the WebM muxer | Martin Storsjö | 2010-12-21 | 1 | -1/+1 |
* | sdp: Add a framesize attribute to H.263 SDP descriptions | Martin Storsjö | 2010-12-20 | 1 | -1/+8 |
* | Fix crash if invalid bit-rate was read from file. | David Czech | 2010-12-20 | 1 | -1/+2 |
* | Change ASF demuxer to return incomplete last packets. | Reimar Döffinger | 2010-12-18 | 1 | -4/+16 |
* | Increase buffer size because the header itself can be larger than 8192 | Zhentan Feng | 2010-12-17 | 1 | -1/+1 |
* | rtsp: Don't set the RTP time base from the sample rate if no sample rate is set | Martin Storsjö | 2010-12-15 | 2 | -2/+2 |
* | Reinstate default time_base for rtp streams | Luca Barbato | 2010-12-15 | 1 | -0/+1 |
* | tcp: Check url_interrupt_cb if connect was interrupted by a signal | Thomas Guillem | 2010-12-14 | 1 | -1/+4 |
* | Add missing dependency for matroska muxer. | Justin Ruggles | 2010-12-14 | 1 | -1/+1 |
* | 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 |