[x264-devel] commit: Finish support for high-depth video throughout x264 ( Oskar Arvidsson )
git at videolan.org
git at videolan.org
Tue Sep 28 15:38:22 CEST 2010
x264 | branch: master | Oskar Arvidsson <oskar at irock.se> | Mon Sep 27 16:02:20 2010 +0200| [284b3149b88f08c6ca324de05a92882c37fb1a44] | 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=284b3149b88f08c6ca324de05a92882c37fb1a44
---
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=284b3149b88f08c6ca324de05a92882c37fb1a44
More information about the x264-devel
mailing list