Age | Commit message (Expand) | Author |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-25 | Make RTPFirstDynamicPayloadHandler static to rtpdec.c | Diego Elio Pettenò |
2011-01-25 | Make ff_realmedia_mp3_dynamic_handler static. | Diego Elio Pettenò |
2011-01-06 | rtpdec: Don't set RTP timestamps if they already are set by the depacketizer | Martin Storsjö |
2011-01-01 | rtpdec: Emit timestamps for packets before the first RTCP packet, too | Martin Storsjö |
2010-12-15 | rtsp: Don't set the RTP time base from the sample rate if no sample rate is set | Martin Storsjö |
2010-12-15 | Reinstate default time_base for rtp streams | Luca Barbato |
2010-12-07 | rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is known | Martin Storsjö |
2010-12-07 | rtpdec: Handle MP3 in RealRTSP | Martin Storsjö |
2010-12-06 | rtpdec: Skip padding bytes at the end of packets | Martin Storsjö |
2010-12-05 | rtpdec: Add functions for finding depacketizers by name or payload id | Martin Storsjö |
2010-12-05 | rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658 | Martin Storsjö |
2010-10-15 | rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors | Martin Storsjö |
2010-10-13 | rtpdec: Don't use the no reordering codepath if there already is a queue | Martin Storsjö |
2010-10-13 | rtpdec: Handle wrapping seq numbers in has_next_packet properly | Martin Storsjö |
2010-10-13 | rtpdec: Parse the next packet in the sequence if it is available, if the prev... | Martin Storsjö |
2010-10-13 | rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error... | Martin Storsjö |
2010-10-13 | rtpdec: Don't call the depacketizer to return more data unless it actually sa... | Martin Storsjö |
2010-10-13 | rtpdec: Split out storing of the depacketization return value to a separate f... | Martin Storsjö |
2010-10-08 | rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packets | Martin Storsjö |
2010-10-08 | rtpdec: Store the previous return value for mpegts when it was -1, too | Martin Storsjö |
2010-10-08 | rtpdec: Keep track of the previous return value from rtp_parse_packet_interna... | Robert Schlabbach |
2010-10-06 | rtpdec: Handle RTP header extension | Robert Schlabbach |
2010-10-06 | Add RTP depacketization of the X-QT QuickTime format | Martin Storsjö |
2010-10-01 | rtpdec: Reorder received RTP packets according to the seq number | Martin Storsjö |
2010-10-01 | rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p... | Martin Storsjö |
2010-10-01 | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö |
2010-09-15 | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö |
2010-08-29 | rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet | Josh Allmann |
2010-08-29 | Reindent | Josh Allmann |
2010-08-29 | rtpdec: Read RTCP compound packets | Josh Allmann |
2010-08-25 | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann |
2010-08-23 | Do not use the server SSRC as client SSRC in the RTP demuxer | Luca Abeni |
2010-08-16 | Add RTP depacketization of VP8 | Josh Allmann |
2010-08-12 | Add RTP depacketization of MP4A-LATM | Martin Storsjö |
2010-07-30 | Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file | Martin Storsjö |
2010-07-14 | Add a depacketizer for QDM2 | Josh Allmann |
2010-07-14 | rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP... | Martin Storsjö |
2010-07-01 | Add RTP depacketization of SVQ3 | Josh Allmann |
2010-06-28 | rtpdec: Malloc the fmtp value buffer | Josh Allmann |
2010-06-28 | rtpdec: Add generic function for iterating over FMTP configuration lines | Josh Allmann |
2010-06-25 | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann |
2010-06-25 | rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler | Josh Allmann |
2010-06-25 | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann |
2010-04-20 | Reset RTCP timestamps after seeking, add range start offset to the packets ti... | Martin Storsjö |
2010-04-20 | Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext | Martin Storsjö |
2010-04-05 | Reindent | Martin Storsjö |
2010-04-05 | Fix leaks in the AAC RTP depacketizer | Martin Storsjö |
2010-04-01 | Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging | Josh Allmann |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |