Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | [g3dvl] fix field selection of mb without mc | Christian König | 2011-05-08 | 1 | -18/+23 | |
| * | | | | | | | [g3dvl] memcpy the DCT buffer instead of writing it directly | Christian König | 2011-05-07 | 1 | -2/+6 | |
| * | | | | | | | [g3dvl] rgba surfaces are clearing if the alpha channel is one | Christian König | 2011-05-07 | 1 | -1/+1 | |
| * | | | | | | | [g3dvl] using reciprocals for size calc is sometimes not precise enough | Christian König | 2011-05-07 | 1 | -9/+9 | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into pipe-video | Christian König | 2011-05-07 | 14 | -46/+589 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [g3dvl] move zscan into shaders | Christian König | 2011-05-05 | 5 | -130/+131 | |
| * | | | | | | | | [g3dvl] remove quantizer_scale from picture structure | Christian König | 2011-05-04 | 1 | -34/+36 | |
| * | | | | | | | | [g3dvl] remove dc_dct_pred from picture structure | Christian König | 2011-05-04 | 1 | -15/+16 | |
| * | | | | | | | | [g3dvl] divide mpg12 width height by 16 | Christian König | 2011-05-04 | 2 | -12/+11 | |
| * | | | | | | | | [g3dvl] remove the dubble zscan from the mpg12 decoder | Christian König | 2011-05-04 | 1 | -57/+25 | |
| * | | | | | | | | [g3dvl] remove the unused bitstream parser components | Christian König | 2011-05-04 | 3 | -278/+2 | |
| * | | | | | | | | [g3dvl] Implement MPEG2 VLD | Christian König | 2011-05-04 | 6 | -0/+2190 | |
| * | | | | | | | | [g3dvl] make clear color configureable | Christian König | 2011-04-27 | 2 | -2/+18 | |
| * | | | | | | | | [g3dvl] make reset_dirty_area a public interface | Christian König | 2011-04-27 | 1 | -0/+1 | |
| * | | | | | | | | [g3dvl] implement clearing of dirty destination surface areas | Christian König | 2011-04-27 | 2 | -13/+75 | |
| * | | | | | | | | [g3dvl] move compositor src and dst normalisation into layer setting | Christian König | 2011-04-27 | 2 | -41/+64 | |
| * | | | | | | | | [g3dvl] fix setting width, height and chroma format in video buffer | Christian König | 2011-04-27 | 1 | -0/+3 | |
| * | | | | | | | | [g3dvl] fix a couple of bugs around paletted subpictures | Christian König | 2011-04-27 | 2 | -16/+34 | |
| * | | | | | | | | [g3dvl] merge idct stage 2 and mc ycbcr stage into a single draw | Christian König | 2011-04-25 | 6 | -258/+344 | |
| * | | | | | | | | [g3dvl] rework fence handling and add r600g workaround | Christian König | 2011-04-24 | 1 | -4/+1 | |
| * | | | | | | | | [g3dvl] start supporting different render target formats | Christian König | 2011-04-24 | 7 | -102/+173 | |
| * | | | | | | | | [g3dvl] remove resource_format workaround | Christian König | 2011-04-24 | 1 | -1/+6 | |
| * | | | | | | | | Merge remote branch 'origin/master' into pipe-video | Christian König | 2011-04-23 | 38 | -173/+575 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [g3dvl] cleanup error handling | Christian König | 2011-04-23 | 3 | -48/+95 | |
| * | | | | | | | | | [g3dvl] make ycbcr stream and block data a public interface | Christian König | 2011-04-23 | 4 | -198/+70 | |
| * | | | | | | | | | [g3dvl] start implementing zscan and quantification | Christian König | 2011-04-23 | 7 | -111/+849 | |
| * | | | | | | | | | [g3dvl] make motion vector buffers a public interface | Christian König | 2011-04-20 | 4 | -43/+43 | |
| * | | | | | | | | | [g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6 | Christian König | 2011-04-19 | 6 | -355/+252 | |
| * | | | | | | | | | [g3dvl] give each color component their own vertex buffer | Christian König | 2011-04-17 | 4 | -73/+91 | |
| * | | | | | | | | | [g3dvl] no need for seperate mv vertex states any more | Christian König | 2011-04-17 | 4 | -8/+6 | |
| * | | | | | | | | | [g3dvl] give mv their own vertex buffer back | Christian König | 2011-04-17 | 8 | -134/+229 | |
| * | | | | | | | | | [g3dvl] move blender state into idct code | Christian König | 2011-04-17 | 4 | -22/+27 | |
| * | | | | | | | | | [g3dvl] rename vl_mpeg12_mc_renderer into vl_mc | Christian König | 2011-04-17 | 4 | -37/+37 | |
| * | | | | | | | | | [g3dvl] move top/bottom field selection into mc code | Christian König | 2011-04-17 | 2 | -25/+46 | |
| * | | | | | | | | | [g3dvl] make macroblock_size configurable in mc | Christian König | 2011-04-16 | 3 | -20/+27 | |
| * | | | | | | | | | [g3dvl] remove dummy sampler from mc | Christian König | 2011-04-16 | 2 | -34/+0 | |
| * | | | | | | | | | [g3dvl] move mc fb and viewport handling into buffer object | Christian König | 2011-04-16 | 3 | -41/+58 | |
| * | | | | | | | | | [g3dvl] back to seperate mc for y and c planes | Christian König | 2011-04-16 | 2 | -10/+19 | |
| * | | | | | | | | | [g3dvl] give mc and ycbcr stage its own vertex element state | Christian König | 2011-04-15 | 3 | -8/+32 | |
| * | | | | | | | | | [g3dvl] give mv and ycbcr stage its own vertex shader | Christian König | 2011-04-15 | 3 | -94/+153 | |
| * | | | | | | | | | [g3dvl] set ref samplers to linear again | Christian König | 2011-04-15 | 1 | -2/+4 | |
| * | | | | | | | | | [g3dvl] use blending for mc of ref frames | Christian König | 2011-04-14 | 7 | -165/+171 | |
| * | | | | | | | | | [g3dvl] cleanup blender and sampler views | Christian König | 2011-04-14 | 2 | -77/+56 | |
| * | | | | | | | | | [g3dvl] split mc into seperate stages | Christian König | 2011-04-13 | 3 | -56/+102 | |
| * | | | | | | | | | [g3dvl] move intra handling into fetch_ycbcr | Christian König | 2011-04-13 | 1 | -36/+35 | |
| * | | | | | | | | | xvmc: Define some Xv attribs to allow users to specify color standard and pro... | Christian König | 2011-04-13 | 2 | -9/+21 | |
| * | | | | | | | | | [g3dvl] make resource_format param const | Christian König | 2011-04-12 | 1 | -1/+1 | |
| * | | | | | | | | | [g3dvl] make resource format selection a public interface | Christian König | 2011-04-12 | 4 | -17/+13 | |
| * | | | | | | | | | [g3dvl] fully support different formats for source and intermediate textures | Christian König | 2011-04-11 | 3 | -35/+94 | |
| * | | | | | | | | | [g3dvl] autoselect texture formats | Christian König | 2011-04-10 | 2 | -23/+82 |