summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-08-08gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...Sebastian Dröge5-76/+88
2007-08-07gst/real/gstrealvideodec.*: Remove some old unused vars.Wim Taymans2-22/+0
2007-08-07gst/real/gstrealaudiodec.c: Small cleanups.Wim Taymans2-374/+106
2007-07-30gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro3-3/+4
2007-07-26gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ...Edward Hervey1-10/+13
2007-07-25gst/real/Makefile.am: And dist the new header file too.Tim-Philipp Müller1-0/+1
2007-07-25gst/real/gstreal.h: Add missing header file.Tim-Philipp Müller1-0/+35
2007-07-25gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.Julien Moutte4-42/+151
2007-07-24gst/real/: Improved search algorithm for location of real .so files.Edward Hervey4-202/+233
2007-07-20gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...Stefan Kost4-78/+66
2007-07-19Adds a first draft of an FLV demuxer.Julien Moutte5-0/+1633
2007-07-18gst/bayer/gstbayer2rgb.c: Add basic docs. Use glibs mem routines.Stefan Kost1-4/+11
2007-07-18gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e...Stefan Kost1-4/+21
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost5-44/+83
2007-07-14gst/modplug/gstmodplug.cc: add several missing supported mime-types to the mo...Hans de Goede1-2/+3
2007-07-11gst/: Fix build against core CVS.Tim-Philipp Müller2-2/+3
2007-07-03gst/videosignal/gstvideodetect.c: Fix property descriptions.Wim Taymans1-3/+3
2007-07-03gst/multifile/: Add .h files to be able to add it to the docs.Stefan Kost6-80/+141
2007-07-03gst/modplug/gstmodplug.cc: Activate doc section.Stefan Kost1-1/+1
2007-07-03gst/replaygain/gstrgvolume.h: Fix GObject macros.Stefan Kost1-2/+2
2007-06-28gst/videosignal/gstvideodetect.c: Register new property as well.Wim Taymans1-2/+7
2007-06-28gst/videosignal/gstvideodetect.*: Add property to adjust the center, sensitiv...Wim Taymans2-7/+20
2007-06-27gst/videosignal/: Add left and bottom offset properties to control the positi...Wim Taymans4-9/+73
2007-06-25gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller1-11/+12
2007-06-22gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer7-9/+13
2007-06-22examples/switch/switcher.c (my_bus_callback, switch_timer, last_message_recei...Zaheer Abbas Merali2-33/+51
2007-06-22Fix leaks.Edward Hervey19-88/+41
2007-06-20gst/equalizer/gstiirequalizer.c: Document parameter mapping.Stefan Kost1-3/+11
2007-06-20gst/spectrum/gstspectrum.c: Fix leaking buffers.Stefan Kost1-2/+3
2007-06-12Move videocrop and osxvideo to -good.Jan Schmidt4-974/+0
2007-06-12Move qtdemux to -good.Jan Schmidt13-6037/+0
2007-06-08When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller1-3/+4
2007-06-06gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes.Jan Schmidt2-17/+17
2007-06-06gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the rig...Tim-Philipp Müller1-2/+3
2007-06-01Add plugin to generate a pattern detectable by videodetect.Wim Taymans4-2/+454
2007-05-31ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller1-2/+1
2007-05-30Added videosignal plugin with two plugins to analyse video frames.Wim Taymans7-0/+1105
2007-05-28Rename elements to avoid conflict with farsight elements with the same name. ...Wim Taymans7-93/+97
2007-05-23Document stuff.Wim Taymans10-28/+334
2007-05-22configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost5-31/+28
2007-05-21ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost1-0/+2
2007-05-21gst/spectrum/gstspectrum.c (gst_spectrum_set_property, gst_spectrum_event, gs...Stefan Kost1-1/+2
2007-05-20gst/: Printf format fixes (#439910, #439911).Tim-Philipp Müller2-3/+4
2007-05-19Add replaygain playback elements (#412710).René Stadler10-152/+1302
2007-05-17gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,Zaheer Abbas Merali2-36/+146
2007-05-16gst/real/: Don't crash when we get a buffer and our input caps haven't been s...Tim-Philipp Müller2-14/+50
2007-05-15ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost1-2/+3
2007-05-15gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.Wim Taymans1-0/+1
2007-05-15gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...David Schleef1-0/+11
2007-05-15Add a Bayer-to-RGB converter. You know you want one, uh-huh.David Schleef3-0/+422