summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...Sebastian Dröge2009-01-1914-3/+798
* gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rou...Sebastian Dröge2009-01-193-2/+32
* sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and...Michael Smith2009-01-152-1/+7
* gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...Wim Taymans2009-01-152-3/+20
* gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to preven...Sebastian Dröge2009-01-152-1/+8
* gst/spectrum/gstspectrum.*: Use correct types for frame/fft counters and some...Sebastian Dröge2009-01-143-15/+19
* ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...Lennart Poettering2009-01-142-3/+9
* gst/spectrum/: Post a spectrum message on the bus for every interval, even if...Sebastian Dröge2009-01-144-323/+215
* Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...Sebastian Dröge2009-01-1328-29/+1594
* gst/qtdemux/qtdemux.c: Fix format string for guint64.Thiago Sousa Santos2009-01-132-1/+8
* sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, s...Michael Smith2009-01-132-16/+22
* tests/examples/rtp/server-alsasrc-PCMA.c: Add some example code for printing ...Wim Taymans2009-01-132-0/+59
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-139-54/+134
* gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge2009-01-1111-1034/+831
* gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...Michael Smith2009-01-082-2/+47
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-084-79/+172
* ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...Jan Schmidt2009-01-073-5/+43
* sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes ...Jan Schmidt2009-01-072-1/+6
* gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.Mark Nauwelaerts2009-01-072-2/+8
* gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2009-01-063-17/+15
* gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...Mark Nauwelaerts2009-01-063-1/+25
* ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...Sebastian Dröge2009-01-052-7/+11
* sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566...Sascha Hauer2009-01-052-0/+14
* gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts2009-01-054-102/+113
* gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge2009-01-058-699/+648
* sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, usin...Justin Karnegas2009-01-0210-451/+741
* tests/examples/rtp/server-decodebin-H263p-AMR.sh: Add example RTP transcoding...Wim Taymans2009-01-022-0/+46
* tests/examples/rtp/: Add two C examples of using gstrtpbin as a sender and a ...Wim Taymans2009-01-025-0/+379
* ChangeLog: Remove conflict marker from ChangeLogJan Schmidt2008-12-311-1/+5
* gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.j^2008-12-282-0/+27
* ext/jpeg/gstsmokeenc.*: Implement getcaps function.Wim Taymans2008-12-233-11/+80
* ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...Stefan Kost2008-12-193-5/+11
* ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.Stefan Kost2008-12-173-0/+7
* configure.ac: Require core cvs.Stefan Kost2008-12-162-1/+6
* gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.Stefan Kost2008-12-162-1/+6
* gst/avi/gstavimux.c: Use new tagsetter api to flush tags.Stefan Kost2008-12-162-1/+8
* tests/check/elements/deinterleave.c: Increase timeout to 3 minutes to prevent...Sebastian Dröge2008-12-162-0/+6
* tests/check/elements/interleave.c: Increase timeout to 3 minutes to prevent t...Sebastian Dröge2008-12-162-0/+6
* gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagse...Stefan Kost2008-12-163-32/+14
* gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...Stefan Kost2008-12-152-13/+14
* ext/pulse/pulsemixerctrl.c: Add note about memleak.Stefan Kost2008-12-153-0/+8
* m4/Makefile.am: A couple more .m4 that aren't shipped anymore with gettext 0.17.Edward Hervey2008-12-132-2/+5
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-1311-126/+160
* m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and sin...Edward Hervey2008-12-133-1/+7
* smaller spec file updatesChristian Schaller2008-12-101-0/+6
* gst/avi/gstavidemux.c: More logging.Stefan Kost2008-12-093-13/+42
* tests/check/Makefile.am: Also ignore pulsemixer for the states unit test.Sebastian Dröge2008-12-092-1/+6
* gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans2008-12-092-2/+27
* tests/check/elements/videocrop.c: Update the unit test for the new color valu...Sebastian Dröge2008-12-092-10/+17
* ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller2008-12-092-0/+9