summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller11-13/+37
2007-02-20sys/directsound/gstdirectsoundsink.*: Remove include of unused headers.Sébastien Moutte8-17/+881
2007-02-18sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte9-1020/+897
2007-02-16add equalizer pluginChristian Schaller1-0/+1
2007-02-13add missing \ in Makefile.amChristian Schaller1-1/+1
2007-02-13Add crossreferences to glib/gobject/gstream docs. Also fix typo in timidity.c...Stefan Kost4-8/+34
2007-02-11Add second midi renderer. Fix some double frees and leaks. Clean up logging.Stefan Kost6-9/+1051
2007-02-11Makefile.am: Add win32 MANIFESTSébastien Moutte9-262/+467
2007-02-11ext/faad/gstfaad.c: Also update the comment that describes the hack.Stefan Kost2-3/+12
2007-02-11configure.ac: Tell the code which faad it is, so that we can adjust the hacks...Stefan Kost3-1/+25
2007-02-11configure.ac: Fix faad detection to support also fadd with new symbol prefix.Stefan Kost3-1/+11
2007-02-08Add timitity midi render plugin (#403992)Wouter Paesen6-1/+945
2007-02-07ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ...Edward Hervey3-1/+7
2007-02-06gst/modplug/gstmodplug.cc: Remove superfluous gst_caps_get_structure() call.Tim-Philipp Müller2-1/+5
2007-02-06configure.ac: Increase required libsndfile version to a version that's known ...Tim-Philipp Müller2-1/+7
2007-02-06ext/sndfile/gstsfsrc.c: Fix build (installed setup).Tim-Philipp Müller2-1/+6
2007-02-05ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo.Andy Wingo6-2/+590
2007-02-03Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller8-152/+503
2007-02-02gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller2-17/+45
2007-02-02Port equalizer plugin to 0.10 (#403572).James Doc Livingston4-27/+40
2007-02-02configure.ac: ext/Makefile.amAndy Wingo8-852/+644
2007-02-02ext/alsaspdif/alsaspdifsink.c: Set rank to NONE so that it doesn't get autopl...Tim-Philipp Müller2-1/+9
2007-01-31gst/real/: Fix classification in GstElementDetails.Stefan Kost3-2/+8
2007-01-31ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2-6/+12
2007-01-31Fix classification in GstElementDetails.Stefan Kost4-47/+50
2007-01-30configure.ac: Check for an Objective C compilerEdward Hervey8-2/+1198
2007-01-29update spec fileChristian Schaller1-1/+6
2007-01-28gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller3-50/+82
2007-01-28ext/ladspa/: add GstController support to ladspaStefan Kost3-3/+12
2007-01-28ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li...Rosfran Borges2-27/+24
2007-01-27tests/icles/videocrop-test.c: Catch errors while the test is running.Tim-Philipp Müller2-16/+41
2007-01-25ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge2-3/+14
2007-01-25ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge3-3/+9
2007-01-25gst/: Use proper print statements.Edward Hervey10-20/+41
2007-01-24gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader.Wim Taymans2-6/+9
2007-01-23work if it's already there tooThomas Vander Stichele1-2/+2
2007-01-17ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.Tim-Philipp Müller2-3/+7
2007-01-13gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...Andy Wingo2-5/+18
2007-01-13gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...Andy Wingo2-17/+147
2007-01-13ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d...Tim-Philipp Müller2-94/+68
2007-01-12ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)Andy Wingo2-39/+66
2007-01-12MythTV client source plugin created.Edgard Lima7-0/+1537
2007-01-12gst/qtdemux/: Add X-QT depayloader that will eventually share code with the d...Wim Taymans7-25/+859
2007-01-12gst/qtdemux/Makefile.am: Dist all new files.Tim-Philipp Müller2-1/+11
2007-01-12docs/plugins/: Activate docs for jack, sdl and qtdemux.Wim Taymans7-30/+94
2007-01-12ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans3-10/+45
2007-01-12ext/gsm/gstgsmenc.c: Fix typo in docs.Wim Taymans2-1/+6
2007-01-12gst/qtdemux/: Cleanup and refactor to make the code more readable.Wim Taymans10-1871/+2075