Age | Commit message (Expand) | Author | Files | Lines |
2007-03-02 | ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow... | Young-Ho Cha | 2 | -1/+49 |
2007-03-02 | Remove spurious conflict marker | Jan Schmidt | 1 | -1/+0 |
2007-03-02 | ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th... | Lutz Mueller | 4 | -85/+79 |
2007-03-02 | Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streams | Christian Schaller | 6 | -3/+1328 |
2007-03-01 | tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather... | Jan Schmidt | 3 | -1/+7 |
2007-02-28 | configure.ac: Convert to new AG_GST style. | Thomas Vander Stichele | 3 | -73/+80 |
2007-02-27 | update copyright statements | Christian Schaller | 11 | -3/+63 |
2007-02-27 | sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh... | Edward Hervey | 5 | -149/+13 |
2007-02-26 | Add a new plugin/library to make it easy for apps to shove data into a pipeline. | David Schleef | 6 | -0/+403 |
2007-02-26 | gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ... | Tim-Philipp Müller | 3 | -14/+25 |
2007-02-24 | Fix build with LDFLAGS='-Wl,-z,defs'. | Tim-Philipp Müller | 11 | -13/+37 |
2007-02-20 | sys/directsound/gstdirectsoundsink.*: Remove include of unused headers. | Sébastien Moutte | 8 | -17/+881 |
2007-02-18 | sys/directdraw/: Prepare the plugin to move to good: | Sébastien Moutte | 9 | -1020/+897 |
2007-02-16 | add equalizer plugin | Christian Schaller | 1 | -0/+1 |
2007-02-13 | add missing \ in Makefile.am | Christian Schaller | 1 | -1/+1 |
2007-02-13 | Add crossreferences to glib/gobject/gstream docs. Also fix typo in timidity.c... | Stefan Kost | 4 | -8/+34 |
2007-02-11 | Add second midi renderer. Fix some double frees and leaks. Clean up logging. | Stefan Kost | 6 | -9/+1051 |
2007-02-11 | Makefile.am: Add win32 MANIFEST | Sébastien Moutte | 9 | -262/+467 |
2007-02-11 | ext/faad/gstfaad.c: Also update the comment that describes the hack. | Stefan Kost | 2 | -3/+12 |
2007-02-11 | configure.ac: Tell the code which faad it is, so that we can adjust the hacks... | Stefan Kost | 3 | -1/+25 |
2007-02-11 | configure.ac: Fix faad detection to support also fadd with new symbol prefix. | Stefan Kost | 3 | -1/+11 |
2007-02-08 | Add timitity midi render plugin (#403992) | Wouter Paesen | 6 | -1/+945 |
2007-02-07 | ext/amrwb/gstamrwbparse.c: GST_PAD_PARENT doesn't return a GstObject with an ... | Edward Hervey | 3 | -1/+7 |
2007-02-06 | gst/modplug/gstmodplug.cc: Remove superfluous gst_caps_get_structure() call. | Tim-Philipp Müller | 2 | -1/+5 |
2007-02-06 | configure.ac: Increase required libsndfile version to a version that's known ... | Tim-Philipp Müller | 2 | -1/+7 |
2007-02-06 | ext/sndfile/gstsfsrc.c: Fix build (installed setup). | Tim-Philipp Müller | 2 | -1/+6 |
2007-02-05 | ext/sndfile/: Port sfsrc to 0.10, pull or push, with random access woo. | Andy Wingo | 6 | -2/+590 |
2007-02-03 | Fix up to use the newly ported (actually working) GstAudioFilter. | Tim-Philipp Müller | 8 | -152/+503 |
2007-02-02 | gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an... | Tim-Philipp Müller | 2 | -17/+45 |
2007-02-02 | Port equalizer plugin to 0.10 (#403572). | James Doc Livingston | 4 | -27/+40 |
2007-02-02 | configure.ac: ext/Makefile.am | Andy Wingo | 8 | -852/+644 |
2007-02-02 | ext/alsaspdif/alsaspdifsink.c: Set rank to NONE so that it doesn't get autopl... | Tim-Philipp Müller | 2 | -1/+9 |
2007-01-31 | gst/real/: Fix classification in GstElementDetails. | Stefan Kost | 3 | -2/+8 |
2007-01-31 | ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re... | Sebastian Dröge | 2 | -6/+12 |
2007-01-31 | Fix classification in GstElementDetails. | Stefan Kost | 4 | -47/+50 |
2007-01-30 | configure.ac: Check for an Objective C compiler | Edward Hervey | 8 | -2/+1198 |
2007-01-29 | update spec file | Christian Schaller | 1 | -1/+6 |
2007-01-28 | gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2... | Tim-Philipp Müller | 3 | -50/+82 |
2007-01-28 | ext/ladspa/: add GstController support to ladspa | Stefan Kost | 3 | -3/+12 |
2007-01-28 | ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li... | Rosfran Borges | 2 | -27/+24 |
2007-01-27 | tests/icles/videocrop-test.c: Catch errors while the test is running. | Tim-Philipp Müller | 2 | -16/+41 |
2007-01-25 | ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i... | Sebastian Dröge | 2 | -3/+14 |
2007-01-25 | ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack. | Sebastian Dröge | 3 | -3/+9 |
2007-01-25 | gst/: Use proper print statements. | Edward Hervey | 10 | -20/+41 |
2007-01-24 | gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader. | Wim Taymans | 2 | -6/+9 |
2007-01-23 | work if it's already there too | Thomas Vander Stichele | 1 | -2/+2 |
2007-01-17 | ext/mythtv/gstmythtvsrc.c: Use break here instead of goto. | Tim-Philipp Müller | 2 | -3/+7 |
2007-01-13 | gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps... | Andy Wingo | 2 | -5/+18 |
2007-01-13 | gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p... | Andy Wingo | 2 | -17/+147 |
2007-01-13 | ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d... | Tim-Philipp Müller | 2 | -94/+68 |