summaryrefslogtreecommitdiff
path: root/gst/audioresample
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+10
2016-07-19audioresample: after a reset, recalculate the ouput sizeWim Taymans1-0/+8
2016-03-28audioresample: remove last ORC remainsWim Taymans3-364/+2
2016-03-28audio-resampler: improve filter constructionWim Taymans2-3/+40
2016-03-28audio-resampler: add reset functionWim Taymans1-44/+17
2016-03-28audio-resampler: handle filter length changesWim Taymans1-13/+11
2016-03-28audio-converter: make some optimized functionsWim Taymans1-39/+6
2016-03-28audio-converter: simplify APIWim Taymans1-45/+33
2016-03-28audio-converter: more work on resamplingWim Taymans2-195/+46
2016-03-28audio-converter: add resamplerWim Taymans17-4533/+204
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-02-11resample: avoid overflowsWim Taymans1-3/+4
2016-02-11resample: fix double interpolation sse codeWim Taymans1-6/+6
2015-11-02audioresample: Clip input buffers to the segment before handling themSebastian Dröge1-0/+23
2015-06-29audioresample: Also copy metas if their API has no tags attached to itSebastian Dröge1-3/+3
2015-06-04audioresample: copy metadata that only has the "audio" tag.Mathieu Duponchelle1-0/+21
2015-05-10docs: update element example pipelinesTim-Philipp Müller1-2/+3
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-01-21Constify some static arrays everywhereSebastian Dröge2-7/+7
2015-01-19audioresample: Try to prevent endless loopingJan Alexander Steffens (heftig)1-0/+4
2014-10-07audioresample: remove unused variablesPeter G. Baum1-3/+0
2014-09-05audioresample: don't skip input samplesKipp Cannon1-2/+2
2014-04-22audioresample: Don't left-shift into the sign bit, instead use unsigned integersSebastian Dröge1-1/+1
2014-04-15audioresample: Fix up indentionSebastian Dröge2-41/+47
2014-04-15audioresample: Fix out of bounds memory accessesSebastian Dröge1-64/+113
2014-04-10audioresample: reject 0 denominator when creating resamplerVincent Penquerc'h1-0/+5
2014-01-20audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2Sebastian Dröge1-1/+1
2014-01-20audioresample: Fix build on x86 if emmintrin.h is available but can't be usedAntoine Jacoutot1-2/+2
2013-07-03audioresample: make explicit that neon is disabled and whyTim-Philipp Müller1-0/+2
2013-07-03audioresample: disable 16-bit integer NEON supportCarlos Rafael Giani1-1/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-25audioresample: Use auto sinc table mode by defaultSebastian Dröge1-1/+1
2012-10-25audioresample: added ARM NEON supportCarlos Rafael Giani5-4/+244
2012-10-25audioresample: changed inner_product_single semanticsCarlos Rafael Giani3-2/+7
2012-10-25audioresample: sinc filter performance improvementsCarlos Rafael Giani5-19/+222
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-09-18audioresample: mark semi-unused variableMark Nauwelaerts1-1/+1
2012-05-24Fix bug where debug category was declared inside a functionSebastian Rasmussen1-1/+3
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-11fix for caps API changesWim Taymans1-1/+2
2012-02-23audioresample: remove transform lockWim Taymans1-2/+1
2012-02-22update for new fixate_caps functionWim Taymans1-3/+5
2012-01-25port to new map APIWim Taymans1-23/+26
2012-01-06audioresample: fix debug message format specifierMark Nauwelaerts1-2/+2
2012-01-05gst: Add new layout field to the raw audio capsSebastian Dröge1-2/+4
2012-01-02audioresample: truncate in fixationWim Taymans1-0/+1