Age | Commit message (Expand) | Author | Files | Lines |
2007-04-21 | gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGI... | Tim-Philipp Müller | 1 | -1/+1 |
2007-04-21 | gst/rtpmanager/rtpsession.c: Don't use GLib-2.10 API, we only require GLib 2.... | Tim-Philipp Müller | 1 | -2/+2 |
2007-04-21 | gst/audioresample/gstaudioresample.c: Make more functions static, just becaus... | Tim-Philipp Müller | 1 | -9/+9 |
2007-04-18 | gst/Makefile.am: Add rtpmanager dir to dist. | Wim Taymans | 1 | -1/+1 |
2007-04-18 | configure.ac: Disable rtpmanager for now because it depends on CVS -base. | Wim Taymans | 11 | -35/+2477 |
2007-04-17 | gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. | Tim-Philipp Müller | 1 | -3/+1 |
2007-04-17 | gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic... | Tim-Philipp Müller | 1 | -11/+23 |
2007-04-17 | gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff... | Tim-Philipp Müller | 1 | -1/+1 |
2007-04-16 | ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ... | Vincent Torri | 1 | -1/+1 |
2007-04-13 | gst/rtpmanager/: Protect lists and structures with locks. | Wim Taymans | 4 | -12/+71 |
2007-04-12 | gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the ... | Wim Taymans | 1 | -1/+1 |
2007-04-12 | gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results. | Wim Taymans | 4 | -91/+162 |
2007-04-11 | gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers. | Wim Taymans | 7 | -27/+191 |
2007-04-11 | gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations. | Wim Taymans | 2 | -21/+52 |
2007-04-10 | gst/rtpmanager/: Added custom marshallers for signals. | Wim Taymans | 7 | -9/+42 |
2007-04-06 | gst/rtpmanager/gstrtpbin.*: Provide a clock. | Wim Taymans | 2 | -0/+15 |
2007-04-06 | gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing. | Wim Taymans | 1 | -1/+1 |
2007-04-05 | gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments. | Wim Taymans | 1 | -6/+15 |
2007-04-05 | gst/qtdemux/gstrtpxqtdepay.*: Try to recover from packet loss a little better. | Wim Taymans | 2 | -1/+25 |
2007-04-05 | gst/rtpmanager/gstrtpbin.*: Add debugging category. | Wim Taymans | 7 | -56/+446 |
2007-04-04 | gst/rtpmanager/: Added simple SSRC demuxer. | Wim Taymans | 4 | -0/+360 |
2007-04-03 | gst/rtpmanager/: Some more ghostpad magic. | Wim Taymans | 3 | -7/+350 |
2007-04-03 | gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly. | Wim Taymans | 1 | -0/+1 |
2007-04-03 | Add RTP session management elements. Still in progress. | Wim Taymans | 14 | -0/+3841 |
2007-03-28 | gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ... | Edward Hervey | 5 | -4/+53 |
2007-03-24 | gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ... | Tim-Philipp Müller | 1 | -0/+1 |
2007-03-23 | gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps... | Michael Smith | 2 | -88/+273 |
2007-03-22 | gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai... | Tim-Philipp Müller | 1 | -28/+26 |
2007-03-16 | gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketi... | Jan Schmidt | 4 | -173/+294 |
2007-03-16 | gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to... | Stefan Kost | 1 | -1/+18 |
2007-03-15 | Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below... | Jan Schmidt | 9 | -680/+1281 |
2007-03-15 | gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ... | Michael Smith | 1 | -16/+34 |
2007-03-14 | gst/audioresample/gstaudioresample.c: Handle discontinuous streams. | Julien Moutte | 2 | -9/+48 |
2007-03-14 | gst/audioresample/: Since I really am not interested in a debug line for each... | Thomas Vander Stichele | 2 | -2/+6 |
2007-03-14 | gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val... | Stefan Kost | 8 | -24/+541 |
2007-03-14 | add debugging and reformat docs | Thomas Vander Stichele | 1 | -8/+21 |
2007-03-13 | gst/mpegaudioparse/: Remove bogus 2nd copy of mp3parse - it's actually in -ugly. | Jan Schmidt | 4 | -785/+0 |
2007-03-11 | Add appsrc/appsink example. | David Schleef | 1 | -3/+4 |
2007-03-09 | gst/equalizer/: Refactor plugin into a base class and a first subclass (nband... | Stefan Kost | 5 | -133/+487 |
2007-03-07 | gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi... | Edward Hervey | 2 | -3/+4 |
2007-03-07 | gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a... | Stefan Kost | 2 | -3/+21 |
2007-03-06 | gst/spectrum/gstspectrum.c: Fix and cleanup default property values. | Wim Taymans | 1 | -6/+17 |
2007-03-05 | gst/spectrum/: Remove two obsolete and confusing comments. | Stefan Kost | 2 | -4/+0 |
2007-03-03 | Fix up dist. | Michael Smith | 1 | -5/+5 |
2007-03-03 | Add VMnc decoder. | Michael Smith | 2 | -0/+964 |
2007-03-03 | Move the app library to gst-libs/gst/app (duh!) | David Schleef | 4 | -345/+4 |
2007-03-02 | ext/dts/gstdtsdec.c: A few small clean-ups. | Tim-Philipp Müller | 1 | -5/+11 |
2007-02-26 | Add a new plugin/library to make it easy for apps to shove data into a pipeline. | David Schleef | 4 | -0/+391 |
2007-02-26 | gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ... | Tim-Philipp Müller | 2 | -14/+17 |
2007-02-24 | Fix build with LDFLAGS='-Wl,-z,defs'. | Tim-Philipp Müller | 6 | -7/+8 |