summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/decode.c
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang2015-10-271-0/+1
* st/vdpau: add HEVC support v2Christian König2015-08-141-3/+119
* st/vdpau: add h264 decoder level supportLeo Liu2015-04-281-0/+5
* st/vdpau: add device reference countingChristian König2014-08-141-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-21/+26
* st/vdpau: use a separate lock per decoderChristian König2013-09-251-9/+11
* st/vdpau: use new vlc function to serach for VC-1 start codesChristian König2013-09-251-2/+1
* vdpau/decode: Check max width and max height.Rico Schüller2013-09-151-0/+20
* vdpau/decode: Fix comment.Rico Schüller2013-08-211-1/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
* vl: add entrypoint to get_video_paramChristian König2013-08-191-4/+9
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-3/+3
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-4/+4
* vl: use a template for create_video_decoderChristian König2013-08-191-12/+11
* st/vdpau: invalidate the handles on destructionChristian König2013-05-271-0/+1
* st/vdpau: clear video surface at least onceChristian König2012-03-261-0/+1
* st/vdpau: invert interlaced buffer checksChristian König2012-03-261-1/+1
* st/vdpau: add VC-1 startcode if none is found in the streamChristian König2012-03-221-7/+42
* 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