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