summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_qt.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-4/+4
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-2/+4
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+1
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-061-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-7/+7
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-4/+4
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Remove final semicolon from some macrosMans Rullgard2011-02-101-1/+1
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-031-6/+6
* rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö2010-11-291-1/+0
* rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö2010-11-291-7/+7
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-061-0/+255
OpenPOWER on IntegriCloud