summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_asf.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* rtpdec_asf: Check memory allocation and free memory on errorVittorio Giovara2015-06-08
* rtpdec_asf: Don't set RTP_FLAG_KEYMartin Storsjö2015-03-05
* rtpdec_asf: Don't free the payload context in the .close functionMartin Storsjö2015-03-04
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö2014-01-23
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-07
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-07
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Remove final semicolon from some macrosMans Rullgard2011-02-10
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-14
* Prevent overflow on random input.Ronald S. Bultje2010-08-13
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö2010-07-21
* rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö2010-07-21
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-19
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-05
* Fix implicit cast warningEli Friedman2010-06-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28