| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -1/+1 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -3/+0 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -4/+5 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -29/+29 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | Make RTPFirstDynamicPayloadHandler static to rtpdec.c | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | Make ff_realmedia_mp3_dynamic_handler static. | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | rtpdec: Don't set RTP timestamps if they already are set by the depacketizer | Martin Storsjö | 2011-01-06 | 1 | -0/+2 |
* | rtpdec: Emit timestamps for packets before the first RTCP packet, too | Martin Storsjö | 2011-01-01 | 1 | -3/+14 |
* | rtsp: Don't set the RTP time base from the sample rate if no sample rate is set | Martin Storsjö | 2010-12-15 | 1 | -1/+0 |
* | Reinstate default time_base for rtp streams | Luca Barbato | 2010-12-15 | 1 | -0/+1 |
* | rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known | Martin Storsjö | 2010-12-07 | 1 | -5/+0 |
* | rtpdec: Handle MP3 in RealRTSP | Martin Storsjö | 2010-12-07 | 1 | -0/+7 |
* | rtpdec: Skip padding bytes at the end of packets | Martin Storsjö | 2010-12-06 | 1 | -0/+6 |
* | rtpdec: Add functions for finding depacketizers by name or payload id | Martin Storsjö | 2010-12-05 | 1 | -0/+25 |
* | rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 | Martin Storsjö | 2010-12-05 | 1 | -0/+1 |
* | rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors | Martin Storsjö | 2010-10-15 | 1 | -2/+5 |
* | rtpdec: Don't use the no reordering codepath if there already is a queue | Martin Storsjö | 2010-10-13 | 1 | -1/+1 |
* | rtpdec: Handle wrapping seq numbers in has_next_packet properly | Martin Storsjö | 2010-10-13 | 1 | -1/+1 |
* | rtpdec: Parse the next packet in the sequence if it is available, if the prev... | Martin Storsjö | 2010-10-13 | 1 | -0/+2 |
* | rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error... | Martin Storsjö | 2010-10-13 | 1 | -3/+3 |
* | rtpdec: Don't call the depacketizer to return more data unless it actually sa... | Martin Storsjö | 2010-10-13 | 1 | -3/+3 |
* | rtpdec: Split out storing of the depacketization return value to a separate f... | Martin Storsjö | 2010-10-13 | 1 | -30/+26 |
* | rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets | Martin Storsjö | 2010-10-08 | 1 | -2/+6 |
* | rtpdec: Store the previous return value for mpegts when it was -1, too | Martin Storsjö | 2010-10-08 | 1 | -1/+3 |
* | rtpdec: Keep track of the previous return value from rtp_parse_packet_interna... | Robert Schlabbach | 2010-10-08 | 1 | -0/+2 |
* | rtpdec: Handle RTP header extension | Robert Schlabbach | 2010-10-06 | 1 | -0/+17 |
* | Add RTP depacketization of the X-QT QuickTime format | Martin Storsjö | 2010-10-06 | 1 | -0/+5 |
* | rtpdec: Reorder received RTP packets according to the seq number | Martin Storsjö | 2010-10-01 | 1 | -5/+115 |
* | rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p... | Martin Storsjö | 2010-10-01 | 1 | -46/+57 |
* | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö | 2010-10-01 | 1 | -2/+3 |
* | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö | 2010-09-15 | 1 | -0/+7 |
* | rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet | Josh Allmann | 2010-08-29 | 1 | -3/+4 |
* | Reindent | Josh Allmann | 2010-08-29 | 1 | -4/+4 |
* | rtpdec: Read RTCP compound packets | Josh Allmann | 2010-08-29 | 1 | -2/+18 |
* | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann | 2010-08-25 | 1 | -5/+5 |
* | Do not use the server SSRC as client SSRC in the RTP demuxer | Luca Abeni | 2010-08-23 | 1 | -2/+3 |
* | Add RTP depacketization of VP8 | Josh Allmann | 2010-08-16 | 1 | -0/+1 |
* | Add RTP depacketization of MP4A-LATM | Martin Storsjö | 2010-08-12 | 1 | -0/+1 |
* | Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file | Martin Storsjö | 2010-07-30 | 1 | -8/+1 |
* | Add a depacketizer for QDM2 | Josh Allmann | 2010-07-14 | 1 | -0/+2 |
* | rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP... | Martin Storsjö | 2010-07-14 | 1 | -2/+4 |
* | Add RTP depacketization of SVQ3 | Josh Allmann | 2010-07-01 | 1 | -0/+2 |
* | rtpdec: Malloc the fmtp value buffer | Josh Allmann | 2010-06-28 | 1 | -3/+12 |