summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-09-07gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge1-4/+4
2007-09-06gst/mpegtsparse/mpegtsparse.c: Fix the build (missing stdlib.h).Stefan Kost1-0/+3
2007-09-06gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.Sebastian Dröge1-453/+0
2007-09-06Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge5-143/+378
2007-09-05gst/real/gstrealvideodec.c: Add some more debugging.Wim Taymans1-15/+33
2007-09-04gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller1-2/+3
2007-09-04Nosefart -> NES Sound FormatJohan Dahlin1-1/+1
2007-09-04gst/nsf/gstnsf.*: Add support for (very) basic tagging.Johan Dahlin2-0/+21
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans12-435/+1306
2007-08-31gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...Wim Taymans1-13/+23
2007-08-29gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans3-10/+69
2007-08-29gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in...Zaheer Abbas Merali1-11/+114
2007-08-29gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans6-8/+145
2007-08-28gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans4-7/+68
2007-08-28gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...Tim-Philipp Müller1-1/+0
2007-08-27gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans1-1/+14
2007-08-27gst/flv/gstflvdemux.c: Make sure we initialize the seek result.Julien Moutte1-0/+1
2007-08-27gst/dvdspu/Makefile.am: Commit the makefile too.Jan Schmidt1-0/+12
2007-08-27dvdspu element donated by Fluendo. It implements a DVD Sub-PictureJan Schmidt9-1323/+2123
2007-08-24gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte1-2/+0
2007-08-24Make switch more reliable and also not lock up when sink pad caps change.Zaheer Abbas Merali1-11/+26
2007-08-24gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte2-34/+165
2007-08-24gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also.Zaheer Abbas Merali4-0/+43
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller12-327/+327
2007-08-23Port festival plugin to GStreamer-0.10 (#461377).Jonathan Matthew2-61/+113
2007-08-22gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte3-1/+28
2007-08-22gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte2-23/+40
2007-08-21gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans1-4/+6
2007-08-21gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.Wim Taymans2-5/+5
2007-08-21gst/modplug/gstmodplug.cc: Fix compiler warning.Wim Taymans1-1/+1
2007-08-21gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected.Stefan Kost1-24/+29
2007-08-20Add mpeg transport stream parser written by:Zaheer Abbas Merali12-0/+2468
2007-08-19gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2-2/+10
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge4-178/+110
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge3-8/+300
2007-08-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans3-14/+49
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2-6/+295
2007-08-14gst/flv/gstflvdemux.c: Fix locking and refcounting on the index.Wim Taymans1-1/+12
2007-08-14gst/flv/gstflvdemux.c: First method for seeking in pull mode using the index ...Julien Moutte3-68/+493
2007-08-13Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge4-3/+57
2007-08-13gst/rtpmanager/rtpjitterbuffer.c: Include stdlib.Stefan Kost1-0/+1
2007-08-12gst/filter/: Improve debugging a bit.Sebastian Dröge2-11/+15
2007-08-12gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2-2/+39
2007-08-11gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2-8/+48
2007-08-10gst/rtpmanager/: Remove complicated async queue and replace with more simple ...Wim Taymans12-965/+710
2007-08-10gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...Sebastian Dröge1-1/+4
2007-08-10gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...Sebastian Dröge3-16/+111
2007-08-10gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge3-122/+226
2007-08-10gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...Sebastian Dröge2-28/+29
2007-08-10gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...Sebastian Dröge2-3/+51