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