[FFmpeg-devel] [PATCH 2/5] libavcodec: Implementation of AC3 fixed point decoder

Timothy Gu timothygu99 at gmail.com
Mon Jan 20 16:50:09 CET 2014


On Jan 20, 2014 6:51 AM, "Nedeljko Babic" <nedeljko.babic at imgtec.com> wrote:
>
> From: Nedeljko Babic <nbabic at mips.com>
>
> Signed-off-by: Nedeljko Babic <nbabic at mips.com>
> ---
>  libavcodec/Makefile       |   3 +-
>  libavcodec/ac3.h          |  44 +++++++++++
>  libavcodec/ac3dec.c       | 196
+++++++++++++++++++++++++---------------------
>  libavcodec/ac3dec.h       |  33 ++++----
>  libavcodec/ac3dec_fixed.c | 176 +++++++++++++++++++++++++++++++++++++++++
>  libavcodec/ac3dec_float.c |  89 +++++++++++++++++++++
>  libavcodec/ac3dsp.c       |  26 ++++++
>  libavcodec/ac3dsp.h       |   3 +
>  libavcodec/allcodecs.c    |   1 +
>  libavcodec/kbdwin.c       |  10 +++
>  libavcodec/kbdwin.h       |   1 +
>  libavcodec/version.h      |   2 +-
>  12 files changed, 477 insertions(+), 107 deletions(-)
>  create mode 100644 libavcodec/ac3dec_fixed.c
>  create mode 100644 libavcodec/ac3dec_float.c

Missing doc/general update

Timothy


More information about the ffmpeg-devel mailing list