summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-2/+2
* ext/gconf/gstgconfaudiosink.c: Don't reset the profile when going switching s...Jan Schmidt2007-02-141-2/+3
* Re-factor the gconfaudiosink into a "GstSwitchSink" base class and a child th...Jan Schmidt2007-02-137-136/+439
* ext/hal/hal.*: Some small cleanups; deal with errors when parsing the HAL ALS...Tim-Philipp Müller2007-02-072-21/+24
* ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle ...Tim-Philipp Müller2007-02-063-31/+41
* ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2007-01-311-6/+4
* ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825.charles2007-01-262-21/+37
* ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge2007-01-251-3/+6
* ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2007-01-252-3/+3
* ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge2007-01-111-11/+12
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-083-6/+6
* ext/esd/esdsink.c: Don't return bogus values when esd_get_delay() fails for s...Tim-Philipp Müller2007-01-041-0/+5
* Disable LADPSA, as it has moved to the -bad module for the duration.Jan Schmidt2006-12-181-4/+4
* ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush s...Wim Taymans2006-12-181-7/+18
* ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge2006-12-181-1/+1
* ext/gconf/gstgconfaudiosrc.*: Remove gconf notify hook when the gconfaudiosrc...Tim-Philipp Müller2006-12-112-1/+22
* ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 t...Jonathan Matthew2006-12-061-1/+2
* ext/libcaca/gstcacasink.c: Fix width and height properties.Wim Taymans2006-11-282-3/+12
* ext/esd/: remove obsolete _factory_init protosStefan Kost2006-11-242-5/+2
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-153-70/+103
* Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge2006-11-021-17/+35
* ext/cdio/: Move CD-TEXT utility function into common file so it can also be u...Tim-Philipp Müller2006-11-023-36/+35
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-012-12/+10
* ext/speex/gstspeexdec.c: Some small cleanups, use _scale.Wim Taymans2006-10-311-30/+50
* ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans2006-10-303-73/+204
* ext/libpng/gstpngenc.*: Fix strides. Fixes #364856.Wim Taymans2006-10-272-27/+19
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-172-0/+2
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-165-39/+31
* ext/speex/: Miscellaneous clean-ups, among other things: speexenc => enc to e...Tim-Philipp Müller2006-10-123-321/+292
* ext/speex/gstspeexenc.c: Fix some mem leaks.Tim-Philipp Müller2006-10-121-27/+32
* Activate pads before adding.Wim Taymans2006-10-061-0/+11