summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-09-21gst/librfb/: Added offset-x, offset-y, width and height property for selectin...Thijs Vermeir3-5/+88
2007-09-21gst/librfb/gstrfbsrc.c: Minimum raw encoding is working nowThijs Vermeir2-10/+5
2007-09-20gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...Thijs Vermeir1-17/+12
2007-09-20gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.Thijs Vermeir1-4/+6
2007-09-20Fix memory leaks. More to come.Stefan Kost1-2/+6
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans6-0/+74
2007-09-19gst/librfb/: It is now possible to connect to a vncserver. there are still so...Thijs Vermeir3-122/+181
2007-09-19gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans2-11/+67
2007-09-19gst/librfb/gstrfbsrc.c: Add password property (write only)Thijs Vermeir3-11/+55
2007-09-19gst/librfb/: VNC Authentication should be working now temperaly with fake pas...Thijs Vermeir6-5/+776
2007-09-18gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...Thijs Vermeir2-8/+48
2007-09-18gst/spectrum/: Handling window resize.Stefan Kost2-29/+64
2007-09-18ChangeLog: Add missing newline.Stefan Kost3-19/+2
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 Taymans6-24/+56
2007-09-16gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans6-139/+341
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans3-6/+44
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans7-12/+108
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans8-39/+306
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt4-8/+11
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