Age | Commit message (Expand) | Author | Files | Lines |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 1 | -1/+0 |
2007-03-30 | ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w... | Sebastian Dröge | 7 | -187/+106 |
2007-03-22 | ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi... | Sebastian Dröge | 1 | -2/+4 |
2007-03-22 | ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea... | Sebastian Dröge | 2 | -5/+3 |
2007-03-22 | ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca... | Sebastian Dröge | 1 | -6/+6 |
2007-03-22 | ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str... | Sebastian Dröge | 3 | -25/+10 |
2007-03-21 | ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli... | Sebastian Dröge | 1 | -10/+8 |
2007-03-07 | ext/wavpack/: Use a general wavpack debug category for common code. | Sebastian Dröge | 6 | -6/+19 |
2007-02-24 | Fix build with LDFLAGS='-Wl,-z,defs'. | Tim-Philipp Müller | 1 | -2/+2 |
2007-01-31 | ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re... | Sebastian Dröge | 1 | -6/+4 |
2007-01-25 | ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i... | Sebastian Dröge | 1 | -3/+6 |
2007-01-25 | ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack. | Sebastian Dröge | 2 | -3/+3 |
2007-01-11 | ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc... | Sebastian Dröge | 1 | -11/+12 |
2006-12-18 | ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re... | Sebastian Dröge | 1 | -1/+1 |
2006-11-15 | ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ... | Sebastian Dröge | 3 | -70/+103 |
2006-11-02 | Fix enum nicks; only emit no-more-pads once; add support for very fast encodi... | Sebastian Dröge | 1 | -17/+35 |
2006-10-17 | Activate pads before adding them to running element. | Tim-Philipp Müller | 2 | -0/+2 |
2006-10-05 | Another batch of printf format fixes. | Tim-Philipp Müller | 1 | -2/+2 |
2006-09-16 | More G_OBJECT macro fixing. | Stefan Kost | 1 | -1/+1 |
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-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-18 | ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn... | Sebastian Dröge | 1 | -28/+99 |
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-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-06-14 | ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add... | Sebastian Dröge | 2 | -49/+52 |
2006-06-10 | ext/wavpack/: Add wavpack encoder element (#343131). | Sebastian Dröge | 7 | -6/+1411 |
2006-06-09 | configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343... | Tim-Philipp Müller | 1 | -1/+1 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 2 | -4/+4 |
2006-05-06 | Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo... | Maciej Katafiasz | 1 | -2/+3 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2 | -4/+5 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 2 | -13/+12 |
2006-01-29 | ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ... | Tim-Philipp Müller | 3 | -507/+680 |
2005-12-19 | ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th... | Edward Hervey | 1 | -1/+2 |
2005-12-16 | ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string. | Tim-Philipp Müller | 1 | -1/+1 |
2005-12-16 | ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re... | gcocatre@gmail.com | 2 | -8/+5 |
2005-12-12 | ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object... | Tim-Philipp Müller | 1 | -4/+4 |
2005-11-25 | Wavpack ported to 0.9. No support for correction file yet. | Edgard Lima | 5 | -236/+390 |
2005-11-25 | ext/wavpack/: put back wavpack - still needs porting | Thomas Vander Stichele | 8 | -0/+1160 |