summaryrefslogtreecommitdiff
path: root/src/gen6_mfc.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up unused local variable 'i965'Lim Siew Hoon2015-09-061-1/+0
* Fix suspiciously placed semicolon at if statement.Lim Siew Hoon2015-09-061-2/+2
* H264_Encoding: Fix the incorrect Qp setting under CBR when slice_header is pa...Zhao Yakui2014-09-021-4/+13
* H264_encoding: Don't update the slice qp for CBR mode when finding packed sli...Zhao, Yakui2014-06-161-2/+4
* H264_Encoding: Add the support of packed slice header to be flexibleZhao, Yakui2014-06-161-28/+0
* H264_encoding: Add the support of inserting the packed raw data passed from userZhao, Yakui2014-06-161-0/+4
* Check the pointer against NULLXiang, Haihao2014-06-161-0/+3
* Avoid the duplicated macro-definition of surface sizeZhao Yakui2014-02-271-0/+4
* H.264: Support Constrained Baseline profile instead of Baseline profileXiang, Haihao2013-12-031-1/+1
* Encoding reuses aux_batchbuffer instead of allocating another new bufferZhao Yakui2013-11-131-2/+8
* Calculate the required space of batch buffer to avoid buffer overflow in enco...Zhao Yakui2013-11-131-1/+6
* Follow the input Picture/Slice parameters to generate slice header/dataXiang, Haihao2013-11-131-11/+21
* Pass the reference frame index in List0/1 into the PAK commandXiang, Haihao2013-11-131-7/+14
* Indent the code of encodingXiang, Haihao2013-11-131-2/+2
* Use the right wight/height to initialize the internal buffers for MPEG-2 enco...Xiang, Haihao2013-09-061-3/+15
* PAK encoding uses the reference list parsed from slice_param instead of hacke...Zhao Yakui2013-05-091-1/+1
* Unify the AVC ref frame index setting on Snb/Ivy/HSWZhao Yakui2013-05-091-26/+1
* Merge branch 'master' into stagingXiang, Haihao2013-04-031-0/+1
|\
| * Warning fixesXiang, Haihao2012-11-011-63/+0
| * Encoding: use a separated command bufferXiang, Haihao2012-11-011-3/+26
| * Encoding: modify function to fill command into a specified batch bufferXiang, Haihao2012-11-011-70/+142
| * Remove the hard coded value to suppor the 4Kx4K encodingZhao Yakui2012-10-311-5/+10
* | Silence a bunch of warningsXiang, Haihao2013-03-151-42/+0
* | Avoid potential buffer overflow issueXiang, Haihao2013-03-151-20/+13
* | Refine mpeg2 mfc pipeline codeLi Xiaowei2013-01-171-756/+12
* | Add the bidirectional MVP to optimize the VME parameter on IvbZhao Yakui2013-01-171-1/+3
* | Packing the Intra macroblock in P/B slice for MPEG2Li Xiaowei2013-01-171-17/+34
* | Add MPEG2 MFC pipeline for IVBLi Xiaowei2013-01-171-1/+771
* | Allow to create batchbuffer based on the expected buffer sizeZhao Yakui2012-10-311-2/+2
* | Remove the dup code of XXX_mfc_avc_prepareZhao Yakui2012-10-311-155/+1
* | Remove the hard coded value to suppor the 4Kx4K encodingZhao Yakui2012-10-311-10/+23
* | Unify the XXX_free_avc_surface for media encoding/decodingZhao Yakui2012-10-311-27/+12
* | Use the common API to write avc SPS/PPS/SEI info on SNB/IVY/HSWZhao Yakui2012-10-231-78/+2
* | Add the common BRC API to avoid the duplicated codeZhao Yakui2012-10-231-326/+4
* | Add the separated files for media encoder on haswellZhao Yakui2012-10-231-37/+0
* | silence compiler warningXiang, Haihao2012-06-111-2/+1
* | Fix slice delta for CBR modeXiang, Haihao2012-06-111-2/+2
* | New BRC algorithm to match HRDRogozhkin, Dmitry V2012-06-111-77/+290
* | Fix coded buffer size calculating for CBR modeXiang, Haihao2012-06-071-39/+27
* | Fix QP setting for CBR modeXiang, Haihao2012-06-071-0/+22
* | Accept packed misc data package such as SEI dataXiang, Haihao2012-05-311-45/+27
* | Fix weight denom for implicit weight tables on SNB for encodingXiang, Haihao2012-05-301-1/+12
* | Support mixed mode for VMEXiang, Haihao2012-04-251-1/+6
* | Fix the filling of MFC batchbuffer for software pathXiang, Haihao2012-04-251-24/+14
* | Added workaroud for CBR support in IVB.Zhou Chang2012-04-231-0/+18
* | Remove hard-coded code.Xiang, Haihao2012-04-191-12/+61
* | Change to none-block in CBR modeZhou Chang2012-04-061-1/+1
* | Added interlace mode check, just a workaround.Zhou Chang2012-04-061-2/+31
* | Expand the VME output buffer for Inter frameXiang, Haihao2012-04-061-4/+4
* | Fix compiler error after mergeXiang, Haihao2012-03-161-2/+2