summaryrefslogtreecommitdiffstats
path: root/ext/wavpack
AgeCommit message (Expand)AuthorFilesLines
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