summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau/decode.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-9/+9
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-4/+4
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-02-22Revert "st/vdpau: Fix multithreading"Thomas Hellstrom1-21/+1
2017-02-22st/vdpau: Fix multithreadingThomas Hellstrom1-1/+21
2015-10-27st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang1-0/+1
2015-08-14st/vdpau: add HEVC support v2Christian König1-3/+119
2015-04-28st/vdpau: add h264 decoder level supportLeo Liu1-0/+5
2014-08-14st/vdpau: add device reference countingChristian König1-1/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-21/+26
2013-09-25st/vdpau: use a separate lock per decoderChristian König1-9/+11
2013-09-25st/vdpau: use new vlc function to serach for VC-1 start codesChristian König1-2/+1
2013-09-15vdpau/decode: Check max width and max height.Rico Schüller1-0/+20
2013-08-21vdpau/decode: Fix comment.Rico Schüller1-1/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König1-1/+2
2013-08-19vl: add entrypoint to get_video_paramChristian König1-4/+9
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-3/+3
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-4/+4
2013-08-19vl: use a template for create_video_decoderChristian König1-12/+11
2013-05-27st/vdpau: invalidate the handles on destructionChristian König1-0/+1
2012-03-26st/vdpau: clear video surface at least onceChristian König1-0/+1
2012-03-26st/vdpau: invert interlaced buffer checksChristian König1-1/+1
2012-03-22st/vdpau: add VC-1 startcode if none is found in the streamChristian König1-7/+42
2012-03-05st/vdpau: make the interface thread saveChristian König1-5/+23
2012-02-25vl: rework winsys interfaceChristian König1-1/+1
2012-02-21st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König1-10/+0
2012-02-06st/vdpau: use interlacing capabilitiesChristian König1-1/+9
2012-01-15st/vdpau: recreate video buffer if decode doesn't like itChristian König1-1/+21
2012-01-15vl: add h264 infrastructureChristian König1-0/+64
2012-01-15vl: move away from state like parametersChristian König1-146/+130
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König1-41/+2
2011-12-26vl: call decode_bitstream only onceChristian König1-4/+7
2011-12-11vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst1-0/+3
2011-11-03state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst1-2/+63
2011-11-03state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst1-20/+78
2011-11-03state_trackers/vdpau: Test if profile is supported first before trying to cre...Maarten Lankhorst1-0/+12
2011-11-03state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst1-0/+1
2011-09-14st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange1-3/+18
2011-09-14st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange1-3/+3
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange1-2/+2
2011-08-29vdpau: Fix include styleKai Wasserbäch1-3/+3
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König1-4/+8
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König1-3/+2
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-13/+28
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König1-26/+27
2011-07-25vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric1-12/+13
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König1-1/+1
2011-07-08vdpau: add implementation of VdpDecoderGetParametersChristian König1-0/+12