summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avidemux: check video stream framerate against avi header frame durationMark Nauwelaerts2009-08-101-1/+18
* avidemux: streamline stream duration calculationMark Nauwelaerts2009-08-101-23/+23
* dv1394src: Fix element for live usage... which has been broken for 2 years :(Edward Hervey2009-08-101-131/+9
* raw1394: Remove unneeded variableEdward Hervey2009-08-101-2/+1
* matroska: remove dead assignmentsEdward Hervey2009-08-101-3/+2
* rtp: Remove dead assignments and resulting unneeded variables.Edward Hervey2009-08-104-97/+4
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-106-315/+16
* matroska: Adds support to muxing/demuxing WMAThiago Santos2009-08-093-20/+92
* matroskamux: adds support for wmv familyThiago Santos2009-08-091-2/+20
* v4l2src: if max == min width/height put an int in the probed caps, not an int...Tim-Philipp Müller2009-08-091-8/+15
* osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...Tim-Philipp Müller2009-08-091-3/+6
* id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8LoneStar2009-08-091-2/+70
* configure: bump core/base requirements to latest releaseTim-Philipp Müller2009-08-091-2/+2
* check: fix flvmux unit test on big endian machinesTim-Philipp Müller2009-08-091-4/+8
* matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h2009-08-083-1/+185
* id3demux: add ID3 v2.3 spec as wellTim-Philipp Müller2009-08-071-0/+1422
* id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integersTim-Philipp Müller2009-08-071-1/+5
* id3demux: fix typo in debug messageTim-Philipp Müller2009-08-071-1/+1
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and framesTim-Philipp Müller2009-08-076-12/+80
* souphttpsrc: Use SOUP_METHOD_GET instead of "GET" stringSebastian Dröge2009-08-061-1/+1
* pulsesrc: set the default slave method to skewWim Taymans2009-08-061-0/+4
* pulsesrc: fix compilation with --disable-gst-debugTim-Philipp Müller2009-08-061-8/+3
* rtph264pay: use array instead of queueWim Taymans2009-08-062-9/+12