aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/decode.c
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-261-26/+27
* vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-081-0/+12
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-6/+4
* [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-071-8/+24
* vdpau: make state tracker far less noisyChristian König2011-05-041-5/+5
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
* vdpau: start to implement MPEG2 decoder partChristian König2011-04-271-173/+83
* vdpau: add stups for the missing functionsChristian König2011-04-261-0/+9
* [g3dvl] start over with vdpau decodingChristian König2011-04-031-3/+17
* vdpau: get state tracker to compile againChristian König2011-04-021-4/+6
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-191-14/+5
* vdpau: make indention and formating more saneChristian König2011-03-191-207/+198
* vdpau: merge fixes for vdpau state trackerChristian König2011-03-191-58/+61
* vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-081-10/+9
* vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen2010-10-071-11/+16
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-061-3/+23
* vl: initial commit of the bitstream parserThomas Balling Sørensen2010-10-061-3/+11
* vl: moved some functions to more appropriate placesThomas Balling Sørensen2010-09-301-17/+7
* vl: Renamed function to appropriate name.Thomas Balling Sørensen2010-09-271-2/+2
* Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen2010-07-221-26/+99
* Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-0/+185
* Added decode.cThomas Balling Sørensen2010-07-181-0/+29