[FFmpeg-devel] [PATCH 00/10] avcodec: Properly namespace all nonstatic symbols

Timothy Gu timothygu99 at gmail.com
Sat Aug 22 03:21:33 CEST 2015


Timothy Gu (10):
  aacenc_is: Make calc_is_encoding_err static
  aacenc: Add missing ff_ prefixes
  aacenc: Harmonize multiple inclusion guards
  aacenctab: Add missing ff_ prefixes
  aacenctab: Use FF_ARRAY_ELEMS
  aacdec_fixed: Make exp2tab static const
  aacsbr_fixed: Make fixed_{exp,log}_table static const
  vp9dsp: Add missing ff_ prefixes
  fmtconvert: Remove float_interleave*
  ffv1: Add missing ff_ prefixes

 libavcodec/aaccoder.c            | 64 ++++++++++++++++++++--------------------
 libavcodec/aacdec_fixed.c        |  2 +-
 libavcodec/aacenc.c              |  6 ++--
 libavcodec/aacenc_is.c           | 12 ++++++--
 libavcodec/aacenc_is.h           | 19 +++---------
 libavcodec/aacenc_pred.c         | 10 +++----
 libavcodec/aacenc_pred.h         | 10 +++----
 libavcodec/aacenc_quantization.h |  5 ++++
 libavcodec/aacenc_tns.c          |  4 +--
 libavcodec/aacenc_tns.h          |  4 +--
 libavcodec/aacenctab.c           |  8 ++---
 libavcodec/aacenctab.h           |  8 ++---
 libavcodec/aacsbr_fixed.c        |  4 +--
 libavcodec/ffv1.c                | 16 +++++-----
 libavcodec/ffv1.h                | 14 ++++-----
 libavcodec/ffv1dec.c             | 16 +++++-----
 libavcodec/ffv1enc.c             | 14 ++++-----
 libavcodec/fmtconvert.c          | 31 -------------------
 libavcodec/fmtconvert.h          |  4 ---
 libavcodec/vp9dsp_template.c     | 24 +++++++--------
 20 files changed, 121 insertions(+), 154 deletions(-)

-- 
1.9.1



More information about the ffmpeg-devel mailing list