summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_qdm2.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-13
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* 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
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Add a depacketizer for QDM2Josh Allmann2010-07-14