[vlc-devel] [PATCH 0/2] 10-bit h264 encoding alongside normal libx264

Ilkka Ollakka ileoo at videolan.org
Tue Feb 21 11:43:09 CET 2012


Patch adds hack to contribs for compiling static libx264 in 10-bit encoding under a name libx26410b.
Second patch adds x26410b named encoding module to produce 10-bit encodes (and only 10-bit).

These allow to have 8-bit and 10-bit x264 libraries in use at the same time. Not sure if this is the
best way to archive this functionality so comments are welcome.

Ilkka Ollakka (2):
  x264.c: add x26410b-module for 10-bit encoding alongside normal
    8-bit, supports only static linking
  x264 10-bit version into contribs

 configure.ac                  |   56 +++++++++++++++++++++++++++++++++++++++-
 contrib/src/x26410b/rules.mak |   54 +++++++++++++++++++++++++++++++++++++++
 modules/codec/Modules.am      |    1 +
 modules/codec/x264.c          |   37 +++++++++++++++++++++++++-
 4 files changed, 144 insertions(+), 4 deletions(-)
 create mode 100644 contrib/src/x26410b/rules.mak

-- 
1.7.9




More information about the vlc-devel mailing list