summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update win32/common/config.h for the new development cycleSebastian Dröge2009-01-241-3/+3
* Add note that audioecho's reverb sounds metallicSebastian Dröge2009-01-241-1/+6
* More entries for the gitignoresJan Schmidt2009-01-234-0/+12
* skip video/x-raw-gray in videocrop unit testThijs Vermeir2009-01-231-0/+10
* Add aspectratiocrop element. Fixes bug #527951Thijs Vermeir2009-01-234-4/+419
* Fix navigation event forwarding while cropping. Fixes bug #567992.Thijs Vermeir2009-01-231-2/+51
* Fix linking on Solaris. Fixes bug #568809.Brian Cameron2009-01-231-0/+3
* Bump version number again -> 0.10.13.1Jan Schmidt2009-01-221-1/+1
* Add releases 0.10.12 and 0.10.13 to the doap fileJan Schmidt2009-01-221-0/+22
* Update common snapshot.Stefan Kost2009-01-221-0/+0
* Back to devel -> 0.10.12.1Jan Schmidt2009-01-222-6/+6
* Release 0.10.12Jan Schmidt2009-01-221-1/+1
* Fix for security advisory TKADV2009-0xxDavid Schleef2009-01-221-4/+4
* Fix typo and small flaw in flac decoderJan Schmidt2009-01-221-2/+3
* Fix pre-commit hookSebastian Dröge2009-01-221-0/+0
* Rename audioreverb to audioecho. Fixes bug #568395.Sebastian Dröge2009-01-2213-152/+182
* Free leftover udp ports (if any) when a setup request fails.Wim Taymans2009-01-221-0/+2
* Install and use pre-commit indentation hook from commonEdward Hervey2009-01-222-0/+8
* Whitespace fixes and some improved debug lines.Wim Taymans2009-01-211-37/+2
* autogen.sh : Use git submoduleEdward Hervey2009-01-211-8/+5
* sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, bu...Tim-Philipp Müller2009-01-202-1/+6
* gst/videocrop/gstvideocrop.c: Add 8bit grayscale support to videocrop plugin....Luotao Fu2009-01-192-2/+18
* gst/audiofx/audioreverb.c: Set the default value in the instance init function.Sebastian Dröge2009-01-192-1/+6
* 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