On Tue, Jun 30, 2015 at 11:53:04AM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic <jovan.zelince...@imgtec.com> > > Add fixed point implementation of functions for generating tables > > Signed-off-by: Nedeljko Babic <nedeljko.ba...@imgtec.com> > --- > libavcodec/aac.h | 23 + > libavcodec/aacdectab.h | 34 +- > libavcodec/aactab.c | 486 > +++++++++++++++++++++ > libavcodec/aactab.h | 4 + > .../{cbrt_tablegen.c => cbrt_fixed_tablegen.c} | 3 + > libavcodec/cbrt_tablegen.c | 3 + > libavcodec/cbrt_tablegen.h | 17 +- > libavcodec/cbrt_tablegen_template.c | 2 +- > libavcodec/sinewin.c | 1 + > libavcodec/sinewin.h | 20 +- > libavcodec/{sinewin.c => sinewin_fixed.c} | 1 + > ...sinewin_tablegen.c => sinewin_fixed_tablegen.c} | 3 + > libavcodec/sinewin_tablegen.c | 3 + > libavcodec/sinewin_tablegen.h | 31 +- > libavcodec/sinewin_tablegen_template.c | 20 +- > libavcodec/tableprint.h | 2 + > 16 files changed, 618 insertions(+), 35 deletions(-) > copy libavcodec/{cbrt_tablegen.c => cbrt_fixed_tablegen.c} (94%) > copy libavcodec/{sinewin.c => sinewin_fixed.c} (97%) > copy libavcodec/{sinewin_tablegen.c => sinewin_fixed_tablegen.c} (93%)
applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel