summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans2009-08-116-8/+145
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2009-08-114-7/+68
* gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans2009-08-111-1/+14
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2009-08-1112-327/+327
* gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans2009-08-111-4/+6
* gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.Wim Taymans2009-08-112-5/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans2009-08-113-14/+49
* gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.Stefan Kost2009-08-111-0/+1
* gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans2009-08-1112-965/+710
* Add stdlib include (free, atoi, exit).Stefan Kost2009-08-112-0/+3
* gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer2009-08-112-2/+4
* Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans2009-08-117-93/+97
* Document stuff.Wim Taymans2009-08-1110-28/+334
* gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef2009-08-111-0/+11
* gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.Wim Taymans2009-08-114-4/+41
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header...Stefan Kost2009-08-112-19/+24
* gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue...Stefan Kost2009-08-111-30/+30
* gst/rtpmanager/gstrtpjitterbuffer.c: Pass queries upstream.Wim Taymans2009-08-111-0/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug info.Wim Taymans2009-08-112-2/+6
* gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...Wim Taymans2009-08-117-43/+116
* gst/rtpmanager/gstrtpsession.c: Remove debug.Wim Taymans2009-08-113-11/+14
* gst/rtpmanager/gstrtpsession.c: Move reconsideration code to the rtpsession o...Wim Taymans2009-08-116-181/+656
* gst/rtpmanager/gstrtpsession.c: Implement forward and reverse reconsideration.Wim Taymans2009-08-113-23/+79
* gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.Wim Taymans2009-08-113-16/+36
* gst/rtpmanager/gstrtpjitterbuffer.c: Report NO_PREROLL when going to PAUSED.Wim Taymans2009-08-116-42/+161
* gst/rtpmanager/gstrtpbin.c: fix for pad name changeWim Taymans2009-08-118-86/+625
* gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2....Tim-Philipp Müller2009-08-111-2/+2
* configure.ac: Disable rtpmanager for now because it depends on CVS -base.Wim Taymans2009-08-1111-35/+2477
* gst/rtpmanager/: Protect lists and structures with locks.Wim Taymans2009-08-114-12/+71
* gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.Wim Taymans2009-08-114-91/+162
* gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.Wim Taymans2009-08-117-27/+191
* gst/rtpmanager/: Added custom marshallers for signals.Wim Taymans2009-08-117-9/+42
* gst/rtpmanager/gstrtpbin.*: Provide a clock.Wim Taymans2009-08-112-0/+15
* gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.Wim Taymans2009-08-111-1/+1
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.Wim Taymans2009-08-111-6/+15
* gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans2009-08-117-56/+446
* gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans2009-08-114-0/+360
* gst/rtpmanager/: Some more ghostpad magic.Wim Taymans2009-08-113-7/+350
* gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans2009-08-111-0/+1
* Add RTP session management elements. Still in progress.Wim Taymans2009-08-1114-0/+3841
* avidemux: push mode; cater for chunk paddingMark Nauwelaerts2009-08-101-0/+7
* avidemux: only use stream's pad after having checked it existsMark Nauwelaerts2009-08-101-5/+8
* avidemux: sprinkle some more GST_DEBUG_FUNCPTRMark Nauwelaerts2009-08-101-5/+9
* avidemux: post error message if no pads to push EOS event onMark Nauwelaerts2009-08-101-3/+22
* avidemux: fix typo in warning messageMark Nauwelaerts2009-08-101-1/+1
* avidemux: fix some buffer ref handlingMark Nauwelaerts2009-08-101-5/+31
* avidemux: do not exceed maximum number of supported streamsMark Nauwelaerts2009-08-101-1/+12
* avidemux: prevent double unref; gst_avi_demux_parse_avih already unrefsMark Nauwelaerts2009-08-101-2/+0
* avidemux: verify size of INFO LIST to satisfy subsequent expectationsMark Nauwelaerts2009-08-101-5/+17