summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf()....Sebastian Dröge2008-02-121-0/+1
* Add a few libjpeg suppressions and initialize a variable to make smokeenc val...Sebastian Dröge2008-02-122-1/+128
* Close some memory leaks spotted by the unit test. Fixes bug #515697.Sebastian Dröge2008-02-111-0/+4
* Add a simple example application for the spectrum element, include it in the ...Jan Schmidt2008-02-093-1/+128
* gst/: Fix includes orderJan Schmidt2008-02-092-5/+5
* tests/check/elements/.cvsignore: Spell the new tests correctly in .cvsignoreJan Schmidt2008-02-081-2/+2
* gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller2008-02-084-0/+23
* Move multifile plugin from -bad.Jan Schmidt2008-02-082-0/+2
* gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2008-02-081-11/+61
* Move spectrum plugin from -bad.Jan Schmidt2008-02-083-2/+4
* Move the equalizer plugin across from -badJan Schmidt2008-02-084-11/+11
* docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docsJan Schmidt2008-02-083-12/+14
* Move the lpwsinc and bpwsinc elements from gst-plugins-bad into the audiofx p...Jan Schmidt2008-02-073-272/+270
* Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...Tim-Philipp Müller2008-02-071-1/+20
* Rename audiochebyshevfreqband -> audiochebband and audiochebyshevfreqlimit ->...Jan Schmidt2008-02-066-3002/+422
* tests/check/Makefile.am: Add rtp-payloading test to VALGRIND_TO_FIX.Tim-Philipp Müller2008-02-022-91/+96
* 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-301-0/+408
* tests/check/: Add add testsuite for the rtp-payloader that tries simulating d...Stefan Kost2008-01-293-11/+561
* tests/check/elements/alphacolor.c: Remove two unused variables.Stefan Kost2008-01-291-2/+0
* tests/check/Makefile.am: Fix up some CFLAGS sets.Jan Schmidt2008-01-212-9/+11
* tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge2008-01-181-0/+331
* Ignore more files for the buildbot.David Schleef2008-01-121-0/+3
* tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.Tim-Philipp Müller2008-01-113-10/+10
* ignore some moreEdward Hervey2008-01-111-0/+1
* ignore some moreEdward Hervey2008-01-111-0/+1
* tests/check/elements/icydemux.c: Don't use deprecated GST_PLUGIN_DEFINE_STATIC.Tim-Philipp Müller2008-01-111-30/+5
* tests/check/elements/avisubtitle.c: Small unit test fix (has no practical imp...Tim-Philipp Müller2007-12-181-1/+2
* Add seeking support for avi subtitleThijs Vermeir2007-12-181-2/+17
* Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir2007-12-182-0/+249
* tests/check/pipelines/simple-launch-lines.c: Improve the tests by allowing to...Stefan Kost2007-11-261-24/+27
* tests/check/elements/wavpackenc.c: Don't check the caps of the output buffer ...Sebastian Dröge2007-11-261-5/+0
* tests/check/pipelines/simple-launch-lines.c: Tests for #498395.René Stadler2007-11-201-0/+27
* tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectr...Sebastian Dröge2007-11-141-8/+8
* gst/: Change the meaning of the magnitude values given in theSebastian Dröge2007-11-113-4/+4
* gst/equalizer/demo.c: Make default volume a bit less. Improve layout by givin...Stefan Kost2007-11-081-5/+6
* gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2007-11-061-2/+2
* gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge2007-11-031-1/+1
* gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge2007-10-301-0/+246
* gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller2007-10-271-0/+79
* Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef2007-10-251-0/+110
* tests/check/pipelines/simple-launch-lines.c: Improve the tests a little more.Stefan Kost2007-10-241-37/+46
* Add some debug and sync tests with the fix.Stefan Kost2007-10-191-1/+1
* gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn2007-10-113-1/+29
* tests/check/: Add unit tests for payloaders/depayloaders.Timo Hotti2007-10-042-0/+245
* ext/cairo/gsttextoverlay.c: Add info about static leak.Stefan Kost2007-09-202-29/+131
* Ignore registries in any format.Stefan Kost2007-09-191-1/+1
* gst/spectrum/: Handling window resize.Stefan Kost2007-09-182-29/+64
* Update my mail address.Sebastian Dröge2007-09-131-1/+1
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-063-30/+387