summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge4-25/+23
2007-03-21ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2-10/+16
2007-03-18ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis2-7/+27
2007-03-16sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey2-1/+6
2007-03-16sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey2-5/+23
2007-03-16gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketi...Jan Schmidt5-173/+318
2007-03-16Changelog surgeryStefan Kost1-1/+1
2007-03-16gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost2-1/+24
2007-03-15Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below...Jan Schmidt11-680/+1321
2007-03-15gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...Michael Smith1-16/+34
2007-03-14gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte3-9/+133
2007-03-14tests/icles/equalizer-test.c: Port the example to new equalizer api.Stefan Kost2-36/+36
2007-03-14sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey5-55/+237
2007-03-14po/: Updated translations.Thomas Vander Stichele4-3049/+47
2007-03-14gst/audioresample/: Since I really am not interested in a debug line for each...Thomas Vander Stichele2-2/+6
2007-03-14gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost9-24/+576
2007-03-14add debugging and reformat docsThomas Vander Stichele1-8/+21
2007-03-13gst/mpegaudioparse/: Remove bogus 2nd copy of mp3parse - it's actually in -ugly.Jan Schmidt5-785/+9
2007-03-12examples/app/.cvsignore: The buildbot demands .cvsignore files, and I comply.Jan Schmidt2-0/+6
2007-03-11sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback.Sébastien Moutte3-434/+666
2007-03-11Add appsrc/appsink example.David Schleef10-48/+459
2007-03-10ext/: Printf format string fixes.Tim-Philipp Müller4-4/+10
2007-03-09gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost7-133/+515
2007-03-08ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis7-68/+668
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge7-6/+36
2007-03-07gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey3-3/+11
2007-03-07gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost4-3/+29
2007-03-06gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans2-6/+25
2007-03-05gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost3-7/+9
2007-03-04ext/nas/nassink.c: Some more cleanups/changes; use boilerplate macro.Tim-Philipp Müller2-52/+45
2007-03-04ext/nas/: Bunch of nassink clean-ups: make build by adding the right CFLAGS a...Tim-Philipp Müller5-196/+195
2007-03-04ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt2-0/+7
2007-03-03Fix up dist.Michael Smith3-5/+12
2007-03-03Add VMnc decoder.Michael Smith4-0/+986
2007-03-03gst-libs/gst/app/Makefile.am: Install the headers.David Schleef2-1/+9
2007-03-03gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for ...David Schleef5-1/+182
2007-03-03gst-libs/gst/app/gstappsrc.*: Hacking to address issues in 413418.David Schleef3-5/+70
2007-03-03Move the app library to gst-libs/gst/app (duh!)David Schleef11-16/+78
2007-03-02Commit NAS Sink, closed bugzilla 345633Christian Schaller5-249/+195
2007-03-02ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller3-30/+24
2007-03-02ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...Young-Ho Cha2-1/+49
2007-03-02Remove spurious conflict markerJan Schmidt1-1/+0
2007-03-02ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th...Lutz Mueller4-85/+79
2007-03-02Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streamsChristian Schaller6-3/+1328
2007-03-01tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather...Jan Schmidt3-1/+7
2007-02-28configure.ac: Convert to new AG_GST style.Thomas Vander Stichele3-73/+80
2007-02-27update copyright statementsChristian Schaller11-3/+63
2007-02-27sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey5-149/+13
2007-02-26Add a new plugin/library to make it easy for apps to shove data into a pipeline.David Schleef6-0/+403
2007-02-26gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ...Tim-Philipp Müller3-14/+25