Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | Fix the segfault while inserting packed slice header | Sreerenj Balachandran | 1 | -2/+2 |
2014-06-16 | H264_Encoding: Add the support of packed slice header to be flexible | Zhao, Yakui | 1 | -3/+58 |
2014-06-16 | H264_encoding: Add the support of inserting the packed raw data passed from user | Zhao, Yakui | 1 | -0/+47 |
2014-06-16 | H264_Encoding: Parse the packed header data from user to fix the hacked code ... | Zhao, Yakui | 1 | -3/+60 |
2014-06-16 | Encoding: Reinitialize CBR bit rate-control parameter to support switch of bi... | Zhao, Yakui | 1 | -2/+50 |
2014-05-26 | Simplify some macros | Xiang, Haihao | 1 | -1/+1 |
2014-04-23 | Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Use the right parameters to initialize bit rate context | Xiang, Haihao | 1 | -2/+2 |
2014-02-27 | Don't advertise CBR for MPEG-2 encoding | Xiang, Haihao | 1 | -0/+2 |
2013-11-13 | Fix the Reference Index Mapping Table L0/L1 | Xiang, Haihao | 1 | -5/+20 |
2013-11-13 | Pass the reference frame index in List0/1 into the PAK command | Xiang, Haihao | 1 | -2/+9 |
2013-11-13 | Select a reference frame from the reference list0/1 | Xiang, Haihao | 1 | -10/+66 |
2013-11-13 | Track the used reference surface | Xiang, Haihao | 1 | -37/+23 |
2013-11-13 | Clean up for setting up reference surface state | Xiang, Haihao | 1 | -0/+35 |
2013-11-13 | Check the reference surface id against VA_INVALID_SURFACE | Xiang, Haihao | 1 | -2/+2 |
2013-11-13 | Indent the code of encoding | Xiang, Haihao | 1 | -318/+318 |
2013-09-06 | Use the scoreboard/walker to assure MB dependency for MPEG2 encoding | Zhao Yakui | 1 | -0/+124 |
2013-09-06 | configure the dynamic VME MV/mode cost for MPEG2 encoding on Haswell | Zhao Yakui | 1 | -0/+42 |
2013-09-06 | Restrict the MV search range based on MPEG2 encoding LEVEL | Zhao Yakui | 1 | -0/+18 |
2013-09-06 | Rewrite inter-frame shader for MPEG2 encoding on HSW to follow MPEG2 spec | Zhao Yakui | 1 | -0/+15 |
2013-09-06 | Cleanup profile tracking in encoder | Xiang, Haihao | 1 | -1/+1 |
2013-09-06 | Rename the macros | Xiang, Haihao | 1 | -1/+1 |
2013-05-09 | PAK encoding uses the reference list parsed from slice_param instead of hacke... | Zhao Yakui | 1 | -4/+92 |
2013-05-09 | Unify the AVC ref frame index setting on Snb/Ivy/HSW | Zhao Yakui | 1 | -0/+25 |
2013-03-15 | Encoder: directly use the objects for the reference pictures | Xiang, Haihao | 1 | -8/+6 |
2013-03-15 | Encoder: directly use the objects for the reconstructed picture and coded buffer | Xiang, Haihao | 1 | -4/+2 |
2013-03-15 | Encoder: directly use the surface object of the input surface | Xiang, Haihao | 1 | -3/+1 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 1 | -4/+0 |
2013-03-15 | Avoid potential buffer overflow issue | Xiang, Haihao | 1 | -11/+25 |
2013-02-20 | add replacement for log2f when not available | Adrian Marius Negreanu | 1 | -0/+4 |
2013-01-23 | Fix the issue of GPU hang when encoding picture with one macroblock width | Zhao Yakui | 1 | -8/+9 |
2013-01-17 | Use the common scoreboard code on Ivy/Haswell to remove the duplicated code | Zhao Yakui | 1 | -0/+171 |
2013-01-17 | Backport the mode/mv cost table on Ivy | Zhao Yakui | 1 | -24/+0 |
2013-01-17 | Add the bidirectional MV prediction for B-frame on Haswell | Zhao Yakui | 1 | -2/+2 |
2012-12-14 | Internal flag for the coded buffer | Xiang, Haihao | 1 | -5/+4 |
2012-12-14 | rename I965_CODEDBUFFER_SIZE | Xiang, Haihao | 1 | -1/+1 |
2012-12-14 | Adjust the mode/mv cost for VME parameter based on QP for HSW | Zhao Yakui | 1 | -0/+206 |
2012-10-31 | Avoid the dup of gen_free_avc_surface during compile | Zhao Yakui | 1 | -4/+0 |
2012-10-31 | Remove the dup code of XXX_mfc_avc_prepare | Zhao Yakui | 1 | -1/+154 |
2012-10-23 | Add the default SEI info for CBR mode | Zhao Yakui | 1 | -0/+26 |
2012-10-23 | Use the common API to write avc SPS/PPS/SEI info on SNB/IVY/HSW | Zhao Yakui | 1 | -0/+76 |
2012-10-23 | Add the common BRC API to avoid the duplicated code | Zhao Yakui | 1 | -0/+388 |