summaryrefslogtreecommitdiffstats
path: root/libavformat/rdt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-3/+0
|\
| * rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-051-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-081-1/+5
|\ \ | |/
| * rdt: Check the return value of avformat_openMartin Storsjö2011-11-071-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-2/+2
|\ \ | |/
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+2
* | 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
| * 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-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-6/+6
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-211-1/+1
* 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-2/+2
* rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö2011-02-111-9/+3
* 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
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-1/+2
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-091-4/+18
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-021-6/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove dead initialization.Ronald S. Bultje2010-04-021-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-2/+1
* handler can be NULL if we did not support this dynamic format (codec).Ronald S. Bultje2010-01-071-1/+1
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-301-1/+1
* Use named initializers and use new/free_context() instead of extradata()Colin McQuillan2009-07-271-9/+9
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Reindent after r18010.Ronald S. Bultje2009-03-161-3/+3
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-161-3/+5
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-261-2/+2
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje2009-02-061-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-1/+1
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-191-1/+1
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-071-15/+23
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-071-0/+14
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-071-0/+67
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-281-0/+1
* Reindent after r16368.Ronald S. Bultje2008-12-281-1/+2
OpenPOWER on IntegriCloud