summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-12po/POTFILES.in: Remove qtdemux from the translation list.Jan Schmidt2-1/+5
2007-06-12Move videocrop and osxvideo to -good.Jan Schmidt22-3505/+29
2007-06-12Move qtdemux to -good.Jan Schmidt21-6208/+30
2007-06-12Remove the waveform plugin now that it is in -good.Jan Schmidt11-897/+13
2007-06-08Move wavpack to good.Thomas Vander Stichele26-4436/+30
2007-06-08Remove DirectDraw & DirectSound plugins, as they've moved to GoodJan Schmidt25-3892/+34
2007-06-08When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller4-19/+42
2007-06-08Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis...Jan Schmidt3-5/+14
2007-06-08tests/icles/videocrop-test.c: Default to xvimagesink instead of autovideosink...Tim-Philipp Müller2-3/+12
2007-06-06configure.ac: Bump requirements to released versions of core and -base, and r...Tim-Philipp Müller2-16/+9
2007-06-06sys/glsink/glimagesink.c: Sprinkle in some XSync calls to avoid raciness with...Jan Schmidt2-0/+19
2007-06-06gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes.Jan Schmidt3-17/+28
2007-06-06gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the rig...Tim-Philipp Müller2-2/+8
2007-06-06ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller3-2/+9
2007-06-05fix up spec fileChristian Schaller1-0/+1
2007-06-01Add plugin to generate a pattern detectable by videodetect.Wim Taymans9-3/+494
2007-06-01ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.Tim-Philipp Müller2-0/+7
2007-06-01ext/neon/gstneonhttpsrc.*: Deprecated "uri" property. Clean up property desc...René Stadler3-93/+109
2007-05-31ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller5-8/+18
2007-05-30Added videosignal plugin with two plugins to analyse video frames.Wim Taymans13-2/+1200
2007-05-30docs/plugins/gst-plugins-bad-plugins.*: More updates.Tim-Philipp Müller5-64/+112
2007-05-30docs/plugins/: Updates; update inspect info for rtpmanager => gstrtpmanager r...Tim-Philipp Müller9-36/+261
2007-05-28Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans10-111/+134
2007-05-24sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri3-15/+48
2007-05-23docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte24-90/+3729
2007-05-23ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler2-2/+9
2007-05-23docs/plugins/inspect/plugin-rtpmanager.xml: Add doc xml file.Wim Taymans2-0/+60
2007-05-23Document stuff.Wim Taymans14-28/+459
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost7-33/+59
2007-05-22docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey5-3/+78
2007-05-21ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost3-21/+22
2007-05-21gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs...Stefan Kost2-1/+8
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2-7/+34
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge3-32/+50
2007-05-20ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2-3/+11
2007-05-20docs/plugins/: Fix docs build and hierarchy.Thomas Vander Stichele3-4/+13
2007-05-20sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct...Tim-Philipp Müller2-59/+69
2007-05-20gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller3-3/+10
2007-05-19tests/check/Makefile.am: Remove bits for deinterleave check which isn't in CV...Tim-Philipp Müller2-3/+5
2007-05-19Add replaygain playback elements (#412710).René Stadler20-242/+2302
2007-05-18updateChristian Schaller1-0/+1
2007-05-18sys/glsink/glimagesink.c: Update the cached caps after opening the display so...Jan Schmidt2-0/+8
2007-05-18ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost4-57/+54
2007-05-17sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey3-8/+9
2007-05-17gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,Zaheer Abbas Merali3-36/+160
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey3-3/+27
2007-05-16gst/real/: Don't crash when we get a buffer and our input caps haven't been s...Tim-Philipp Müller3-14/+58
2007-05-16Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec15-181/+46
2007-05-15ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost3-3/+12
2007-05-15Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller4-5/+29