summaryrefslogtreecommitdiff
path: root/ext/vorbis
AgeCommit message (Expand)AuthorFilesLines
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-2/+2
2013-03-03vorbis: small GValue optimisationTim-Philipp Müller2-12/+3
2012-12-18vorbis: fix unused variableThijs Vermeir1-1/+1
2012-11-13Revert "vorbisdec: Fix GType name conflict if tremor and libvorbis decoder ar...Sebastian Dröge2-7/+1
2012-11-13vorbisdec: Fix GType name conflict if tremor and libvorbis decoder are used i...Sebastian Dröge2-1/+7
2012-11-03Fix FSF addressTim-Philipp Müller14-28/+28
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-2/+2
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-2/+2
2012-10-09ivorbisdec: Rename debug category to prevent symbol conflict when using stati...Sebastian Dröge2-2/+7
2012-09-14replace gst_tag_list_free with gst_tag_list_unrefMark Nauwelaerts3-5/+5
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-8/+1
2012-07-25vorbisenc: adjust to modified audioencoder getcaps helper APIMark Nauwelaerts1-2/+2
2012-07-23vorbis: Update for audio base classes API changesSebastian Dröge2-3/+7
2012-06-02vorbisdec: Error out if handling a header packet failed instead of just finis...Sebastian Dröge1-1/+3
2012-05-16vorbis: give libvorbis-based decoder and vorbisidec decoder different type namesTim-Philipp Müller1-7/+2
2012-04-11vorbisenc: fix channel maskWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge2-2/+2
2012-04-04gst: Update versioningSebastian Dröge1-4/+4
2012-03-30vorbisdec: Use new gst_audio_encoder_set_headers() APISebastian Dröge2-52/+6
2012-03-30vorbisenc: Update for GstAudioEncoder API changesSebastian Dröge1-2/+2
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-34/+41
2012-03-15update for memory api changesWim Taymans1-1/+1
2012-03-14vorbisdec: support modern Tremor versionsPeter Korsgaard1-36/+41
2012-03-08vorbisdec: fix up for 0.11 after mergeTim-Philipp Müller1-1/+1
2012-03-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2-41/+14
2012-03-06vorbisdec: simplify tag handling using base class helperMark Nauwelaerts2-41/+15
2012-02-27vorbisenc: chain up to parent event functionWim Taymans1-1/+1
2012-02-26Fix compiler warningsAlessandro Decina1-1/+1
2012-02-15vorbisdec: remove old codeWim Taymans1-59/+0
2012-02-13vorbis: port to new memory apiWim Taymans1-5/+7
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-1/+1
2012-02-01vorbisparse: pedantically recognize undefined headers tooVincent Penquerc'h1-7/+2
2012-02-01vorbisparse: fix header detectionVincent Penquerc'h1-2/+7
2012-02-01vorbis: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2-5/+2
2012-01-30update for HEADER flag changesWim Taymans2-5/+5
2012-01-27vorbisenc: Properly generate the channel-mask on the sinkpad capsSebastian Dröge1-1/+1
2012-01-27vorbisparse: Pass correct header buffer size to libvorbis and include channel...Sebastian Dröge2-7/+12
2012-01-26vorbisenc: Add samplerate and channels to the srcpad capsSebastian Dröge1-2/+5
2012-01-25port to new map APIWim Taymans5-50/+52
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-4/+4
2012-01-13Fix wrong access to undefined struct memberReynaldo H. Verdejo Pinochet1-1/+1
2012-01-13Fix TREMELO -> TREMOLO typoReynaldo H. Verdejo Pinochet1-3/+3
2012-01-06vorbisdec: use right channel variable even moreMark Nauwelaerts1-1/+1
2012-01-05vorbisdec: use right channel variableWim Taymans1-2/+2
2012-01-05ext: Add new layout field to the raw audio capsSebastian Dröge1-0/+4
2012-01-05vorbis: Port to the new multichannel capsSebastian Dröge5-42/+118
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2011-12-02various: typo fixesPiotr Fusik1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h3-14/+12