summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_xiph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer2013-01-211-0/+11
|\
| * rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-0/+11
* | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer2012-12-211-6/+4
|\ \ | |/
| * rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-6/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-021-10/+3
|\ \ | |/
| * rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-021-10/+3
* | Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer2012-10-131-1/+1
|\ \ | |/
| * rtpdec_xiph: fix function return typeMans Rullgard2012-10-121-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | rtpdec_xiph: switch to av_assert()Michael Niedermayer2012-08-241-3/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-081-1/+4
|\ \ | |/
| * cosmetics: Fix indentationMartin Storsjö2012-04-081-1/+1
| * rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-0/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-4/+4
|\ \ | |/
| * rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-4/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-3/+3
|\ \ | |/
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-2/+2
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-2/+2
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-2/+2
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
|/
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-051-30/+49
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-041-1/+1
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-1/+1
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-281-1/+11
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann2010-07-271-0/+5
* rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann2010-07-191-11/+5
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-281-25/+4
* Fix printf format warningsEli Friedman2010-06-091-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje2010-04-151-1/+0
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-5/+5
* Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö2010-04-021-1/+1
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-011-0/+12
* Reindent after r22766.Josh Allmann2010-04-011-6/+6
* Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann2010-04-011-27/+27
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-011-0/+387
OpenPOWER on IntegriCloud