summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-191-2/+8
|\
| * rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks2011-11-181-1/+1
| * rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-181-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-3/+5
|\ \ | |/
| * rtpdec: Simplify finalize_packetJohn Brooks2011-11-111-3/+5
| * Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-2/+2
* | libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-071-0/+5
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-8/+8
|\ \ | |/
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-8/+8
| * rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
| * rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
* | Correct buffer handling for RTCP packetsJohn Brooks2011-10-131-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-16/+0
|\ \ | |/
| * rtp: remove disabled codeDiego Biurrun2011-07-211-16/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-1/+1
|\ \ | |/
| * Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-3/+0
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-4/+5
|\ \ | |/
| * avio: make url_write() internal.Anton Khirnov2011-04-041-4/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-7/+7
|\ \ | |/
| * avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-1/+1
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-3/+3
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-29/+29
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Replace dprintf with av_dlogLuca Barbato2011-01-291-2/+2
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-251-1/+1
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-251-1/+1
* rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö2011-01-061-0/+2
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-011-3/+14
* rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö2010-12-151-1/+0
* Reinstate default time_base for rtp streamsLuca Barbato2010-12-151-0/+1
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-071-5/+0
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-071-0/+7
* rtpdec: Skip padding bytes at the end of packetsMartin Storsjö2010-12-061-0/+6
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-051-0/+25
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-051-0/+1
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-151-2/+5
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-131-1/+1
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-131-1/+1
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-131-0/+2
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-131-3/+3
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-131-3/+3
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-131-30/+26
OpenPOWER on IntegriCloud