summaryrefslogtreecommitdiffstats
path: root/ext/wavpack
AgeCommit message (Expand)AuthorFilesLines
2007-01-25ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge1-3/+6
2007-01-25ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2-3/+3
2007-01-11ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge1-11/+12
2006-12-18ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge1-1/+1
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge3-70/+103
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge1-17/+35
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller2-0/+2
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller1-2/+2
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
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-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-18ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge1-28/+99
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-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-06-14ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge2-49/+52
2006-06-10ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge7-6/+1411
2006-06-09configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-4/+4
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz1-2/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-4/+5
2006-04-06Unify the long descriptions in the plugin details (#337263).j^2-13/+12
2006-01-29ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller3-507/+680
2005-12-19ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey1-1/+2
2005-12-16ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller1-1/+1
2005-12-16ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2-8/+5
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller1-4/+4
2005-11-25Wavpack ported to 0.9. No support for correction file yet.Edgard Lima5-236/+390
2005-11-25ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele8-0/+1160