summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-2/+2
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-083-17/+18
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-2/+22
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+6
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-4/+5
* [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-0/+1
* vdpau: use multiple buffers to speed up renderingChristian König2011-05-072-9/+27
* vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
* vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König2011-05-071-0/+4
* vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
* vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
* vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
* vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
* vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
* vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
* vdpau: implement VideoMixerDestroyChristian König2011-04-261-1/+13
* vdpau: add stups for the missing functionsChristian König2011-04-268-28/+193
* vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-254-10/+39
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+1
* [g3dvl] remove resource_format workaroundChristian König2011-04-241-7/+0
* [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-232-0/+4
* vdpau: implement VDPAU_DUMP optionChristian König2011-04-161-0/+17
* vdpau: switch cb cr planes in vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-121-1/+1
* vdpau: set at least a basic csc matrixChristian König2011-04-121-0/+13
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-0/+7
* vdpau: Implement basic output functionalityChristian König2011-04-093-2/+33
* vdpau: get at least the very basic mixer functions workingChristian König2011-04-081-4/+21
* vdpau: add compositor to mixerChristian König2011-04-082-1/+7
* vdpau: add compositor to presentation queueChristian König2011-04-082-4/+17
* vdpau: implement output surface creationChristian König2011-04-082-7/+48
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-063-42/+57
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
* [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
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-192-16/+6
* vdpau: fix formating and idention of surface.cChristian König2011-03-191-127/+112
* vdpau: make indention and formating more saneChristian König2011-03-1911-658/+615
* vdpau: merge fixes for vdpau state trackerChristian König2011-03-192-59/+62
* vl: va state-tracker configuration scriptsThomas Balling Sørensen2010-10-242-8/+3
* vl: more work on the bitstream_parserThomas Balling Sørensen2010-10-132-31/+70
* vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-086-23/+27
* vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen2010-10-074-14/+36
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-0612-44/+385
* vl: initial commit of the bitstream parserThomas Balling Sørensen2010-10-063-11/+107
* vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-051-0/+1
* vl: ...Thomas Balling Sørensen2010-10-051-3/+5
* vl: moved some functions to more appropriate placesThomas Balling Sørensen2010-09-304-17/+58