summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c>2011-11-20 17:50:59 +0000
committerjep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c>2011-11-20 17:50:59 +0000
commite222d2ae0cda95578e84fd24e2fc15c86448816b (patch)
treed1326a15447b4f8b90980d8a69f8d114338f669d /ChangeLog
parent6e25176ed1ec608c4d8afd003b35d1a55ce3d2ec (diff)
* src/Makefile.am:
* src/arm_vfp_synt.S: * src/mp3-c-synth.c: (mp3_dewindow_output), (mp3_SubBandSynthesis): Initial attempt to rewrite part of the subband synthesis in ARM/VFP assembly. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2208 2b0047a9-a6d8-0310-accf-f7200b2a168c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b49292..89e6a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-20 Josep Torra <josep@fluendo.com>
+
+ * src/Makefile.am:
+ * src/arm_vfp_synt.S:
+ * src/mp3-c-synth.c: (mp3_dewindow_output), (mp3_SubBandSynthesis):
+ Initial attempt to rewrite part of the subband synthesis in ARM/VFP
+ assembly.
+
2011-11-18 Josep Torra <josep@fluendo.com>
* src/mp3-c-synth.c: (mp3_dewindow_output), (mp3_SubBandSynthesis):