summaryrefslogtreecommitdiff
path: root/gst/audioresample
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2-3/+3
2011-12-02various: typo fixesPiotr Fusik2-4/+4
2011-11-28Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-4/+0
2011-11-28audioresample: Don't emit DISCONT buffers if no discontinuity happenedKipp Cannon1-4/+0
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-11-16add parent to query functionWim Taymans1-31/+27
2011-11-09remove query typesWim Taymans1-14/+0
2011-09-06audio: change audio format syntax a littleWim Taymans1-2/+2
2011-08-18Merge branch 'master' into 0.11Wim Taymans1-0/+2
2011-08-18audio: rework audio caps.Wim Taymans3-136/+72
2011-08-18audioresample: fix build without orcVincent Penquerc'h1-0/+2
2011-08-17audioresample: fix after mergeWim Taymans1-35/+0
2011-08-16Merge branch 'master' into 0.11Wim Taymans5-25/+193
2011-08-12audioresample: fix quality setting being ignored by the resampler stateVincent Penquerc'h1-16/+17
2011-08-12audioresample: use SSE/SSE2 when possibleVincent Penquerc'h4-9/+97
2011-08-12audioresample: fix SSE2 building with double precisionVincent Penquerc'h1-0/+48
2011-08-10Fix debug statementsJosep Torra1-7/+8
2011-07-22audioresample: fix for event handler changeWim Taymans1-5/+5
2011-06-13Merge branch 'master' into 0.11Wim Taymans1-6/+2
2011-06-10convert M_PI to G_PI, for msvcDavid Schleef1-6/+2
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-1/+0
2011-06-08GST_PLUGINS_BASE_LIBS is not defined in -base.Tim-Philipp Müller1-1/+0
2011-05-27audioresample: Optimize transform_caps()Sebastian Dröge1-6/+12
2011-05-27gst: Update for the GstBaseTransform::transform_caps() changesSebastian Dröge1-18/+22
2011-05-17Revert "-base_port to new query API"Sebastian Dröge1-5/+5
2011-05-16audioresample: Update for negotiation related API changesSebastian Dröge1-2/+11
2011-05-16-base: port to new SEGMENT APIWim Taymans1-1/+1
2011-05-10-base_port to new query APIWim Taymans1-5/+5
2011-05-09-base: don't use buffer capsWim Taymans1-2/+0
2011-04-29remove buffer_allocWim Taymans1-9/+3
2011-04-25Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-04-24audioresample: fix unused-but-set-variable warnings with gcc 4.6Marc Plano-Lesay1-1/+1
2011-04-19audioresample: Remove filter-length property, it only existed for backward co...Sebastian Dröge1-89/+1
2011-04-19gst: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-20/+14
2011-04-11Merge branch 'master' into 0.11Wim Taymans2-1/+18
2011-04-11android: make it ready for androgenizerAlessandro Decina1-0/+13
2011-04-08audioresample: Make src query MT-safeHavard Graff1-1/+5
2011-04-06Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-04-06audioresample: minor simplificationMark Nauwelaerts1-1/+1