summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [g3dvl] create composite buffer with USAGE_STREAMChristian König2011-04-071-3/+2
| | | | Also add PIPE_TRANSFER_DONTBLOCK to mapping options
* [g3dvl] add support for different decoding entry pointsChristian König2011-04-0710-82/+113
|
* [g3dvl] move mapping/unmapping and uploading of blocks out of idct codeChristian König2011-04-074-74/+72
|
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-063-42/+57
|
* [g3dvl] set buffer_format correctlyChristian König2011-04-061-5/+10
|
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-0623-1025/+1209
| | | | This should give a good basis to implement vdpau ontop of it.
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-048-325/+312
|
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
|
* [g3dvl] fix vertex buffer size calculationChristian König2011-04-033-3/+3
|
* [g3dvl] some more debugging output in xvmc stChristian König2011-04-031-1/+6
|
* [g3dvl] split compositor out of video contextChristian König2011-04-038-428/+423
| | | | Also redesign the compositor a bit and make the result a public available interface
* [g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2011-04-032-8/+14
|
* [g3dvl] start over with vdpau decodingChristian König2011-04-033-16/+31
|
* vdpau: get state tracker to compile againChristian König2011-04-021-4/+6
|
* [g3dvl] remove unused color_swizzle from idct codeChristian König2011-04-023-9/+9
|
* [g3dvl] rework mpeg12 context error handlingChristian König2011-04-021-64/+93
|
* g3dvl/xvmc: fix a stupid of by one bugChristian König2011-04-021-1/+1
|
* [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-027-28/+11
| | | | It wasn't fully implemented anyway.
* [g3dvl] splitt vertex element state into y, cb, crChristian König2011-04-027-232/+173
|
* [g3dvl] some minor cleanupChristian König2011-04-011-1/+1
|
* [g3dvl] let mc code work on the different color planes seperatelyChristian König2011-03-297-178/+188
|
* [g3dvl] remove texture dependencies from mc codeChristian König2011-03-273-23/+11
|
* [g3dvl] introduction of ycbcr buffersChristian König2011-03-277-155/+436
| | | | Moves most of the buffer creation out of the idct code.
* [g3dvl] no need for individual samplers for idct stage 1 & 2Christian König2011-03-272-19/+10
|
* [g3dvl] cleanup and improve idct error handlingChristian König2011-03-271-30/+99
|
* [g3dvl] improve and cleanup mc error handlingChristian König2011-03-271-8/+48
|
* [g3dvl] remove unused backbuffer from xvmcChristian König2011-03-273-58/+0
|
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-266-17/+79
|
* [g3dvl] correct subpicture stride in uploadChristian König2011-03-261-1/+1
|
* [g3dvl] start implementing palettes for subpicturesChristian König2011-03-262-6/+65
|
* [g3dvl] get sampler swizzle right for subpicturesChristian König2011-03-261-14/+21
| | | | This should make ai44 work correctly.
* [g3dvl] add blend state to compositorChristian König2011-03-263-2/+22
| | | | This seems to get at least mplayer working
* [g3dvl] correct layer size calculationChristian König2011-03-261-9/+6
|
* [g3dvl] use quads instead of triangles for the compositorChristian König2011-03-261-49/+24
|
* [g3dvl] the sampler textview map is no longer neededChristian König2011-03-262-50/+4
|
* [g3dvl] throw out all unused parts of the interfaceChristian König2011-03-266-224/+75
|
* [g3dvl] rework supicture handlingChristian König2011-03-257-139/+178
| | | | This gets ia44 and ai44 at least partial working
* [g3dvl] start implementing AI44 and IA44 subpictureChristian König2011-03-251-9/+13
|
* [g3dvl] make ref_surface handling more saneChristian König2011-03-251-4/+10
|
* [g3dvl] move sampler views for reference frames into contextChristian König2011-03-244-68/+46
|
* [g3dvl] make mapping and flushing of buffers a public interfaceChristian König2011-03-247-157/+156
|
* [g3dvl] buffers must be aligned to macroblock sizeChristian König2011-03-221-2/+2
|
* [g3dvl] make video buffer a public available interfaceChristian König2011-03-225-240/+241
|
* [g3dvl] handle different mc types more similaryChristian König2011-03-202-65/+37
|
* [g3dvl] simplify motion vector calculationChristian König2011-03-202-49/+29
|
* [g3dvl] rename motion vector fieldsChristian König2011-03-203-58/+62
|
* [g3dvl] correctly implement non power of two buffersChristian König2011-03-203-10/+6
|
* [g3dvl] cleanup idct initChristian König2011-03-201-47/+70
|
* [g3dvl] fix power_of_two buffer with/height handlingChristian König2011-03-201-2/+8
|
* [g3dvl] merge fixesChristian König2011-03-191-19/+19
|