| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+2 |
* | rtp: Rename the open/close functions to alloc/free | Martin Storsjö | 2011-04-24 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -6/+6 |
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -2/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-11 | 1 | -9/+3 |
* | Remove final semicolon from some macros | Mans Rullgard | 2011-02-10 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö | 2010-10-01 | 1 | -1/+2 |
* | get rid of MAX_STREAMS limit in RDT | Aurelien Jacobs | 2010-08-09 | 1 | -4/+18 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 1 | -6/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove dead initialization. | Ronald S. Bultje | 2010-04-02 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Add a lowercase parameter to ff_data_to_hex | Martin Storsjö | 2010-03-25 | 1 | -2/+1 |
* | handler can be NULL if we did not support this dynamic format (codec). | Ronald S. Bultje | 2010-01-07 | 1 | -1/+1 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 1 | -1/+1 |
* | Use named initializers and use new/free_context() instead of extradata() | Colin McQuillan | 2009-07-27 | 1 | -9/+9 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Reindent after r18010. | Ronald S. Bultje | 2009-03-16 | 1 | -3/+3 |
* | Remove packet returning in ff_rm_parse_packet() if we're using the packet | Ronald S. Bultje | 2009-03-16 | 1 | -3/+5 |
* | Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing | Ronald S. Bultje | 2009-02-26 | 1 | -2/+2 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument | Ronald S. Bultje | 2009-02-06 | 1 | -3/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -1/+1 |
* | Use "" instead of <> when #including non-system headers. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Parse the OpaqueData field for every AVStream represented by this "set of | Ronald S. Bultje | 2009-01-07 | 1 | -15/+23 |
* | Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in | Ronald S. Bultje | 2009-01-07 | 1 | -0/+14 |
* | Parse the ASMRuleBook SDP line to dynamically create one new AVStream for | Ronald S. Bultje | 2009-01-07 | 1 | -0/+67 |
* | Fix double free which happens for playback of .rm files after r16365. See | Ronald S. Bultje | 2008-12-28 | 1 | -0/+1 |
* | Reindent after r16368. | Ronald S. Bultje | 2008-12-28 | 1 | -1/+2 |
* | Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in | Ronald S. Bultje | 2008-12-28 | 1 | -0/+1 |
* | Change audio_pkt_cnt from an array into a single field, since only a single | Ronald S. Bultje | 2008-12-28 | 1 | -5/+5 |
* | Add RMStream object as function argument to public functions so that non-.rm | Ronald S. Bultje | 2008-12-28 | 1 | -3/+6 |
* | Don't access RMContext directly in rdt.c. Rather, use the return value of | Ronald S. Bultje | 2008-12-13 | 1 | -5/+6 |
* | Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. | Ronald S. Bultje | 2008-12-06 | 1 | -1/+3 |
* | Implement rule-number parsing, the initial step in stream (and bitrate) | Ronald S. Bultje | 2008-12-01 | 1 | -5/+16 |
* | Change RDTDemuxContext->st into an array of streams, which will make future | Ronald S. Bultje | 2008-11-30 | 1 | -5/+15 |
* | Change function prototype from taking an AVStream to taking an index to the | Ronald S. Bultje | 2008-11-30 | 1 | -2/+2 |
* | Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. | Ronald S. Bultje | 2008-11-23 | 1 | -1/+1 |
* | Change type of prev_stream_id from uint32_t to int, since it has a max size | Ronald S. Bultje | 2008-11-17 | 1 | -1/+2 |
* | Reindent after r15853. | Ronald S. Bultje | 2008-11-17 | 1 | -1/+1 |
* | Read optional components of the RDT packet header, such as extended setID | Ronald S. Bultje | 2008-11-17 | 1 | -3/+12 |