[FFmpeg-devel] [PATCH 0/3] Clean-up for LOCAL_ALIGNED
Christophe Gisquet
christophe.gisquet at gmail.com
Sun Mar 15 08:48:16 CET 2015
The second patch is the most interesting, because it prevents incorrect
uses of LOCAL_ALIGNED that may have only caused warnings.
This patch is of course smaller because of the code duplication removal
of the first patch.
Christophe Gisquet (3):
lavc/lavu: remove LOCAL_ALIGNED_*
lavu: LOCAL_ALIGNED is for arrays
ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
configure | 8 ++----
libavcodec/aacps.c | 6 ++--
libavcodec/aacsbr.c | 6 ++--
libavcodec/ac3enc.c | 2 +-
libavcodec/ac3enc_template.c | 4 +--
libavcodec/bink.c | 10 +++----
libavcodec/dcadec.c | 2 +-
libavcodec/dnxhdenc.c | 2 +-
libavcodec/dvdec.c | 6 ++--
libavcodec/dvenc.c | 4 +--
libavcodec/imc.c | 2 +-
libavcodec/ituh263dec.c | 2 +-
libavcodec/me_cmp.c | 16 +++++------
libavcodec/mips/aacsbr_mips.c | 6 ++--
libavcodec/mpc7.c | 2 +-
libavcodec/mpegvideo_enc.c | 2 +-
libavcodec/mpegvideo_motion.c | 2 +-
libavcodec/ppc/h264dsp.c | 8 +++---
libavcodec/ppc/h264qpel.c | 50 +++++++++++++++++-----------------
libavcodec/ppc/mpegaudiodsp_altivec.c | 8 +++---
libavcodec/ppc/vp8dsp_altivec.c | 2 +-
libavcodec/proresdec2.c | 6 ++--
libavcodec/rv34.c | 4 +--
libavcodec/vp9.c | 4 +--
libavcodec/x86/hevcdsp_init.c | 4 +--
libavcodec/x86/mpegaudiodsp.c | 10 +++----
libavcodec/x86/mpegvideoenc_template.c | 2 +-
libavcodec/x86/simple_idct.c | 2 +-
libavcodec/x86/vp9dsp_init.c | 2 +-
libavutil/internal.h | 20 ++------------
30 files changed, 94 insertions(+), 110 deletions(-)
--
1.9.2.msysgit.0
More information about the ffmpeg-devel
mailing list