summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c>2012-05-15 09:16:17 +0000
committerjep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c>2012-05-15 09:16:17 +0000
commitb745bc4e3e9fd852d61e05d475d8df6b40aa019c (patch)
treeffc868fcb1265c7bc347b2f16d162c40e44fa5df /ChangeLog
parent4a3a1fbc25df62333e841620ec4f24f0e10d5a60 (diff)
* src/common.h:
* src/mp3-c-synth.c: (__CACHE_LINE_DECL_ALIGN), (MPG_DCT_8), (MPG_DCT_16), (MPG_DCT_32), (mp3_dewindow_output), (build_uvec), (mp3_SubBandSynthesis): * src/table-dewindow.h: Add several optimizations with arm NEON assembly. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2284 2b0047a9-a6d8-0310-accf-f7200b2a168c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc6ff4b..6a41138 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-05-15 Josep Torra <josep@fluendo.com>
+
+ * src/common.h:
+ * src/mp3-c-synth.c: (__CACHE_LINE_DECL_ALIGN), (MPG_DCT_8),
+ (MPG_DCT_16), (MPG_DCT_32), (mp3_dewindow_output), (build_uvec),
+ (mp3_SubBandSynthesis):
+ * src/table-dewindow.h:
+ Add several optimizations with arm NEON assembly.
+
2012-05-07 Release Maker <nomail@fluendo.com>
* configure.ac: Back to TRUNK.