summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-20gst-libs/gst/app/gstappsink.*: Add properties, signals and actions to access ...Wim Taymans3-45/+240
2007-09-19ext/faad/gstfaad.c: Don't set channel positions on regular mono and stereo ca...Jonathan Matthew2-22/+54
2007-09-19gst/librfb/: It is now possible to connect to a vncserver. there are still so...Thijs Vermeir4-122/+190
2007-09-19Ignore registries in any format.Stefan Kost3-2/+8
2007-09-19gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans3-11/+78
2007-09-19gst/librfb/gstrfbsrc.c: Add password property (write only)Thijs Vermeir4-11/+65
2007-09-19ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge1-6/+5
2007-09-19ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge1-0/+7
2007-09-19gst/librfb/: VNC Authentication should be working now temperaly with fake pas...Thijs Vermeir7-5/+787
2007-09-18gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...Thijs Vermeir3-8/+55
2007-09-18gst/spectrum/: Handling window resize.Stefan Kost3-29/+70
2007-09-18ChangeLog: Add missing newline.Stefan Kost4-19/+22
2007-09-17Added a new property for the rfb versionThijs Vermeir4-6/+112
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans7-24/+78
2007-09-16gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans7-139/+368
2007-09-16ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles3-2/+104
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans4-6/+62
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans8-12/+127
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