summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_asf.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-0/+2
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-071-1/+4
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-1/+1
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-071-1/+7
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+5
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+1
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-3/+3
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
* 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-5/+5
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-6/+6
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-5/+5
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-2/+2
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-2/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* Remove final semicolon from some macrosMans Rullgard2011-02-101-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje2011-01-141-0/+1
* Prevent overflow on random input.Ronald S. Bultje2010-08-131-1/+2
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-1/+1
* Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö2010-07-211-52/+53
* rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö2010-07-211-10/+16
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-191-3/+3
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-051-2/+6
* Fix implicit cast warningEli Friedman2010-06-271-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-281-0/+281
OpenPOWER on IntegriCloud