[x264-devel] Drop the x264 prefix from static functions and variables

Vittorio Giovara git at videolan.org
Mon Dec 25 20:39:41 CET 2017


x264 | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Jan 27 11:58:33 2017 +0100| [8f2437d33301faaf0e2fcaff16e2b01e9bbe27ae] | committer: Anton Mitrofanov

Drop the x264 prefix from static functions and variables

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=8f2437d33301faaf0e2fcaff16e2b01e9bbe27ae
---

 common/aarch64/mc-c.c  |  38 ++--
 common/arm/mc-c.c      |  38 ++--
 common/bitstream.c     |   4 +-
 common/cabac.c         |  20 +-
 common/common.c        |  36 +--
 common/deblock.c       |   4 +-
 common/frame.c         |  10 +-
 common/macroblock.c    | 116 +++++-----
 common/mc.c            |  33 +--
 common/mc.h            |  20 +-
 common/mips/mc-c.c     | 605 ++++++++++++++++++++-----------------------------
 common/mvpred.c        |  18 +-
 common/opencl.c        |  30 +--
 common/osdep.c         |   8 +-
 common/pixel.c         | 154 ++++++-------
 common/ppc/mc.c        |  72 +++---
 common/ppc/pixel.c     |  28 +--
 common/predict.c       | 112 ++++-----
 common/quant.c         |  50 ++--
 common/rectangle.c     |  16 +-
 common/set.c           |  18 +-
 common/threadpool.c    |  12 +-
 common/win32thread.c   |   4 +-
 common/x86/mc-c.c      |  88 +++----
 common/x86/predict-c.c |  52 ++---
 encoder/analyse.c      | 348 ++++++++++++++--------------
 encoder/cabac.c        | 312 ++++++++++++-------------
 encoder/cavlc.c        | 130 +++++------
 encoder/encoder.c      | 312 ++++++++++++-------------
 encoder/lookahead.c    |  32 +--
 encoder/macroblock.c   |  50 ++--
 encoder/me.c           |  10 +-
 encoder/ratecontrol.c  |  36 +--
 encoder/rdo.c          |  54 ++---
 encoder/slicetype-cl.c |  26 +--
 encoder/slicetype.c    | 184 +++++++--------
 filters/video/resize.c |   4 +-
 input/avs.c            |   4 +-
 input/input.c          |   8 +-
 tools/checkasm.c       |  18 +-
 40 files changed, 1501 insertions(+), 1613 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=8f2437d33301faaf0e2fcaff16e2b01e9bbe27ae


More information about the x264-devel mailing list