[FFmpeg-devel] [PATCH 0/2] P016 Pixel Format v2

Philip Langdale philipl at overt.org
Tue Nov 22 05:21:29 EET 2016


It's pretty much P010 with the low 6 bits explicitly allowed to contain
data. I did not attempt to implement any fast path conversion for P010.
Someone could obviously add that if desired.

Updated to bump minor version

Philip Langdale (2):
  avutil: add P016 pixel format
  swscale: add P016 input support

 libavutil/pixdesc.c | 24 ++++++++++++++++++++++++
 libavutil/pixfmt.h  |  4 ++++
 libavutil/version.h |  2 +-
 libswscale/input.c  | 32 ++++++++++++++++++++++++++++++++
 libswscale/utils.c  |  2 ++
 5 files changed, 63 insertions(+), 1 deletion(-)

-- 
2.9.3


More information about the ffmpeg-devel mailing list