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