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
|