summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+16
* gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren2008-02-071-0/+8
* configure.ac: Bump requirements to (good) released versions to avoid confusio...Tim-Philipp Müller2008-02-071-0/+6
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-061-0/+30
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-051-0/+7
* gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey2008-02-041-0/+6
* ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin2008-02-021-0/+9
* tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX.Tim-Philipp Müller2008-02-021-0/+11
* Add documentation for avisubtitle and change class toThijs Vermeir2008-02-011-0/+9
* sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt2008-01-311-0/+16
* configure.ac: Bump plugins-base requirement to 0.10.16 for the gst_video_form...Jan Schmidt2008-01-311-0/+6
* configure.ac: Fix typo.Jan Schmidt2008-01-311-0/+5
* gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2008-01-311-0/+11
* ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2008-01-291-0/+10
* gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans2008-01-291-0/+8
* tests/check/: Add add testsuite for the rtp-payloader that tries simulating d...Stefan Kost2008-01-291-0/+8
* tests/check/elements/alphacolor.c: Remove two unused variables.Stefan Kost2008-01-291-0/+5
* gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller2008-01-281-0/+6
* gst/rtp/: Add MPEG2 video payloaderThijs Vermeir2008-01-251-0/+8
* gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge2008-01-231-0/+5
* tests/check/Makefile.am: Fix up some CFLAGS sets.Jan Schmidt2008-01-211-0/+10
* configure.ac: Detect video4linux headers on Solaris too.Brian Cameron2008-01-211-0/+14
* docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still loca...Stefan Kost2008-01-211-0/+5
* Add bug number to the latest entrySebastian Dröge2008-01-191-1/+1
* gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge2008-01-191-0/+10
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-181-0/+5
* gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir2008-01-181-0/+5
* ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...Tim-Philipp Müller2008-01-171-0/+7
* gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete2008-01-171-0/+13
* gst/videomixer/Makefile.am: Add controller flags.Stefan Kost2008-01-161-0/+5
* gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().Stefan Kost2008-01-161-0/+5
* docs/plugins/Makefile.am: Remove duplicate entry.Stefan Kost2008-01-161-0/+5
* docs/plugins/: Add 3 more plugins to docs.Stefan Kost2008-01-151-0/+10
* Revert previous change caused by a file that got stuck on an old revision.Stefan Kost2008-01-151-0/+7
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-151-0/+10
* Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost2008-01-151-0/+8
* docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file.Stefan Kost2008-01-151-0/+5
* docs/plugins/: Update plugin docs.Stefan Kost2008-01-151-0/+61
* As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>Wim Taymans2008-01-141-0/+7
* gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller2008-01-141-0/+7
* Ignore more files for the buildbot.David Schleef2008-01-121-0/+6
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-0/+13
* gst/rtp/: Fix the clock rate to 90000 as required by the RFC.Olivier Crete2008-01-111-0/+9
* tests/check/elements/icydemux.c: Don't use deprecated GST_PLUGIN_DEFINE_STATIC.Tim-Philipp Müller2008-01-111-0/+5
* autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ...Sebastian Dröge2008-01-101-0/+11
* gst/videomixer/videomixer.c: Fix error from my last commit.Edward Hervey2008-01-091-0/+5
* gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen2008-01-091-0/+11
* ChangeLog: Fix ChangeLog typo.Stefan Kost2008-01-091-1/+6
* Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check...Stefan Kost2008-01-091-0/+6
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-091-0/+15