]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_qt.c
libfdk-aacdec: Always decode into an intermediate buffer
[ffmpeg] / libavformat / rtpdec_qt.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-03-04 Martin Storsjörtpdec_qt: Use a local variable instead of RTP_FLAG_KEY
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-26 Martin Storsjölavf: Allocate arrays with av_realloc if they will...
2013-09-26 Martin Storsjörtpdec_qt: Add an accidentally removed allocation retur...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-10-12 Diego BiurrunUse proper return values in case of missing features
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