summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Ignore registries in any format.Stefan Kost2007-09-191-0/+6
* gst/real/gstrealvideodec.*: Don't generate an error for occasional decoding e...Wim Taymans2007-09-191-0/+11
* gst/librfb/gstrfbsrc.c: Add password property (write only)Thijs Vermeir2007-09-191-0/+10
* ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge2007-09-191-0/+7
* gst/librfb/: VNC Authentication should be working now temperaly with fake pas...Thijs Vermeir2007-09-191-0/+11
* gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...Thijs Vermeir2007-09-181-0/+7
* gst/spectrum/: Handling window resize.Stefan Kost2007-09-181-0/+6
* ChangeLog: Add missing newline.Stefan Kost2007-09-181-0/+20
* gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...Wim Taymans2007-09-171-0/+22
* gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.Wim Taymans2007-09-161-0/+27
* ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles2007-09-161-0/+10
* gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.Wim Taymans2007-09-151-0/+18
* gst/rtpmanager/: Various leak fixes.Wim Taymans2007-09-121-0/+19
* gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...Wim Taymans2007-09-121-0/+48
* gst/: Printf format fixes (#476128).Peter Kjellerstedt2007-09-121-0/+11
* ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green2007-09-091-0/+13
* configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the x...Tim-Philipp Müller2007-09-091-0/+7
* gst/spectrum/gstspectrum.c: Use the correct parameter order for the memset ca...Sebastian Dröge2007-09-071-0/+7
* gst/mpegtsparse/mpegtsparse.c: Fix the build (missing stdlib.h).Stefan Kost2007-09-061-0/+5
* gst/spectrum/fix_fft.c: Remove fixed point FFT as it's not used anymore.Sebastian Dröge2007-09-061-0/+5
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-061-0/+26
* gst/real/gstrealvideodec.c: Add some more debugging.Wim Taymans2007-09-051-0/+10
* gst/rtpmanager/gstrtpsession.c: Make compiler happy: fix compilation with -Wa...Tim-Philipp Müller2007-09-041-0/+6
* gst/nsf/gstnsf.*: Add support for (very) basic tagging.Johan Dahlin2007-09-041-0/+6
* gst/rtpmanager/: Updated example pipelines in docs.Wim Taymans2007-09-031-0/+76
* gmythsrc code rewrite;Renato Filho2007-09-031-0/+9
* gst/rtpmanager/gstrtpjitterbuffer.c: Use extended timestamp to release buffer...Wim Taymans2007-08-311-0/+8
* gst/rtpmanager/gstrtpjitterbuffer.c: Improve Comments.Wim Taymans2007-08-291-0/+18
* gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property): If all in...Zaheer Abbas Merali2007-08-291-0/+6
* gst/rtpmanager/gstrtpsession.*: Distribute synchronisation parameters to the ...Wim Taymans2007-08-291-0/+20
* gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.Wim Taymans2007-08-281-0/+17
* gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...Tim-Philipp Müller2007-08-281-0/+5
* gst/rtpmanager/gstrtpjitterbuffer.c: When synchronizing buffers, take peer la...Wim Taymans2007-08-271-0/+8
* gst/flv/gstflvdemux.c: Make sure we initialize the seek result.Julien Moutte2007-08-271-0/+5
* gst/dvdspu/Makefile.am: Commit the makefile too.Jan Schmidt2007-08-271-0/+5
* dvdspu element donated by Fluendo. It implements a DVD Sub-PictureJan Schmidt2007-08-271-0/+37
* gst/flv/gstflvdemux.c: Remove some useless ifdef.Julien Moutte2007-08-241-0/+8
* Make switch more reliable and also not lock up when sink pad caps change.Zaheer Abbas Merali2007-08-241-0/+7
* gst/flv/gstflvdemux.c: Implement seeking in push mode.Julien Moutte2007-08-241-0/+10
* gst/mpegtsparse/: Update licences to reflect LGPL-ness of these files also.Zaheer Abbas Merali2007-08-241-0/+8
* Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...Tim-Philipp Müller2007-08-231-0/+23
* Automatically generate win32/common/config.h via configure (this ensures the ...Tim-Philipp Müller2007-08-231-0/+9
* Port festival plugin to GStreamer-0.10 (#461377).Jonathan Matthew2007-08-231-0/+9
* ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.Wim Taymans2007-08-221-0/+5
* gst/flv/: Handle pixel aspect ratio through metadata tags like ASF does. Flue...Julien Moutte2007-08-221-0/+11
* gst/flv/: Make sure we don't try filling up the index if no times object was ...Julien Moutte2007-08-221-0/+9
* gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have ...Wim Taymans2007-08-211-0/+9
* gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.Wim Taymans2007-08-211-0/+7
* gst/modplug/gstmodplug.cc: Fix compiler warning.Wim Taymans2007-08-211-0/+5
* gst/modplug/gstmodplug.cc: Don't use NULL caps for srcpad is not yet connected.Stefan Kost2007-08-211-0/+5