]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_qt.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / rtpdec_qt.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-06 Anton KhirnovReemove remaining uses of deprecated AVERROR_NOTSUPP.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2010-11-29 Martin Storsjörtpdec: Remove useless NULL initializations when using...
2010-11-29 Martin Storsjörtpdec: Change the qdm2, qt and svq3 depacketizers...
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format