Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Mon, 16 Mar 2009 13:01:02 +0000 |
rbultje |
Reindent after r18010.
libavformat
|
Mon, 16 Mar 2009 12:57:49 +0000 |
rbultje |
Remove packet returning in ff_rm_parse_packet() if we're using the packet
libavformat
|
Thu, 26 Feb 2009 14:23:05 +0000 |
rbultje |
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
libavformat
|
Fri, 06 Feb 2009 10:35:52 +0000 |
lucabe |
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
libavformat
|
Fri, 06 Feb 2009 01:37:19 +0000 |
rbultje |
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavformat
|
Tue, 27 Jan 2009 12:23:16 +0000 |
lucabe |
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
libavformat
|
Mon, 19 Jan 2009 23:41:46 +0000 |
diego |
Use "" instead of <> when #including non-system headers.
libavformat
|
Wed, 07 Jan 2009 14:45:13 +0000 |
rbultje |
Parse the OpaqueData field for every AVStream represented by this "set of
libavformat
|
Wed, 07 Jan 2009 14:41:40 +0000 |
rbultje |
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in
libavformat
|
Wed, 07 Jan 2009 14:38:44 +0000 |
rbultje |
Parse the ASMRuleBook SDP line to dynamically create one new AVStream for
libavformat
|
Sun, 28 Dec 2008 23:23:59 +0000 |
rbultje |
Fix double free which happens for playback of .rm files after r16365. See
libavformat
|
Sun, 28 Dec 2008 05:59:11 +0000 |
rbultje |
Reindent after r16368.
libavformat
|
Sun, 28 Dec 2008 05:58:23 +0000 |
rbultje |
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
libavformat
|
Sun, 28 Dec 2008 05:55:09 +0000 |
rbultje |
Change audio_pkt_cnt from an array into a single field, since only a single
libavformat
|
Sun, 28 Dec 2008 00:21:11 +0000 |
rbultje |
Add RMStream object as function argument to public functions so that non-.rm
libavformat
|
Sat, 13 Dec 2008 21:37:27 +0000 |
rbultje |
Don't access RMContext directly in rdt.c. Rather, use the return value of
libavformat
|
Sat, 06 Dec 2008 18:41:17 +0000 |
rbultje |
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
libavformat
|
Mon, 01 Dec 2008 00:08:42 +0000 |
rbultje |
Implement rule-number parsing, the initial step in stream (and bitrate)
libavformat
|
Sun, 30 Nov 2008 22:24:35 +0000 |
rbultje |
Change RDTDemuxContext->st into an array of streams, which will make future
libavformat
|
Sun, 30 Nov 2008 20:39:16 +0000 |
rbultje |
Change function prototype from taking an AVStream to taking an index to the
libavformat
|
Sun, 23 Nov 2008 16:54:31 +0000 |
rbultje |
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.
libavformat
|
Mon, 17 Nov 2008 18:10:02 +0000 |
rbultje |
Change type of prev_stream_id from uint32_t to int, since it has a max size
libavformat
|
Mon, 17 Nov 2008 14:32:56 +0000 |
rbultje |
Reindent after r15853.
libavformat
|
Mon, 17 Nov 2008 14:32:01 +0000 |
rbultje |
Read optional components of the RDT packet header, such as extended setID
libavformat
|
Mon, 17 Nov 2008 14:30:31 +0000 |
rbultje |
Change header reading implementation to using get_bits() instead of directly
libavformat
|
Mon, 17 Nov 2008 14:28:12 +0000 |
rbultje |
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
libavformat
|
Mon, 17 Nov 2008 14:23:20 +0000 |
rbultje |
Fix memleak caused by the fact that url_open_buf() allocates a context
libavformat
|
Mon, 17 Nov 2008 14:20:00 +0000 |
rbultje |
Add ByteIOContext argument to public ff_rm_* functions so that we can
libavformat
|
Sat, 15 Nov 2008 20:45:26 +0000 |
rbultje |
Change status packet skipping to be more spec-compliant. See discussion in
libavformat
|
Sat, 15 Nov 2008 20:42:41 +0000 |
rbultje |
Reindent after r15833.
libavformat
|
Sat, 15 Nov 2008 20:41:59 +0000 |
rbultje |
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
libavformat
|
Sat, 15 Nov 2008 02:22:47 +0000 |
rbultje |
Rename variables in ff_rdt_parse_header() and callers to match the
libavformat
|
Fri, 14 Nov 2008 18:37:58 +0000 |
rbultje |
Add comment describing the RDT packet header. See discussion in "[PATCH]
libavformat
|
Sat, 04 Oct 2008 04:19:15 +0000 |
rbultje |
Implement RDTDemuxContext, which contains RDT-specific data (similar to
libavformat
|
Sat, 04 Oct 2008 04:15:06 +0000 |
rbultje |
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to
libavformat
|
Sat, 04 Oct 2008 04:11:12 +0000 |
rbultje |
Rename RTP payload contexts to PayloadContext, suggested by Luca in
libavformat
|
Wed, 01 Oct 2008 12:38:41 +0000 |
rbultje |
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding
libavformat
|
Wed, 01 Oct 2008 12:37:07 +0000 |
rbultje |
This patch refactors RDT packet header parsing so that it can be used in
libavformat
|
Tue, 30 Sep 2008 13:23:33 +0000 |
rbultje |
Remove access to rdt_data struct in functions called outside of the
libavformat
|
Sun, 07 Sep 2008 01:25:47 +0000 |
rbultje |
Implement RDT-specific data parsing routines. After these changes, simple
libavformat
|
Sun, 07 Sep 2008 01:22:18 +0000 |
rbultje |
Implement a RDT-specific SET_PARAMETER command that subscribes to the
libavformat
|
Sun, 07 Sep 2008 01:21:24 +0000 |
rbultje |
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
libavformat
|
Wed, 03 Sep 2008 04:44:58 +0000 |
rbultje |
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
libavformat
|