Age | Commit message (Expand) | Author | Files | Lines |
2007-08-24 | Make switch more reliable and also not lock up when sink pad caps change. | Zaheer Abbas Merali | 1 | -11/+26 |
2007-08-24 | gst/flv/gstflvdemux.c: Implement seeking in push mode. | Julien Moutte | 2 | -34/+165 |
2007-08-24 | gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also. | Zaheer Abbas Merali | 4 | -0/+43 |
2007-08-23 | Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a... | Tim-Philipp Müller | 12 | -327/+327 |
2007-08-23 | Port festival plugin to GStreamer-0.10 (#461377). | Jonathan Matthew | 2 | -61/+113 |
2007-08-22 | gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue... | Julien Moutte | 3 | -1/+28 |
2007-08-22 | gst/flv/: Make sure we don't try filling up the index if no times object was ... | Julien Moutte | 2 | -23/+40 |
2007-08-21 | gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ... | Wim Taymans | 1 | -4/+6 |
2007-08-21 | gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling. | Wim Taymans | 2 | -5/+5 |
2007-08-21 | gst/modplug/gstmodplug.cc: Fix compiler warning. | Wim Taymans | 1 | -1/+1 |
2007-08-21 | gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected. | Stefan Kost | 1 | -24/+29 |
2007-08-20 | Add mpeg transport stream parser written by: | Zaheer Abbas Merali | 12 | -0/+2468 |
2007-08-19 | gst/filter/: Add small comparision with the chebyshev filters in the docs. | Sebastian Dröge | 2 | -2/+10 |
2007-08-17 | Use generator macros for the process functions for the different sample types... | Sebastian Dröge | 4 | -178/+110 |
2007-08-16 | gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 3 | -8/+300 |
2007-08-16 | gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling. | Wim Taymans | 3 | -14/+49 |
2007-08-16 | gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 2 | -6/+295 |
2007-08-14 | gst/flv/gstflvdemux.c: Fix locking and refcounting on the index. | Wim Taymans | 1 | -1/+12 |
2007-08-14 | gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ... | Julien Moutte | 3 | -68/+493 |
2007-08-13 | Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh... | Sebastian Dröge | 4 | -3/+57 |
2007-08-13 | gst/rtpmanager/rtpjitterbuffer.c: Include stdlib. | Stefan Kost | 1 | -0/+1 |
2007-08-12 | gst/filter/: Improve debugging a bit. | Sebastian Dröge | 2 | -11/+15 |
2007-08-12 | gst/filter/: Reset the residue in BaseTransform::start to get a clean residue... | Sebastian Dröge | 2 | -2/+39 |
2007-08-11 | gst/filter/: Fix processing with buffer sizes that are larger than the filter... | Sebastian Dröge | 2 | -8/+48 |
2007-08-10 | gst/rtpmanager/: Remove complicated async queue and replace with more simple ... | Wim Taymans | 12 | -965/+710 |
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 |