Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-08tests/check/elements/.cvsignore: Spell the new tests correctly in .cvsignoreJan Schmidt
2008-02-08gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller
2008-02-08Move multifile plugin from -bad.Jan Schmidt
2008-02-08Move spectrum plugin from -bad.Jan Schmidt
2008-02-08Mention bug 415627 fixed with previous commitJan Schmidt
2008-02-08Move the equalizer plugin across from -badJan Schmidt
2008-02-08configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-re...Jan Schmidt
2008-02-08Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt
2008-02-08Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller
2008-02-07gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte
2008-02-07gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren
2008-02-07configure.ac: Bump requirements to (good) released versions to avoid confusio...Tim-Philipp Müller
2008-02-07Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt
2008-02-05gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan
2008-02-04gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey
2008-02-02ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin
2008-02-02tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX.Tim-Philipp Müller
2008-02-01Add documentation for avisubtitle and change class toThijs Vermeir
2008-01-31sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt
2008-01-31configure.ac: Bump plugins-base requirement to 0.10.16 for the gst_video_form...Jan Schmidt
2008-01-31configure.ac: Fix typo.Jan Schmidt
2008-01-31gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt
2008-01-29ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina
2008-01-29gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans
2008-01-29tests/check/: Add add testsuite for the rtp-payloader that tries simulating d...Stefan Kost
2008-01-29tests/check/elements/alphacolor.c: Remove two unused variables.Stefan Kost
2008-01-28gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller
2008-01-25gst/rtp/: Add MPEG2 video payloaderThijs Vermeir
2008-01-23gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge
2008-01-21tests/check/Makefile.am: Fix up some CFLAGS sets.Jan Schmidt
2008-01-21configure.ac: Detect video4linux headers on Solaris too.Brian Cameron
2008-01-21docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still loca...Stefan Kost
2008-01-19Add bug number to the latest entrySebastian Dröge
2008-01-19gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge
2008-01-18gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir
2008-01-18gst/udp/gstmultiudpsink.c: Don't try to leave a multicast group with an inval...Thijs Vermeir
2008-01-18ext/flac/gstflacdec.c: where the picture metadata defines and structs don't e...Tim-Philipp Müller
2008-01-17gst/udp/gstmultiudpsink.*: Add property to automatically join a multicast gro...Olivier Crete
2008-01-17gst/videomixer/Makefile.am: Add controller flags.Stefan Kost
2008-01-16gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().Stefan Kost
2008-01-16docs/plugins/Makefile.am: Remove duplicate entry.Stefan Kost
2008-01-15docs/plugins/: Add 3 more plugins to docs.Stefan Kost
2008-01-15Revert previous change caused by a file that got stuck on an old revision.Stefan Kost
2008-01-15Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost
2008-01-15Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost
2008-01-15docs/plugins/gst-plugins-good-plugins-sections.txt: Cleanup section file.Stefan Kost
2008-01-15docs/plugins/: Update plugin docs.Stefan Kost
2008-01-14As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>Wim Taymans
2008-01-14gst/: Initialise variables to work around (false) 'foo might be used uninitia...Tim-Philipp Müller
2008-01-12Ignore more files for the buildbot.David Schleef