summaryrefslogtreecommitdiff
path: root/src/i965_media_mpeg2.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the coding style in the driverXiang, Haihao2017-04-071-2/+1
| | | | | | | | | | | | | | | Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* mpeg2: fix incorrect slice_vertical_position from codec layers.Gwenole Beauchesne2012-03-291-0/+1
| | | | | | | | | | | | | | | | Correctly emit slice_vertical_position, as per the definition from the bitstream, to the HW decoder (MFD_MPEG2_BSD_OBJECT). Add workaround for players that have not fixed their usage of slice_vertical_position. That field shall represent the slice vertical position as it comes from the bitstream. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> (cherry picked from commit 298dc939835e3080c9330b4e52e8dfac25bf3060) Conflicts: NEWS
* Make MPEG-2 QM state live until the next change from application.Gwenole Beauchesne2011-09-141-0/+1
| | | | | | | | | | | | | | | | | | | Hi, This patch fixes MPEG-2 decoding when VAIQMatrixBufferMPEG2 is not submitted for each frame. i.e. the quantization matrices shall be live until the next change from the application. Tested on CTG & SNB only with GStreamer. I will push the patch to master if the IVB hunk is OK. It should since it's the same as gen6 code. :) Note: similar changes may be necessary for other codecs but I will submit them as I test them on my system. Regards, Gwenole.
* Moved files around.Gwenole Beauchesne2011-08-221-0/+51