summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2008-02-083-71/+92
* Move spectrum plugin from -bad.Jan Schmidt2008-02-0812-14/+138
* Mention bug 415627 fixed with previous commitJan Schmidt2008-02-081-0/+2
* Move the equalizer plugin across from -badJan Schmidt2008-02-0814-19/+330
* docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docsJan Schmidt2008-02-083-12/+14
* configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-re...Jan Schmidt2008-02-082-1/+8
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-0715-459/+671
* Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller2008-02-073-3/+39
* gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is definedSébastien Moutte2008-02-0710-16/+44
* gst/matroska/ebml-write.c: Don't leak buffers when we don't push them downstr...Bjarne Rosengren2008-02-072-0/+11
* gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2008-02-071-0/+1
* gst/spectrum/gstspectrum.c: Improve the docs.Stefan Kost2008-02-071-7/+7
* configure.ac: Bump requirements to (good) released versions to avoid confusio...Tim-Philipp Müller2008-02-072-2/+8
* gst/filter/gstlpwsinc.c: Fix typo in the long description of the element.Sebastian Dröge2008-02-071-1/+1
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-0623-5153/+691
* ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens2008-02-061-2/+2
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-052-1/+11
* gst/avi/gstavidemux.c: If there's no entries in the subindex, don't try to do...Edward Hervey2008-02-042-0/+10
* ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac ve...John Millikin2008-02-022-15/+14
* tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX.Tim-Philipp Müller2008-02-024-91/+107
* Add documentation for avisubtitle and change class toThijs Vermeir2008-02-015-3/+45
* sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt2008-01-314-41/+69
* configure.ac: Bump plugins-base requirement to 0.10.16 for the gst_video_form...Jan Schmidt2008-01-312-1/+7
* ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge2008-01-311-150/+148
* Make coding style more consistent, including class renaming.Wouter Cloetens2008-01-311-49/+52
* configure.ac: Fix typo.Jan Schmidt2008-01-312-1/+6
* gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifyin...Jan Schmidt2008-01-313-385/+303
* ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens2008-01-301-7/+13
* ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens2008-01-301-1/+8
* tests/check/: Add missing files for the unit test.Wouter Cloetens2008-01-302-0/+37
* docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2008-01-303-264/+890
* ext/libpng/gstpngenc.*: Preallocate the output buffer so that g_memdup() and ...Alessandro Decina2008-01-293-19/+36
* gst/avi/gstavidemux.c: GStreamer timestamps are PTS values while AVI only kno...Wim Taymans2008-01-292-3/+21
* tests/check/: Add add testsuite for the rtp-payloader that tries simulating d...Stefan Kost2008-01-294-11/+569
* tests/check/elements/alphacolor.c: Remove two unused variables.Stefan Kost2008-01-292-2/+5
* gst/rtsp/gstrtspsrc.c: Use g_ascii_strtoll() instead of atoll, which is only ...Tim-Philipp Müller2008-01-282-3/+9
* gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter ba...Sebastian Dröge2008-01-262-42/+0
* gst/rtp/: Add MPEG2 video payloaderThijs Vermeir2008-01-256-1/+315
* gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".Sebastian Dröge2008-01-232-1/+6
* tests/check/Makefile.am: Fix up some CFLAGS sets.Jan Schmidt2008-01-213-9/+21
* configure.ac: Detect video4linux headers on Solaris too.Brian Cameron2008-01-216-6/+50
* docs/plugins/gst-plugins-good-plugins-docs.sgml: Update list from (still loca...Stefan Kost2008-01-212-13/+20
* docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost2008-01-211-2/+8
* docs/plugins/Makefile.am: Update include list.Stefan Kost2008-01-212-1/+1
* ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens2008-01-201-10/+14
* 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-192-2/+12
* ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens2008-01-192-0/+4
* gst/udp/gstmultiudpsink.c: use GST_WARNING for loggingThijs Vermeir2008-01-183-1/+7
* gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test.Sebastian Dröge2008-01-181-0/+1