summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2006-08-28ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper fun...Andy Wingo1-46/+51
2006-08-25ext/annodex/gstcmmlutils.c: Fix build.Wim Taymans1-1/+1
2006-08-25ext/annodex/gstannodex.c: Do some extra sanity checks.Alessandro Decina3-21/+37
2006-08-24ext/flac/gstflacdec.c: Use libgsttag helper function here too.Tim-Philipp Müller1-15/+13
2006-08-24ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2-3/+37
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2-4/+4
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge6-3/+71
2006-08-22ext/flac/gstflacdec.*: Make flac-in-ogg work (#352100).Tim-Philipp Müller2-9/+62
2006-08-22ext/speex/gstspeexdec.c: Make metadata extraction actually work.Tim-Philipp Müller2-196/+62
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller3-289/+281
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller1-172/+78
2006-08-20use g_assert in _get_unit_sizeStefan Kost1-1/+1
2006-08-20docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost4-26/+7
2006-08-18ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge1-28/+99
2006-08-18ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment e...Edward Hervey2-8/+23
2006-08-16ext/ladspa/gstsignalprocessor.c: Make ladspa elements reusable. Fixes #350006.Andy Wingo1-12/+57
2006-08-16ext/ladspa/gstladspa.c: Convert ' ' into '_'. Try to keep as many characters ...Wim Taymans1-1/+4
2006-08-16ext/ladspa/gstsignalprocessor.c: A push() gives away our refcount so we shoul...Wim Taymans1-4/+6
2006-08-16configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller1-7/+21
2006-08-16ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2-5/+38
2006-08-15ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge2-50/+190
2006-08-08ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multip...Tim-Philipp Müller2-25/+41
2006-08-04ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo3-37/+161
2006-08-04BPBAndy Wingo1-1/+1
2006-08-04ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr...Andy Wingo1-74/+127
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c...Andy Wingo1-2/+11
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ...Andy Wingo2-36/+71
2006-07-31ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot...Stefan Kost1-12/+7
2006-07-29ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err...Stefan Kost1-9/+52
2006-07-29ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155.Zaheer Abbas Merali1-4/+9
2006-07-26ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller1-1/+33
2006-07-26ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller1-228/+311
2006-07-24docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller1-0/+25
2006-07-24ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is ...Tim-Philipp Müller1-1/+16
2006-07-24ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well.Tim-Philipp Müller1-1/+1
2006-07-24ext/esd/README: Remove, it contains nothing useful anyway.Tim-Philipp Müller2-44/+7
2006-07-19ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster1-0/+63
2006-07-18ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller3-2/+43
2006-07-18ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller2-32/+38
2006-07-18ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller2-278/+151
2006-07-18configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge9-264/+761
2006-07-17ext/libpng/gstpngdec.*: Use statically allocated segment instead of leaking.Wim Taymans2-67/+98
2006-07-11ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.Tim-Philipp Müller1-2/+0
2006-07-05ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller1-0/+4
2006-07-03ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.Edward Hervey2-5/+61
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller12-12/+12
2006-06-20ext/flac/: Support chain-based operation, should make flac-over-DAAP work (#3...Tim-Philipp Müller3-68/+466
2006-06-18ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey1-0/+2
2006-06-14ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2-4/+21
2006-06-14ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans1-1/+6