summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-09-29configure.ac: Update gio's pkg-config file name as currently in SVN.Sebastian Dröge1-0/+9
2007-09-28gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.Wim Taymans1-0/+10
2007-09-28gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now ...Wim Taymans1-0/+18
2007-09-28ext/neon/gstneonhttpsrc.c: Now that we require libneon >= 0.26 remove the neo...Sebastian Dröge1-0/+7
2007-09-28configure.ac: We require libneon >= 26 now for the query field in ne_uri.Wim Taymans1-0/+5
2007-09-28ext/neon/gstneonhttpsrc.*: Don't discard GET parameters from URL if existing.Wouter Cloetens1-0/+11
2007-09-27gst/librfb/gstrfbsrc.*: Added a property for incremental screen updatesThijs Vermeir1-0/+6
2007-09-27ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can ...Tim-Philipp Müller1-0/+8
2007-09-27gst/flv/gstflvparse.c: I got it wrong again, audio rate was not detected corr...Julien Moutte1-0/+6
2007-09-26gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.Wim Taymans1-0/+12
2007-09-26gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdbThijs Vermeir1-0/+5
2007-09-26gst/flv/gstflvparse.c: codec_data is needed for every tag not just the first ...Julien Moutte1-0/+7
2007-09-26gst/flv/gstflvparse.c: Fix bit masks operations to be sure we detect the code...Julien Moutte1-0/+7
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost1-0/+18
2007-09-22po/LINGUAS: Added translations.Thomas Vander Stichele1-0/+5
2007-09-22po/pl.po: Added Polish translation.Thomas Vander Stichele1-0/+7
2007-09-22po/fi.po: Added Finnish translation.Thomas Vander Stichele1-0/+7
2007-09-22po/es.po: Added Spanish translation.Thomas Vander Stichele1-0/+7
2007-09-22po/bg.po: Added Bulgarian translation.Thomas Vander Stichele1-0/+7
2007-09-21docs/plugins/gst-plugins-bad-plugins.hierarchy: Update hierarchy.Sebastian Dröge1-0/+8
2007-09-21docs/plugins/: Add the GIO plugin to the docs and do a make update while doin...Sebastian Dröge1-0/+40
2007-09-21Add a GIO/GVFS plugin with source and sink elements. This will only be enable...René Stadler1-0/+36
2007-09-21gst/librfb/: Added offset-x, offset-y, width and height property for selectin...Thijs Vermeir1-0/+8
2007-09-21gst/librfb/gstrfbsrc.c: Minimum raw encoding is working nowThijs Vermeir1-0/+7
2007-09-20gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...Thijs Vermeir1-0/+6
2007-09-20gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.Thijs Vermeir1-0/+6
2007-09-20examples/app/appsrc_ex.c: Fix compilation after changing the name of a method.Wim Taymans1-0/+5
2007-09-20Fix memory leaks. More to come.Stefan Kost1-0/+12
2007-09-20gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...Wim Taymans1-0/+14
2007-09-20gst-libs/gst/app/gstappsink.*: Add properties, signals and actions to access ...Wim Taymans1-0/+16
2007-09-19ext/faad/gstfaad.c: Don't set channel positions on regular mono and stereo ca...Jonathan Matthew1-0/+9
2007-09-19gst/librfb/: It is now possible to connect to a vncserver. there are still so...Thijs Vermeir1-0/+9
2007-09-19Ignore registries in any format.Stefan Kost1-0/+6
2007-09-19gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans1-0/+11
2007-09-19gst/librfb/gstrfbsrc.c: Add password property (write only)Thijs Vermeir1-0/+10
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 Vermeir1-0/+11
2007-09-18gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...Thijs Vermeir1-0/+7
2007-09-18gst/spectrum/: Handling window resize.Stefan Kost1-0/+6
2007-09-18ChangeLog: Add missing newline.Stefan Kost1-0/+20
2007-09-17gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans1-0/+22
2007-09-16gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans1-0/+27
2007-09-16ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles1-0/+10
2007-09-15gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans1-0/+18
2007-09-12gst/rtpmanager/: Various leak fixes.Wim Taymans1-0/+19
2007-09-12gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans1-0/+48
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt1-0/+11
2007-09-09ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green1-0/+13
2007-09-09configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the x...Tim-Philipp Müller1-0/+7
2007-09-07gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge1-0/+7