summaryrefslogtreecommitdiff
path: root/src/gen6_mfc.c
Commit message (Expand)AuthorAgeFilesLines
* Don't compare an unsigned variable with 0Xiang, Haihao2018-03-141-1/+1
* Fix AUD insert issue in AVC encoder with GEN6/7.5/8.Jun Zhao2017-05-221-3/+4
* Unify the coding style in the driverXiang, Haihao2017-04-071-158/+157
* H.264 encoder: add a simple reactive VBR rate control modeMark Thompson2017-01-101-5/+5
* Update CBR algo for H.264 per tempolar layerXiang, Haihao2016-09-161-2/+2
* Use arrays to store BRC related parameters per temporal layerXiang, Haihao2016-09-161-4/+4
* Change the type of the 2nd parameter of intel_mfc_update_hrd()Xiang, Haihao2016-09-161-1/+1
* move QpPrimeY to another inner structure for H.264/VP8 BRCXiang, Haihao2016-09-161-2/+2
* scaling matrix of h264 encoder on gen7/gen7.5/gen8/gen9Jia Meng2016-08-151-4/+8
* encoding:use the qp per every macroblock on Ivy and haswellZhao Yakui2016-08-151-3/+12
* Encoding: Dynamically select one mechanism to construct encoding command buff...Zhao Yakui2016-08-151-8/+4
* 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