]> git.sesse.net Git - x264/commit
Finish support for high-depth video throughout x264
authorOskar Arvidsson <oskar@irock.se>
Mon, 27 Sep 2010 14:02:20 +0000 (16:02 +0200)
committerFiona Glaser <fiona@x264.com>
Tue, 28 Sep 2010 13:36:49 +0000 (06:36 -0700)
commit0467589e35295c522bdae382e0e3b021deea9919
tree5e9cd5cc24106f7e9278391c72365b6d97be59b9
parentb6b8aea6baaac8284a61f5879ba94a26a3cd6156
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.
15 files changed:
Makefile
common/common.c
common/frame.c
common/mc.c
encoder/encoder.c
filters/video/crop.c
filters/video/depth.c [new file with mode: 0644]
filters/video/internal.c
filters/video/resize.c
filters/video/video.c
input/input.c
input/input.h
input/raw.c
x264.c
x264.h