[FFmpeg-devel] [PATCH 01/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]
Michael Niedermayer
michaelni at gmx.at
Thu Jul 9 15:30:45 CEST 2015
On Tue, Jun 30, 2015 at 11:53:03AM +0200, Nedeljko Babic wrote:
> From: Jovan Zelincevic <jovan.zelincevic at imgtec.com>
>
> Move existing code to the new template files
>
> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
> ---
> libavcodec/aacdec.c | 3132 +-------------------
> libavcodec/{aacdec.c => aacdec_template.c} | 623 +---
> libavcodec/cbrt_tablegen.c | 16 -
> .../{cbrt_tablegen.c => cbrt_tablegen_template.c} | 0
> libavcodec/sinewin_tablegen.c | 25 -
> ...ewin_tablegen.c => sinewin_tablegen_template.c} | 0
> 6 files changed, 97 insertions(+), 3699 deletions(-)
> copy libavcodec/{aacdec.c => aacdec_template.c} (85%)
> copy libavcodec/{cbrt_tablegen.c => cbrt_tablegen_template.c} (100%)
> copy libavcodec/{sinewin_tablegen.c => sinewin_tablegen_template.c} (100%)
applied
btw, the diff would have had ~40% fewer added lines shown if done by
using git ... --patience
might make sense to use in the future
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150709/907e3f04/attachment.sig>
More information about the ffmpeg-devel
mailing list