summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-48/+52
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* vl: seperate shader buffers from componentsChristian König2012-01-021-7/+8
* vl: call decode_bitstream only onceChristian König2011-12-261-2/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* g3dvl: Don't use SCALED types for iDCTChristian König2011-09-251-4/+4
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-1/+2
* vl: Fix include styleKai Wasserbäch2011-08-291-4/+4
* g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-08-261-3/+3
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-5/+3
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-261-77/+69
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+11
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-47/+224
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-261-218/+247
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-3/+5
* [g3dvl] don't upload all quant buffer layers at onceChristian König2011-07-131-2/+4
* [g3dvl] keep a pointer in idct buffer to idct objectChristian König2011-07-131-6/+7
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+1
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-50/+56
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-19/+26
* [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-15/+3
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-7/+14
* [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-4/+4
* [g3dvl] use a vertex element instead of the instance idChristian König2011-06-041-9/+12
* [g3dvl] respect maximum instruction for idct render targetsChristian König2011-06-011-3/+8
* [g3dvl] dynamical adjust blocks per lineChristian König2011-06-011-5/+4
* [g3dvl] move quantification into shadersChristian König2011-05-291-2/+21
* [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-291-7/+1
* [g3dvl] rework resource format handlingChristian König2011-05-221-131/+88
* [g3dvl] no need for seperate intermediate buffers any moreChristian König2011-05-151-97/+107
* [g3dvl] move alignment of buffers to mb size into contextChristian König2011-05-151-3/+0
* [g3dvl] move zscan into shadersChristian König2011-05-051-7/+20
* [g3dvl] divide mpg12 width height by 16Christian König2011-05-041-1/+3
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-0/+28
* [g3dvl] merge idct stage 2 and mc ycbcr stage into a single drawChristian König2011-04-251-38/+107
* [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-241-4/+1
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-22/+31
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-231-1/+1
* [g3dvl] cleanup error handlingChristian König2011-04-231-46/+79
* [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-231-150/+60
* [g3dvl] start implementing zscan and quantificationChristian König2011-04-231-104/+228
* [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-201-1/+22
* [g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6Christian König2011-04-191-14/+13
* [g3dvl] give each color component their own vertex bufferChristian König2011-04-171-16/+11
* [g3dvl] no need for seperate mv vertex states any moreChristian König2011-04-171-5/+3
* [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-22/+32
* [g3dvl] move blender state into idct codeChristian König2011-04-171-20/+0
* [g3dvl] make macroblock_size configurable in mcChristian König2011-04-161-2/+3