| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove GIO plugin which has now moved to -base. | Jan Schmidt | 2008-02-07 | 3 | -173/+0 |
* | Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi... | Jan Schmidt | 2008-02-07 | 3 | -1696/+0 |
* | Add more tags. Improve test app. | Edgard Lima | 2008-02-07 | 2 | -35/+474 |
* | gst/multifile/gstmultifilesink.c: Add a fixme comment. | Stefan Kost | 2008-02-07 | 1 | -2/+2 |
* | ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th... | Tim-Philipp Müller | 2008-02-02 | 1 | -3/+2 |
* | ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat... | Jan Schmidt | 2008-01-31 | 1 | -1/+0 |
* | tests/icles/Makefile.am: Move -Wl parameter from _LDADD to _LDFLAGS to fix au... | Sebastian Dröge | 2008-01-30 | 1 | -2/+2 |
* | tests/check/: Add missing files for the unit test. | Wouter Cloetens | 2008-01-30 | 2 | -0/+37 |
* | docs/plugins/: Add souphttpsrc to the docs. | Wouter Cloetens | 2008-01-30 | 3 | -0/+420 |
* | Add documentation. Fix test app compilation. Fix pull mode. | Edgard Lima | 2008-01-30 | 1 | -1/+2 |
* | ext/metadata/README: Formatting. | Stefan Kost | 2008-01-29 | 1 | -0/+1 |
* | Replace the switch plugin with the selector plugin. Add output- selector as t... | Stefan Kost | 2008-01-29 | 3 | -3/+163 |
* | tests/icles/metadata_editor.c: Printf format fix. | Stefan Kost | 2008-01-27 | 1 | -1/+2 |
* | configure.ac: Check for libglade-2.0, for the metadata-editor example. | Tim-Philipp Müller | 2008-01-26 | 2 | -10/+15 |
* | Add lot of documentation. | Edgard Lima | 2008-01-25 | 3 | -1/+1188 |
* | Add documentation for the xingheader plugin. | Sebastian Dröge | 2008-01-23 | 1 | -5/+5 |
* | tests/check/: Add simple unit test for the xingmux element. | Sebastian Dröge | 2008-01-23 | 4 | -1/+4944 |
* | docs/plugins/Makefile.am: Update include list. | Stefan Kost | 2008-01-21 | 1 | -7/+8 |
* | tests/check/Makefile.am: Enable spectrum test again. | Sebastian Dröge | 2008-01-18 | 2 | -3/+44 |
* | tests/check/: Add some minimal tests for the equalizer plugin. | Sebastian Dröge | 2008-01-18 | 3 | -0/+333 |
* | Update for API changes in GIO and require GIO 2.15.2 for this. | Sebastian Dröge | 2008-01-16 | 1 | -12/+6 |
* | tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests. | Tim-Philipp Müller | 2008-01-11 | 3 | -10/+10 |
* | Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2... | Sebastian Dröge | 2008-01-06 | 1 | -2/+15 |
* | tests/check/Makefile.am: Disable vcdsrc in states test because it takes too m... | David Schleef | 2008-01-02 | 1 | -2/+3 |
* | ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i... | David Schleef | 2008-01-01 | 1 | -1/+1 |
* | Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ... | Sebastian Dröge | 2007-12-29 | 1 | -2/+1 |
* | tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectr... | Sebastian Dröge | 2007-11-14 | 1 | -8/+8 |
* | Require GIO >= 0.1.2 and adjust unit test for an API change. | Sebastian Dröge | 2007-11-07 | 1 | -6/+2 |
* | tests/icles/equalizer-test.c: Fix gain ranges for the latest equalizer changes. | Sebastian Dröge | 2007-11-07 | 1 | -11/+11 |
* | ext/gio/gstgio.h: Add macro to check if a stream supports seeking. | Sebastian Dröge | 2007-11-07 | 3 | -0/+172 |
* | gst/interleave/interleave.c: Let's not call every request pad we create "sink... | Tim-Philipp Müller | 2007-10-27 | 3 | -0/+81 |
* | Improve documentation, write some tests for multifilesrc/sink for upcoming ->... | David Schleef | 2007-10-25 | 2 | -0/+111 |
* | Fix memory leaks. More to come. | Stefan Kost | 2007-09-20 | 2 | -27/+130 |
* | Ignore registries in any format. | Stefan Kost | 2007-09-19 | 1 | -1/+1 |
* | ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I... | Thomas Green | 2007-09-09 | 1 | -1/+81 |
* | Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa... | Sebastian Dröge | 2007-09-06 | 1 | -19/+374 |
* | tests/check/elements/: Also test everything in 32 bit float mode. | Sebastian Dröge | 2007-08-19 | 2 | -42/+785 |
* | Use generator macros for the process functions for the different sample types... | Sebastian Dröge | 2007-08-17 | 1 | -5/+5 |
* | gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 2007-08-16 | 1 | -68/+92 |
* | gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl... | Sebastian Dröge | 2007-08-16 | 1 | -48/+62 |
* | tests/check/: Add generic state-change test suite to help to fi leaks. | Stefan Kost | 2007-08-16 | 3 | -0/+123 |
* | tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter. | Sebastian Dröge | 2007-08-12 | 1 | -1/+1 |
* | tests/check/: Add unit tests for bpwsinc, testing fundamental functionality a... | Sebastian Dröge | 2007-08-12 | 3 | -0/+527 |
* | tests/check/: Add unit tests for lpwsinc, testing fundamental functionality. | Sebastian Dröge | 2007-08-12 | 3 | -0/+390 |
* | tests/check/elements/.cvsignore: Fix the buildbot with the cvsignore it wants. | Jan Schmidt | 2007-07-19 | 1 | -0/+1 |
* | tests/check/Makefile.am: tests/check/elements/timidity.c (GST_START_TEST, tim... | Stefan Kost | 2007-07-19 | 2 | -0/+100 |
* | Remove bogus check for libcheck, since we check for gstreamer-check and it pu... | Jan Schmidt | 2007-07-13 | 1 | -1/+1 |
* | gst/spectrum/gstspectrum.c: Fix leaking buffers. | Stefan Kost | 2007-06-20 | 2 | -0/+217 |
* | Move videocrop and osxvideo to -good. | Jan Schmidt | 2007-06-12 | 4 | -1171/+1 |
* | Move wavpack to good. | Thomas Vander Stichele | 2007-06-08 | 4 | -756/+0 |