gstreamer/gst/realmedia
Wim Taymans 6fb8002cab gst/realmedia/: Add first support for parsing RDT messages.
Original commit message from CVS:
* gst/realmedia/Makefile.am:
* gst/realmedia/gstrdtbuffer.c: (gst_rdt_buffer_validate_data),
(gst_rdt_buffer_validate), (gst_rdt_buffer_get_packet_count),
(read_packet_header), (gst_rdt_buffer_get_first_packet),
(gst_rdt_packet_move_to_next), (gst_rdt_packet_get_type),
(gst_rdt_packet_get_length), (gst_rdt_packet_to_buffer),
(gst_rdt_buffer_compare_seqnum), (gst_rdt_packet_data_get_seq),
(gst_rdt_packet_data_peek_data),
(gst_rdt_packet_data_get_stream_id),
(gst_rdt_packet_data_get_timestamp):
* gst/realmedia/gstrdtbuffer.h:
Add first support for parsing RDT messages.
* gst/realmedia/rdtjitterbuffer.c: (rdt_jitter_buffer_class_init),
(rdt_jitter_buffer_init), (rdt_jitter_buffer_finalize),
(rdt_jitter_buffer_new), (rdt_jitter_buffer_reset_skew),
(calculate_skew), (rdt_jitter_buffer_insert),
(rdt_jitter_buffer_pop), (rdt_jitter_buffer_peek),
(rdt_jitter_buffer_flush), (rdt_jitter_buffer_num_packets),
(rdt_jitter_buffer_get_ts_diff):
* gst/realmedia/rdtjitterbuffer.h:
Add first version of an RDT jitterbuffer.
2008-08-27 09:52:49 +00:00
..
.gitignore gst/realmedia/.cvsignore: Add test to ignore. 2007-08-02 19:30:05 +00:00
asmrules.c gst/realmedia/asmrules.c: make ) also a delimiter for rules. 2008-03-19 11:01:25 +00:00
asmrules.h gst/realmedia/.cvsignore: Add test to ignore. 2007-08-02 19:30:05 +00:00
gstrdtbuffer.c gst/realmedia/: Add first support for parsing RDT messages. 2008-08-27 09:52:49 +00:00
gstrdtbuffer.h gst/realmedia/: Add first support for parsing RDT messages. 2008-08-27 09:52:49 +00:00
Makefile.am gst/realmedia/: Add first support for parsing RDT messages. 2008-08-27 09:52:49 +00:00
rademux.c Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea... 2008-06-13 06:57:21 +00:00
rademux.h gst/realmedia/: Add demuxer for RealAudio files (#349779). 2007-01-11 12:49:23 +00:00
rdtdepay.c gst/realmedia/rdtdepay.c: Fix the encoding-name so that it matches what the rtsp extension sets. 2007-08-03 14:19:50 +00:00
rdtdepay.h gst/realmedia/: Added RDT depayloader. 2006-10-03 10:55:42 +00:00
rdtjitterbuffer.c gst/realmedia/: Add first support for parsing RDT messages. 2008-08-27 09:52:49 +00:00
rdtjitterbuffer.h gst/realmedia/: Add first support for parsing RDT messages. 2008-08-27 09:52:49 +00:00
rdtmanager.c Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea... 2008-06-13 06:57:21 +00:00
rdtmanager.h gst/realmedia/rdtmanager.*: Implement some more signals that rtspsrc connects to. 2007-12-21 14:01:06 +00:00
realhash.c gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which might not exist on some systems. 2008-04-29 17:34:19 +00:00
realhash.h gst/realmedia/: Split out hash code in separate file. 2007-07-27 16:39:45 +00:00
rmdemux.c gst/realmedia/rmdemux.*: Keep track of the first timestamp of the stream and add this to the outgoing buffer timestam... 2008-08-27 09:47:17 +00:00
rmdemux.h gst/realmedia/rmdemux.*: Keep track of the first timestamp of the stream and add this to the outgoing buffer timestam... 2008-08-27 09:47:17 +00:00
rmdemux.vcproj more working plugins 2004-07-27 21:41:30 +00:00
rmutils.c gst/realmedia/: Add demuxer for RealAudio files (#349779). 2007-01-11 12:49:23 +00:00
rmutils.h gst/realmedia/: Add demuxer for RealAudio files (#349779). 2007-01-11 12:49:23 +00:00
rtspreal.c Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea... 2008-06-13 06:57:21 +00:00
rtspreal.h gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we parse the SDP as it's also there that we c... 2008-04-30 17:16:47 +00:00