summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* qtdemux: Add handling for stps atomsDavid Schleef2009-02-065-0/+44
* rtspsrc: Keep track of connected stateWim Taymans2009-02-042-11/+15
* Read Matroska Title element for the TITLE tagRobin Stocker2009-02-041-1/+15
* equalizer: Don't reset frequency bands from user settings. Fixes #570343.Stefan Kost2009-02-031-18/+20
* Use guint64 instead of guint for storing guint64Sebastian Dröge2009-02-031-3/+2
* Don't use Glib 2.16 function g_strcmp0.Jan Schmidt2009-01-301-3/+3
* Don't do void pointer arithmeticJan Schmidt2009-01-301-5/+5
* Fix Forte compiler warnings.Jan Schmidt2009-01-302-7/+7
* Remove useless processing for non-raw formatsEdward Hervey2009-01-301-10/+8
* Add support for the 'Requirement' and 'Encoder' tagsEdward Hervey2009-01-303-1/+6
* Modify private-tag name formatter so that it doesn't go mad at fourcc startin...Edward Hervey2009-01-301-2/+3
* Only unref the peer when there is one.Thijs Vermeir2009-01-291-1/+1
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-293-6/+6
* Add ' to framerate argument and remove the word 'simple' as all our pipelines...Stefan Kost2009-01-291-2/+2
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-3/+1
* Limit the delay by a new max-delay propertySebastian Dröge2009-01-282-41/+56
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-2859-649/+536
* Plug a memory leak in a debug message.Peter Kjellerstedt2009-01-261-2/+2
* Correct return value from gst_udp_get_addr() when no known family is found.Peter Kjellerstedt2009-01-261-2/+1
* Add a few more video fourcc'sDavid Schleef2009-01-251-0/+14
* Add unit test for aspectratiocrop Fixes bug #527951Thijs Vermeir2009-01-251-85/+180
* Save some allocations if the echo delay is increased oftenSebastian Dröge2009-01-241-3/+11
* Fix link in documentation of videocrop elementThijs Vermeir2009-01-241-1/+1
* Add documentation for aspectratiocropThijs Vermeir2009-01-241-0/+15
* Add note that audioecho's reverb sounds metallicSebastian Dröge2009-01-241-1/+6
* 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 for security advisory TKADV2009-0xxDavid Schleef2009-01-221-4/+4
* Rename audioreverb to audioecho. Fixes bug #568395.Sebastian Dröge2009-01-224-76/+76
* Free leftover udp ports (if any) when a setup request fails.Wim Taymans2009-01-221-0/+2
* gst/videocrop/gstvideocrop.c: Add 8bit grayscale support to videocrop plugin....Luotao Fu2009-01-191-2/+10
* gst/audiofx/audioreverb.c: Set the default value in the instance init function.Sebastian Dröge2009-01-191-1/+1
* Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...Sebastian Dröge2009-01-194-2/+442
* gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rou...Sebastian Dröge2009-01-192-2/+23
* gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...Wim Taymans2009-01-151-3/+14
* gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to preven...Sebastian Dröge2009-01-151-1/+2
* gst/spectrum/gstspectrum.*: Use correct types for frame/fft counters and some...Sebastian Dröge2009-01-142-15/+12
* gst/spectrum/: Post a spectrum message on the bus for every interval, even if...Sebastian Dröge2009-01-143-323/+198
* Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...Sebastian Dröge2009-01-136-2/+719
* gst/qtdemux/qtdemux.c: Fix format string for guint64.Thiago Sousa Santos2009-01-131-1/+2
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-138-54/+112
* gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge2009-01-118-1034/+764
* gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...Michael Smith2009-01-081-2/+39
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-082-76/+154
* gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.Mark Nauwelaerts2009-01-071-2/+3
* gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2009-01-062-17/+8
* gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...Mark Nauwelaerts2009-01-062-1/+17
* gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts2009-01-053-102/+102
* gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge2009-01-057-699/+620
* gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.j^2008-12-281-0/+18