[x264-devel] commit: Finish support for high-depth video throughout x264 ( Oskar Arvidsson )

git at videolan.org git at videolan.org
Tue Sep 28 04:56:02 CEST 2010


x264 | branch: master | Oskar Arvidsson <oskar at irock.se> | Mon Sep 27 16:02:20 2010 +0200| [45700e9d8b2ae87acd2fb6dee87bd855ea6651f5] | committer: Jason Garrett-Glaser 

Finish support for high-depth video throughout x264
Add support for high depth input in libx264.
Add support for 16-bit colorspaces in the filtering system.
Add support for input bit depths in the interval [9,16] with the raw demuxer.
Add a depth filter to dither input to x264.

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

 Makefile                 |    2 +-
 common/common.c          |   17 ++--
 common/frame.c           |   14 +++
 common/mc.c              |   11 +--
 encoder/encoder.c        |    8 +-
 filters/video/crop.c     |    8 +-
 filters/video/depth.c    |  227 ++++++++++++++++++++++++++++++++++++++++++++++
 filters/video/internal.c |    1 +
 filters/video/resize.c   |   84 +++++++++++++----
 filters/video/video.c    |    1 +
 input/input.c            |   13 ++-
 input/input.h            |    7 +-
 input/raw.c              |   33 ++++++-
 x264.c                   |   21 ++++-
 x264.h                   |   14 +++-
 15 files changed, 404 insertions(+), 57 deletions(-)

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


More information about the x264-devel mailing list