summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_qt.c
Commit message (Expand)AuthorAge
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Remove final semicolon from some macrosMans Rullgard2011-02-10
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö2010-11-29
* rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö2010-11-29
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-06