summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-02gst/sdp/Makefile.am: Forgot to commit makefile.Wim Taymans2-0/+18
2007-10-02ext/gio/gstgiosink.c: Update to API changes in GIO.Sebastian Dröge2-1/+7
2007-10-01gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate.Wim Taymans2-46/+22
2007-10-01Added SDP demuxer element. Fixes #426657.Wim Taymans5-0/+1557
2007-10-01gst/mpegtsparse/: Remove useless src pad that only results in not linked erro...mutex at runbox dot com4-19/+17
2007-09-29ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.Tim-Philipp Müller3-2/+15
2007-09-29ext/gio/: Some minor cleanup and allow setting the location only when the ele...Sebastian Dröge3-7/+24
2007-09-29configure.ac: Update gio's pkg-config file name as currently in SVN.Sebastian Dröge3-6/+12
2007-09-28gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans3-7/+18
2007-09-28gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans4-92/+123
2007-09-28ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neo...Sebastian Dröge2-12/+8
2007-09-28configure.ac: We require libneon >= 26 now for the query field in ne_uri.Wim Taymans2-1/+6
2007-09-28ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing.Wouter Cloetens3-1/+29
2007-09-27gst/librfb/gstrfbsrc.*: Added a property for incremental screen updatesThijs Vermeir3-5/+21
2007-09-27ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ...Tim-Philipp Müller3-20/+9
2007-09-27gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...Julien Moutte2-7/+12
2007-09-26gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans4-7/+27
2007-09-26gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdbThijs Vermeir2-1/+7
2007-09-26gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...Julien Moutte2-2/+10
2007-09-26gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...Julien Moutte2-49/+34
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost15-78/+155
2007-09-22po/LINGUAS: Added translations.Thomas Vander Stichele2-1/+6
2007-09-22po/pl.po: Added Polish translation.Thomas Vander Stichele2-0/+42
2007-09-22po/fi.po: Added Finnish translation.Thomas Vander Stichele2-0/+58
2007-09-22po/es.po: Added Spanish translation.Thomas Vander Stichele2-0/+44
2007-09-22po/bg.po: Added Bulgarian translation.Thomas Vander Stichele2-0/+64
2007-09-21docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy.Sebastian Dröge4-63/+100
2007-09-21docs/plugins/: Add the GIO plugin to the docs and do a make update while doin...Sebastian Dröge34-236/+587
2007-09-21Add a GIO/GVFS plugin with source and sink elements. This will only be enable...René Stadler11-3/+1264
2007-09-21update spec file with various new plug-insChristian Schaller1-1/+7
2007-09-21gst/librfb/: Added offset-x, offset-y, width and height property for selectin...Thijs Vermeir4-5/+96
2007-09-21gst/librfb/gstrfbsrc.c: Minimum raw encoding is working nowThijs Vermeir3-10/+12
2007-09-20gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...Thijs Vermeir2-17/+18
2007-09-20gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.Thijs Vermeir2-4/+12
2007-09-20examples/app/appsrc_ex.c: Fix compilation after changing the name of a method.Wim Taymans2-1/+6
2007-09-20Fix memory leaks. More to come.Stefan Kost7-37/+161
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans7-0/+88
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