summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* VPP: check the backing store bufferXiang, Haihao2013-03-1514-292/+368
* Render: directly use the backing store bufferXiang, Haihao2013-03-153-73/+65
* Decoder: use surface object for the workaroundXiang, Haihao2013-03-153-7/+10
* Decoder: directly use surface object for decodingXiang, Haihao2013-03-159-720/+361
* Decoder: Verify picture parameter before set up pipeline for decodingXiang, Haihao2013-03-152-2/+140
* Decoder: check whether the surface for decoding output is validXiang, Haihao2013-03-1511-82/+164
* Encoder: directly use the objects for the reference picturesXiang, Haihao2013-03-158-59/+96
* Encoder: directly use the objects for the reconstructed picture and coded bufferXiang, Haihao2013-03-155-13/+15
* Encoder: check whether the coded buffer and reconstructed surface are validXiang, Haihao2013-03-151-1/+96
* Encoder: unify the initialization of the contextXiang, Haihao2013-03-151-64/+17
* Encoder: directly use the surface object of the input surfaceXiang, Haihao2013-03-158-22/+30
* Return the status when running the pipelineXiang, Haihao2013-03-159-14/+25
* Silence a bunch of warningsXiang, Haihao2013-03-1517-90/+52
* Avoid potential buffer overflow issueXiang, Haihao2013-03-157-54/+57
* Release resource if failed to initialize display attributesXiang, Haihao2013-03-151-14/+19
* Fix the initilization path and the termination path in reverseXiang, Haihao2013-03-157-162/+228
* Fix object_heap_init() & object_heap_destroy()Xiang, Haihao2013-03-151-15/+29
* Issue memory fence message to assure memory ordering on Ivb/HswZhao Yakui2013-03-1311-22/+107
* Fix H264 YUV400 surface render issue on IVBLi Xiaowei2013-03-121-0/+11
* Update PCI IDs for Haswell CRWXiang, Haihao2013-03-041-9/+9
* Update the size of DMV buffer for H.264 decoding on IVBXiang, Haihao2013-02-221-2/+2
* Don't have flag register f2, use f1 insteadXiang, Haihao2013-02-227-13/+19
* gen6: MPEG2 is not supported by gen6 pipelineAdrian Marius Negreanu2013-02-201-1/+1
* add replacement for log2f when not availableAdrian Marius Negreanu2013-02-201-0/+4
* intel-driver, android: update src/Android.mkAdrian Marius Negreanu2013-02-201-0/+9
* Update the binding table index on IVBXiang, Haihao2013-02-051-1/+1
* Correct the mv offset for mpeg2 encoding on HSWstaging-20130205Li Xiaowei2013-01-301-5/+5
* Fix the issue of GPU hang when encoding picture with one macroblock widthZhao Yakui2013-01-2310-38/+66
* Enlarge deblocking filter row store for VC-1 decodingXiang, Haihao2013-01-233-3/+3
* Refine mpeg2 mfc pipeline codeLi Xiaowei2013-01-172-757/+799
* apply new mv offset for mpeg2 encoding on HSWLi Xiaowei2013-01-171-11/+5
* Use the common scoreboard code on Ivy/Haswell to remove the duplicated codeZhao Yakui2013-01-174-341/+191
* Keep the old indent style in file of gen7_vme/gen75_vmeZhao Yakui2013-01-172-51/+51
* Fix one error of calculating VME parameter for inter-frame on HaswellZhao Yakui2013-01-175-14/+14
* Update the binary code for MPEG2 VME on haswellZhao Yakui2013-01-171-18/+160
* Remove the intermedia file of mpeg2_inter_frame_haswell.gen75.asmYakui Zhao2013-01-171-444/+0
* Add the bidirectional MVP to optimize the VME parameter on IvbZhao Yakui2013-01-177-23/+1168
* Use the scoreboard for AVC encoding on IvyZhao Yakui2013-01-171-1/+187
* Backport the mode/mv cost table on IvyZhao Yakui2013-01-173-26/+82
* Add the VME shader for Ivy that supports MVPZhao Yakui2013-01-179-33/+1393
* Add the separated encoding files for IvyZhao Yakui2013-01-174-1/+967
* Remove the intermediate file of mpeg2_inter_frame.gen7.asm as it is generated...Yakui Zhao2013-01-171-271/+0
* Fix one compiling warning of floor implicit definitionZhao Yakui2013-01-171-1/+2
* Fix the error of reading neighbour macroblock pixels during VME prediction on...Zhao Yakui2013-01-174-3/+34
* VPP: Support multi filters for vebox pipelineLi Xiaowei2013-01-173-37/+54
* VEBOX: clean supported fourcc format in VPP pipelineLi Xiaowei2013-01-171-9/+11
* VEBOX: update filters info for every frame processingLi Xiaowei2013-01-171-36/+27
* VEBOX: support multi color balance params in one filterLi Xiaowei2013-01-172-14/+20
* Adjust the reference window based on MVP prediction to optimize VME param on ...Zhao Yakui2013-01-175-10/+57
* Add the bidirectional MV prediction for B-frame on HaswellZhao Yakui2013-01-178-15/+1299