summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks.Edward Hervey2007-06-221-4/+2
* ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile m...Damien Carbery2007-06-211-1/+1
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-104-4/+443
* ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2007-06-091-4/+1
* ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge2007-06-094-2/+10
* move wavpack plugin. See #352605.Thomas Vander Stichele2007-06-081-2/+10
* ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller2007-06-082-7/+8
* ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2007-05-261-10/+21
* ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller2007-05-252-11/+172
* ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2007-05-241-9/+17
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-212-32/+40
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/libpng/gstpngdec.c: Fix build on macosx.Edward Hervey2007-05-161-3/+4
* ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st...Sebastian Dröge2007-05-161-1/+1
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-024-2/+30
* ext/flac/gstflac.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-021-0/+7
* ext/flac/gstflacdec.c: Correctly post an error on the bus if something went w...Sebastian Dröge2007-05-021-4/+9
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-021-26/+29
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-1/+0
* ext/libpng/gstpngdec.c: If we get a fatal flow return in the loop function, f...Tim-Philipp Müller2007-04-251-1/+1
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-307-187/+106
* ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge2007-03-221-2/+4
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-222-5/+3
* ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge2007-03-221-6/+6
* ext/gconf/gconf.c: Accept complex pipeline descriptions as an audio profile i...Christophe Dehais2007-03-221-7/+8
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-223-25/+10
* ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2007-03-211-10/+8
* ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it...Wim Taymans2007-03-092-26/+116
* ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans2007-03-091-0/+1
* ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt2007-03-071-0/+10
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-076-6/+19
* ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and f...Jan Schmidt2007-03-061-11/+18
* ext/esd/esdsink.c: Unref static pad template after using it.Jan Schmidt2007-03-051-0/+1
* ext/gconf/gstswitchsink.c: Fix up the reference counting of the child elements.Jan Schmidt2007-03-051-1/+13
* ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken log...Jan Schmidt2007-03-051-8/+8
* ext/gconf/gstswitchsink.c: Mark us as a sink when we have no fakesink in NULL...Wim Taymans2007-03-051-0/+1
* ext/cdio/gstcdiocddasrc.c: Make sure we always destroy our libcdio handle.Jan Schmidt2007-03-041-0/+10
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-049-13/+78
* ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad...Jan Schmidt2007-03-041-8/+2
* Don't mix tabs and spaces (#414168).Loïc Minier2007-03-031-1/+1
* ext/cdio/gstcdiocddasrc.c: Small code cleanups.Wim Taymans2007-03-021-39/+49
* ext/hal/hal.c: Fix compilation.Wim Taymans2007-03-021-0/+5
* ext/hal/: Having NULL as UDI previously selected the default sink/src. Change...Sebastian Dröge2007-03-014-64/+277
* ext/hal/: Check if the device UDI is set before trying to query HAL about it ...Sebastian Dröge2007-03-013-2/+16
* ext/shout2/gstshout2.*: Add a property for username.Michael Smith2007-02-272-2/+18
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-243-3/+3