Add initial JPEG decoding API.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 13 Apr 2012 14:20:35 +0000 (16:20 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 24 Apr 2012 17:24:05 +0000 (19:24 +0200)
commit336a563eb13b68b6db6ebf6a19ee9c9e8bc7db1c
treebd9e7418e1df9200088d99342fce3c0ba080ec78
parentd4bc71a4334b98ad29f46f0bea6bc46f11f6fedb
Add initial JPEG decoding API.

This is work-in-progress API subject to changes. In particular, this
API is only suitable to Baseline profile. Huffman and quantization
tables also need to be refined.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/Makefile.am
va/va.h
va/va_dec_jpeg.h [new file with mode: 0644]