summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_xiph.c
Commit message (Expand)AuthorAgeFilesLines
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-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