summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multip...Tim-Philipp Müller2006-08-082-25/+41
* ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo2006-08-043-37/+161
* BPBAndy Wingo2006-08-041-1/+1
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr...Andy Wingo2006-08-041-74/+127
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c...Andy Wingo2006-07-311-2/+11
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ...Andy Wingo2006-07-312-36/+71
* ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot...Stefan Kost2006-07-311-12/+7
* ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err...Stefan Kost2006-07-291-9/+52
* ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155.Zaheer Abbas Merali2006-07-291-4/+9
* ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller2006-07-261-1/+33
* ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller2006-07-261-228/+311
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-0/+25
* ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is ...Tim-Philipp Müller2006-07-241-1/+16
* ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well.Tim-Philipp Müller2006-07-241-1/+1
* ext/esd/README: Remove, it contains nothing useful anyway.Tim-Philipp Müller2006-07-242-44/+7
* ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster2006-07-191-0/+63
* ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller2006-07-183-2/+43
* ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller2006-07-182-32/+38
* ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller2006-07-182-278/+151
* configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge2006-07-189-264/+761
* ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2006-07-172-67/+98
* ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.Tim-Philipp Müller2006-07-111-2/+0
* ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller2006-07-051-0/+4
* ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2006-07-032-5/+61
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-2212-12/+12
* ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller2006-06-203-68/+466
* ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey2006-06-181-0/+2
* ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2006-06-142-4/+21
* ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans2006-06-141-1/+6
* ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge2006-06-142-49/+52
* moap ignoreThomas Vander Stichele2006-06-112-0/+2
* ext/raw1394/gstdv1394src.c: gratuitous comment changesThomas Vander Stichele2006-06-111-2/+2
* autogen.sh: require am17Thomas Vander Stichele2006-06-1110-68/+39
* ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge2006-06-107-6/+1411
* configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller2006-06-091-1/+1
* ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans2006-06-092-36/+133
* ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping.Edward Hervey2006-06-022-1/+63
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-0126-55/+55
* ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883Zaheer Abbas Merali2006-05-311-2/+3
* configure.ac: Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.Zaheer Abbas Merali2006-05-313-17/+144
* Add apev2mux element (#343122).Sebastian Dröge2006-05-306-10/+457
* ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->P...Edward Hervey2006-05-281-1/+1
* ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configure...Edward Hervey2006-05-282-1/+54
* ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller2006-05-281-0/+35
* ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This sh...Edward Hervey2006-05-271-0/+25
* ext/flac/gstflac.c: Don't #include file we don't dist any longer.Tim-Philipp Müller2006-05-271-1/+1
* ext/dv/gstdvdemux.c: Implement EOS correctly by either postingWim Taymans2006-05-241-18/+32
* ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API cha...Tim-Philipp Müller2006-05-235-71/+4
* ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.Tim-Philipp Müller2006-05-221-6/+30