]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_asf.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / rtpdec_asf.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-06-08 Vittorio Giovarartpdec_asf: Check memory allocation and free memory...
2015-03-04 Martin Storsjörtpdec_asf: Don't set RTP_FLAG_KEY
2015-03-04 Martin Storsjörtpdec_asf: Don't free the payload context in the ...
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjörtpdec: Use ffio_free_dyn_buf
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2014-01-23 Martin Storsjörtpdec_asf: Copy the need_parsing field from the chaine...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-04-06 Martin Storsjörtpdec_asf: Set the no_resync_search option for the...
2012-03-20 Anton Khirnovlavf: deprecate av_read_packet().
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-09-07 Michael Niedermayerrtpdec_asf: Fix integer underflow that could allow...
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
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-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
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-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-14 Ronald S. BultjeCopy metadata from ASF files contained in RTSP streams...
2010-08-13 Ronald S. BultjePrevent overflow on random input.
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-21 Martin StorsjöReindent, rewrap long comment lines to keep line length...
2010-07-21 Martin Storsjörtpdec_asf: Handle RTSP-MS packet splitting
2010-07-19 Martin Storsjörtpdec_asf: Include lavu headers using quotes instead...
2010-07-05 Martin Storsjörtpdec_asf: Propagate errors from the chained av_open_i...
2010-06-27 Eli FriedmanFix implicit cast warning
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*