summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* Printf format fixes.Tim-Philipp Müller2006-10-057-7/+7
* ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...Tim-Philipp Müller2006-09-251-1/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream err...Alessandro Decina2006-09-042-3/+8
* ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper fun...Andy Wingo2006-08-281-46/+51
* ext/annodex/gstcmmlutils.c: Fix build.Wim Taymans2006-08-251-1/+1
* ext/annodex/gstannodex.c: Do some extra sanity checks.Alessandro Decina2006-08-253-21/+37
* ext/flac/gstflacdec.c: Use libgsttag helper function here too.Tim-Philipp Müller2006-08-241-15/+13
* ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2006-08-242-3/+37
* ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2006-08-232-4/+4
* Add docs for wavpack elements (#352476).Sebastian Dröge2006-08-236-3/+71
* ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).Tim-Philipp Müller2006-08-222-9/+62
* ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2006-08-222-196/+62
* ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller2006-08-213-289/+281
* ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller2006-08-211-172/+78
* use g_assert in _get_unit_sizeStefan Kost2006-08-201-1/+1
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost2006-08-204-26/+7
* ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge2006-08-181-28/+99
* ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment e...Edward Hervey2006-08-182-8/+23
* ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo2006-08-161-12/+57
* ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans2006-08-161-1/+4
* ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans2006-08-161-4/+6
* configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller2006-08-161-7/+21
* ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2006-08-162-5/+38
* ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge2006-08-152-50/+190
* 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