diff options
author | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2011-11-20 17:50:59 +0000 |
---|---|---|
committer | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2011-11-20 17:50:59 +0000 |
commit | e222d2ae0cda95578e84fd24e2fc15c86448816b (patch) | |
tree | d1326a15447b4f8b90980d8a69f8d114338f669d /ChangeLog | |
parent | 6e25176ed1ec608c4d8afd003b35d1a55ce3d2ec (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |