summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/decode.c
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: make the interface thread saveChristian König2012-03-051-5/+23
* vl: rework winsys interfaceChristian König2012-02-251-1/+1
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-211-10/+0
* st/vdpau: use interlacing capabilitiesChristian König2012-02-061-1/+9
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* vl: add h264 infrastructureChristian König2012-01-151-0/+64
* vl: move away from state like parametersChristian König2012-01-151-146/+130
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-41/+2
* vl: call decode_bitstream only onceChristian König2011-12-261-4/+7
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-111-0/+3
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-031-2/+63
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-031-20/+78
* state_trackers/vdpau: Test if profile is supported first before trying to cre...Maarten Lankhorst2011-11-031-0/+12
* state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst2011-11-031-0/+1
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-141-3/+18
* st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-3/+3
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-2/+2
* vdpau: Fix include styleKai Wasserbäch2011-08-291-3/+3
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+8
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-3/+2
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-13/+28
* 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