summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans9-39/+354
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt6-10/+24
2007-09-09ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green3-1/+98
2007-09-09configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the x...Tim-Philipp Müller2-25/+20
2007-09-07gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge2-4/+11
2007-09-06gst/mpegtsparse/mpegtsparse.c: Fix the build (missing stdlib.h).Stefan Kost3-0/+8
2007-09-06gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.Sebastian Dröge2-453/+5
2007-09-06Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge8-163/+779
2007-09-05gst/real/gstrealvideodec.c: Add some more debugging.Wim Taymans2-15/+43
2007-09-04gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller2-2/+9
2007-09-04Nosefart -> NES Sound FormatJohan Dahlin1-1/+1
2007-09-04gst/nsf/gstnsf.*: Add support for (very) basic tagging.Johan Dahlin3-0/+27
2007-09-03gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans13-435/+1382
2007-09-03gmythsrc code rewrite;Renato Filho4-687/+376
2007-08-31gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...Wim Taymans2-13/+31
2007-08-29gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans4-10/+87
2007-08-29gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in...Zaheer Abbas Merali2-11/+120
2007-08-29gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans7-8/+165
2007-08-28gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans5-7/+85
2007-08-28gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...Tim-Philipp Müller2-1/+5
2007-08-27gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans2-1/+22
2007-08-27gst/flv/gstflvdemux.c: Make sure we initialize the seek result.Julien Moutte2-0/+6
2007-08-27gst/dvdspu/Makefile.am: Commit the makefile too.Jan Schmidt2-0/+17
2007-08-27dvdspu element donated by Fluendo. It implements a DVD Sub-PictureJan Schmidt11-1323/+2162
2007-08-24gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte2-2/+8
2007-08-24Make switch more reliable and also not lock up when sink pad caps change.Zaheer Abbas Merali3-19/+42
2007-08-24gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte3-34/+175
2007-08-24gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also.Zaheer Abbas Merali5-0/+51
2007-08-23Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller17-399/+431
2007-08-23Automatically generate win32/common/config.h via configure (this ensures the ...Tim-Philipp Müller4-92/+86
2007-08-23Port festival plugin to GStreamer-0.10 (#461377).Jonathan Matthew4-61/+131
2007-08-22ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.Wim Taymans2-2/+6
2007-08-22gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte4-1/+39
2007-08-22gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte3-23/+49
2007-08-21gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans2-4/+15
2007-08-21gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.Wim Taymans3-5/+12
2007-08-21gst/modplug/gstmodplug.cc: Fix compiler warning.Wim Taymans3-1/+6
2007-08-21gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected.Stefan Kost2-24/+34
2007-08-20Add mpeg transport stream parser written by:Zaheer Abbas Merali15-0/+2490
2007-08-20ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468...Bastien Nocera2-14/+25
2007-08-19gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge3-2/+16
2007-08-19tests/check/elements/: Also test everything in 32 bit float mode.Sebastian Dröge3-42/+793
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge9-190/+255
2007-08-17ext/amrwb/gstamrwbparse.c: Don't leak the adapter.Stefan Kost2-0/+24
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge5-76/+411
2007-08-16gst-libs/gst/app/gstappsink.c: Override the preroll vmethod instead of overri...Wim Taymans2-1/+7
2007-08-16gst/rtpmanager/gstrtpjitterbuffer.c: Fix EOS handling.Wim Taymans4-14/+66
2007-08-16ext/faad/gstfaad.c: Add some debug info.Wim Taymans2-1/+11
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge4-54/+372
2007-08-16ext/ladspa/gstladspa.c: Don't leak like hell.Stefan Kost2-5/+18