[FFmpeg-devel] [PATCH 0/2] Remove unneeded add bias from 3 functions.

Justin Ruggles justin.ruggles
Thu Jan 27 22:48:55 CET 2011


This depends on previously-submitted patch:
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().

This patch does not include changes to the ARM versions of these
functions, and the Altivec version is untested.

Justin Ruggles (2):
  Remove unneeded add bias from 3 functions.
  cosmetics: indentation

 libavcodec/aacdec.c            |   20 +++---
 libavcodec/ac3dec.c            |    6 +-
 libavcodec/atrac1.c            |    2 +-
 libavcodec/dca.c               |    4 +-
 libavcodec/dcadsp.c            |    6 +-
 libavcodec/dcadsp.h            |    2 +-
 libavcodec/dsputil.c           |    6 +-
 libavcodec/dsputil.h           |    4 +-
 libavcodec/ppc/float_altivec.c |   14 +---
 libavcodec/synth_filter.c      |    6 +-
 libavcodec/synth_filter.h      |    2 +-
 libavcodec/twinvq.c            |    1 -
 libavcodec/vorbis_dec.c        |    6 +-
 libavcodec/wmaprodec.c         |    2 +-
 libavcodec/x86/dsputil_mmx.c   |  120 ++++++++++++++++++++--------------------
 15 files changed, 97 insertions(+), 104 deletions(-)




More information about the ffmpeg-devel mailing list