Age | Commit message (Expand) | Author | Files | Lines |
2015-09-06 | Clean up unused local variable 'i965' | Lim Siew Hoon | 1 | -1/+0 |
2015-09-06 | Fix suspiciously placed semicolon at if statement. | Lim Siew Hoon | 1 | -2/+2 |
2014-09-02 | H264_Encoding: Fix the incorrect Qp setting under CBR when slice_header is pa... | Zhao Yakui | 1 | -4/+13 |
2014-06-16 | H264_encoding: Don't update the slice qp for CBR mode when finding packed sli... | Zhao, Yakui | 1 | -2/+4 |
2014-06-16 | H264_Encoding: Add the support of packed slice header to be flexible | Zhao, Yakui | 1 | -28/+0 |
2014-06-16 | H264_encoding: Add the support of inserting the packed raw data passed from user | Zhao, Yakui | 1 | -0/+4 |
2014-06-16 | Check the pointer against NULL | Xiang, Haihao | 1 | -0/+3 |
2014-02-27 | Avoid the duplicated macro-definition of surface size | Zhao Yakui | 1 | -0/+4 |
2013-12-03 | H.264: Support Constrained Baseline profile instead of Baseline profile | Xiang, Haihao | 1 | -1/+1 |
2013-11-13 | Encoding reuses aux_batchbuffer instead of allocating another new buffer | Zhao Yakui | 1 | -2/+8 |
2013-11-13 | Calculate the required space of batch buffer to avoid buffer overflow in enco... | Zhao Yakui | 1 | -1/+6 |
2013-11-13 | Follow the input Picture/Slice parameters to generate slice header/data | Xiang, Haihao | 1 | -11/+21 |
2013-11-13 | Pass the reference frame index in List0/1 into the PAK command | Xiang, Haihao | 1 | -7/+14 |
2013-11-13 | Indent the code of encoding | Xiang, Haihao | 1 | -2/+2 |
2013-09-06 | Use the right wight/height to initialize the internal buffers for MPEG-2 enco... | Xiang, Haihao | 1 | -3/+15 |
2013-05-09 | PAK encoding uses the reference list parsed from slice_param instead of hacke... | Zhao Yakui | 1 | -1/+1 |
2013-05-09 | Unify the AVC ref frame index setting on Snb/Ivy/HSW | Zhao Yakui | 1 | -26/+1 |
2013-04-03 | Merge branch 'master' into staging | Xiang, Haihao | 1 | -0/+1 |
2013-03-15 | Silence a bunch of warnings | Xiang, Haihao | 1 | -42/+0 |
2013-03-15 | Avoid potential buffer overflow issue | Xiang, Haihao | 1 | -20/+13 |
2013-01-17 | Refine mpeg2 mfc pipeline code | Li Xiaowei | 1 | -756/+12 |
2013-01-17 | Add the bidirectional MVP to optimize the VME parameter on Ivb | Zhao Yakui | 1 | -1/+3 |
2013-01-17 | Packing the Intra macroblock in P/B slice for MPEG2 | Li Xiaowei | 1 | -17/+34 |
2013-01-17 | Add MPEG2 MFC pipeline for IVB | Li Xiaowei | 1 | -1/+771 |
2012-11-01 | Warning fixes | Xiang, Haihao | 1 | -63/+0 |
2012-11-01 | Encoding: use a separated command buffer | Xiang, Haihao | 1 | -3/+26 |
2012-11-01 | Encoding: modify function to fill command into a specified batch buffer | Xiang, Haihao | 1 | -70/+142 |
2012-10-31 | Remove the hard coded value to suppor the 4Kx4K encoding | Zhao Yakui | 1 | -5/+10 |
2012-10-31 | Allow to create batchbuffer based on the expected buffer size | Zhao Yakui | 1 | -2/+2 |
2012-10-31 | Remove the dup code of XXX_mfc_avc_prepare | Zhao Yakui | 1 | -155/+1 |
2012-10-31 | Remove the hard coded value to suppor the 4Kx4K encoding | Zhao Yakui | 1 | -10/+23 |
2012-10-31 | Unify the XXX_free_avc_surface for media encoding/decoding | Zhao Yakui | 1 | -27/+12 |
2012-10-23 | Use the common API to write avc SPS/PPS/SEI info on SNB/IVY/HSW | Zhao Yakui | 1 | -78/+2 |
2012-10-23 | Add the common BRC API to avoid the duplicated code | Zhao Yakui | 1 | -326/+4 |
2012-10-23 | Add the separated files for media encoder on haswell | Zhao Yakui | 1 | -37/+0 |
2012-06-11 | silence compiler warning | Xiang, Haihao | 1 | -2/+1 |
2012-06-11 | Fix slice delta for CBR mode | Xiang, Haihao | 1 | -2/+2 |
2012-06-11 | New BRC algorithm to match HRD | Rogozhkin, Dmitry V | 1 | -77/+290 |
2012-06-07 | Fix coded buffer size calculating for CBR mode | Xiang, Haihao | 1 | -39/+27 |
2012-06-07 | Fix QP setting for CBR mode | Xiang, Haihao | 1 | -0/+22 |
2012-05-31 | Accept packed misc data package such as SEI data | Xiang, Haihao | 1 | -45/+27 |
2012-05-30 | Fix weight denom for implicit weight tables on SNB for encoding | Xiang, Haihao | 1 | -1/+12 |
2012-04-25 | Support mixed mode for VME | Xiang, Haihao | 1 | -1/+6 |
2012-04-25 | Fix the filling of MFC batchbuffer for software path | Xiang, Haihao | 1 | -24/+14 |
2012-04-23 | Added workaroud for CBR support in IVB. | Zhou Chang | 1 | -0/+18 |
2012-04-19 | Remove hard-coded code. | Xiang, Haihao | 1 | -12/+61 |
2012-04-06 | Change to none-block in CBR mode | Zhou Chang | 1 | -1/+1 |
2012-04-06 | Added interlace mode check, just a workaround. | Zhou Chang | 1 | -2/+31 |
2012-04-06 | Expand the VME output buffer for Inter frame | Xiang, Haihao | 1 | -4/+4 |
2012-03-16 | Fix compiler error after merge | Xiang, Haihao | 1 | -2/+2 |