summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_asf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer2012-12-211-1/+2
|\
| * rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-081-0/+2
|\ \ | |/
| * rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+4
|\ \ | |/
| * rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-071-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-211-1/+1
|\ \ | |/
| * lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-2/+1
|\ \ | |/
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-081-5/+5
|\ \ | |/
| * rtpdec_asf: Fix integer underflow that could allow remote code executionMichael Niedermayer2011-09-071-1/+7
* | rtpdec_asf: fix memleakMichael Niedermayer2011-09-071-2/+6
* | rtp: Fix integer underflow that could allow remote code execution.Michael Niedermayer2011-09-071-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-2/+5
|\ \ | |/
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+1
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-2/+2
|\ \ | |/
| * rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-4/+4
|\ \ | |/
| * 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