Age | Commit message (Expand) | Author | Files | Lines |
2007-08-10 | gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ... | Sebastian Dröge | 1 | -1/+4 |
2007-08-10 | gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi... | Sebastian Dröge | 3 | -16/+111 |
2007-08-10 | gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter: | Sebastian Dröge | 3 | -122/+226 |
2007-08-10 | gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ... | Sebastian Dröge | 2 | -28/+29 |
2007-08-10 | gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ... | Sebastian Dröge | 2 | -3/+51 |
2007-08-10 | gst/filter/gstlpwsinc.*: Add a highpass mode. | Sebastian Dröge | 2 | -10/+58 |
2007-08-10 | gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel. | Sebastian Dröge | 1 | -18/+36 |
2007-08-09 | gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead. | Sebastian Dröge | 2 | -58/+64 |
2007-08-09 | gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th... | Sebastian Dröge | 2 | -103/+170 |
2007-08-09 | Port the stereo element to GStreamer 0.10. | Sebastian Dröge | 3 | -88/+63 |
2007-08-08 | gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th... | Sebastian Dröge | 5 | -76/+88 |
2007-08-07 | gst/real/gstrealvideodec.*: Remove some old unused vars. | Wim Taymans | 2 | -22/+0 |
2007-08-07 | gst/real/gstrealaudiodec.c: Small cleanups. | Wim Taymans | 2 | -374/+106 |
2007-07-30 | gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (... | Ian Munro | 3 | -3/+4 |
2007-07-26 | gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ... | Edward Hervey | 1 | -10/+13 |
2007-07-25 | gst/real/Makefile.am: And dist the new header file too. | Tim-Philipp Müller | 1 | -0/+1 |
2007-07-25 | gst/real/gstreal.h: Add missing header file. | Tim-Philipp Müller | 1 | -0/+35 |
2007-07-25 | gst/flv/: Handle not linked pads, try to make it reusable, more safety checks. | Julien Moutte | 4 | -42/+151 |
2007-07-24 | gst/real/: Improved search algorithm for location of real .so files. | Edward Hervey | 4 | -202/+233 |
2007-07-20 | gst/equalizer/: Better algorith for the center frequencies. Subtract band fil... | Stefan Kost | 4 | -78/+66 |
2007-07-19 | Adds a first draft of an FLV demuxer. | Julien Moutte | 5 | -0/+1633 |
2007-07-18 | gst/bayer/gstbayer2rgb.c: Add basic docs. Use glibs mem routines. | Stefan Kost | 1 | -4/+11 |
2007-07-18 | gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e... | Stefan Kost | 1 | -4/+21 |
2007-07-18 | Add stdlib include (free, atoi, exit). | Stefan Kost | 5 | -44/+83 |
2007-07-14 | gst/modplug/gstmodplug.cc: add several missing supported mime-types to the mo... | Hans de Goede | 1 | -2/+3 |
2007-07-11 | gst/: Fix build against core CVS. | Tim-Philipp Müller | 2 | -2/+3 |
2007-07-03 | gst/videosignal/gstvideodetect.c: Fix property descriptions. | Wim Taymans | 1 | -3/+3 |
2007-07-03 | gst/multifile/: Add .h files to be able to add it to the docs. | Stefan Kost | 6 | -80/+141 |
2007-07-03 | gst/modplug/gstmodplug.cc: Activate doc section. | Stefan Kost | 1 | -1/+1 |
2007-07-03 | gst/replaygain/gstrgvolume.h: Fix GObject macros. | Stefan Kost | 1 | -2/+2 |
2007-06-28 | gst/videosignal/gstvideodetect.c: Register new property as well. | Wim Taymans | 1 | -2/+7 |
2007-06-28 | gst/videosignal/gstvideodetect.*: Add property to adjust the center, sensitiv... | Wim Taymans | 2 | -7/+20 |
2007-06-27 | gst/videosignal/: Add left and bottom offset properties to control the positi... | Wim Taymans | 4 | -9/+73 |
2007-06-25 | gconf/: Remove dysfunctional directory (this stuff is in -good). | Tim-Philipp Müller | 1 | -11/+12 |
2007-06-22 | gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.). | Jens Granseuer | 7 | -9/+13 |
2007-06-22 | examples/switch/switcher.c (my_bus_callback, switch_timer, last_message_recei... | Zaheer Abbas Merali | 2 | -33/+51 |
2007-06-22 | Fix leaks. | Edward Hervey | 19 | -88/+41 |
2007-06-20 | gst/equalizer/gstiirequalizer.c: Document parameter mapping. | Stefan Kost | 1 | -3/+11 |
2007-06-20 | gst/spectrum/gstspectrum.c: Fix leaking buffers. | Stefan Kost | 1 | -2/+3 |
2007-06-12 | Move videocrop and osxvideo to -good. | Jan Schmidt | 4 | -974/+0 |
2007-06-12 | Move qtdemux to -good. | Jan Schmidt | 13 | -6037/+0 |
2007-06-08 | When driving the pipeline, also post an error when we get a not-linked flow r... | Tim-Philipp Müller | 1 | -3/+4 |
2007-06-06 | gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes. | Jan Schmidt | 2 | -17/+17 |
2007-06-06 | gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the rig... | Tim-Philipp Müller | 1 | -2/+3 |
2007-06-01 | Add plugin to generate a pattern detectable by videodetect. | Wim Taymans | 4 | -2/+454 |
2007-05-31 | ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here... | Tim-Philipp Müller | 1 | -2/+1 |
2007-05-30 | Added videosignal plugin with two plugins to analyse video frames. | Wim Taymans | 7 | -0/+1105 |
2007-05-28 | Rename elements to avoid conflict with farsight elements with the same name. ... | Wim Taymans | 7 | -93/+97 |
2007-05-23 | Document stuff. | Wim Taymans | 10 | -28/+334 |
2007-05-22 | configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ... | Stefan Kost | 5 | -31/+28 |