summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* po/POTFILES.skip: Add POTFILES.skip with list of source files that aren't dis...Tim-Philipp Müller2007-07-301-0/+8
* gst/qtdemux/qtdemux.c: If the buffer was entirely clipped ... don't try sendi...Edward Hervey2007-07-301-0/+5
* gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...Wim Taymans2007-07-271-0/+12
* gst/rtsp/: Clean up the interface list.Wim Taymans2007-07-271-0/+13
* ext/gconf/gconf.c: Handle a NULL gconf key gracefully by rendering the defaul...Jan Schmidt2007-07-271-0/+5
* gst/rtsp/gstrtspext.h: Fix include path for extension interface.Wim Taymans2007-07-271-0/+5
* gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.Sebastian Dröge2007-07-261-0/+5
* gst/audiofx/: Don't save format information ourselves, this is already saved inSebastian Dröge2007-07-261-0/+14
* gst/rtsp/: Use rank to filter out extensions.Wim Taymans2007-07-261-0/+9
* gst/rtsp/: Use shiny new RTSP and SDP library.Wim Taymans2007-07-251-0/+61
* gst/qtdemux/qtdemux.c: Add codec mapping for '2vuy' (Raw YUV produced by FCP)...Edward Hervey2007-07-241-0/+5
* ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge2007-07-241-0/+6
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-0/+10
* gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of cu...Wim Taymans2007-07-231-0/+10
* configure.ac: Sync liboil check with plugins-base.Stefan Kost2007-07-231-0/+5
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-201-0/+14
* sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost2007-07-181-1/+5
* sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner2007-07-181-0/+17
* tests/check/elements/videocrop.c: Fix the test.Stefan Kost2007-07-181-0/+5
* More docs. More logs in pngdec.Stefan Kost2007-07-181-0/+12
* sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost2007-07-171-0/+9
* gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we...Wim Taymans2007-07-161-0/+7
* ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge2007-07-161-0/+6
* Remove bogus check for libcheck, since we check for gstreamer-check and it pu...Jan Schmidt2007-07-131-0/+9
* configure.ac: Use pkg-config to locate check.Stefan Kost2007-07-121-0/+5
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-0/+22
* gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event...Edward Hervey2007-07-101-0/+7
* gst/law/: Fix capsnego bogosity in *law decoders.Michael Smith2007-07-061-0/+12
* ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set caps functions.Michael Smith2007-07-061-0/+9
* ext/libpng/gstpngdec.c: Remove endianness-flipping hack that seems to have be...Jan Schmidt2007-07-061-0/+7
* docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively.Stefan Kost2007-07-051-0/+5
* gst/rtp/gstrtpilbcpay.c: Set the encoding-name in the rtp caps to all upperca...Tommi Myöhänen2007-07-031-0/+9
* ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge2007-06-281-0/+10
* ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as ...Tim-Philipp Müller2007-06-281-0/+13
* gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249.Wim Taymans2007-06-271-0/+5
* gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...Wim Taymans2007-06-271-0/+8
* docs/plugins/: Update docs with caps info.Stefan Kost2007-06-251-0/+55
* po/POTFILES.in: Add more files with translatable strings (#450878).Tim-Philipp Müller2007-06-251-0/+5
* MAINTAINERS: Updating all the maintainers filesJan Schmidt2007-06-221-0/+5
* Fix memory leaks.Edward Hervey2007-06-221-0/+12
* ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile m...Damien Carbery2007-06-211-0/+8
* gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader.Michael Smith2007-06-201-0/+5
* gst/qtdemux/: Add MJPG to the variants of motion jpeg.Stefan Kost2007-06-201-0/+7
* tests/check/: Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so th...Tim-Philipp Müller2007-06-191-0/+12
* gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number t...Wim Taymans2007-06-191-0/+9
* configure.ac: Back to CVSJan Schmidt2007-06-191-0/+8
* Release 0.10.6Jan Schmidt2007-06-191-1/+7
* gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen ...Tim-Philipp Müller2007-06-171-0/+6
* gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we...Peter Kjellerstedt2007-06-171-0/+9
* win32/vs6/: Mark *.dsp & *.dsw as binary files and convert to DOS line ending...Jan Schmidt2007-06-151-0/+45