summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/radeon_uvd.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-30/+29
2013-10-28radeon/uvd: fix H264 chroma format handlingChristian König1-1/+15
2013-10-09radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy1-1/+3
2013-10-09radeon/uvd: try to fix VC-1 decodingGrigori Goronzy1-33/+38
2013-10-09radeon/uvd: fix video format reportingGrigori Goronzy1-2/+5
2013-10-07radeon/uvd: optimize message handling a bitChristian König1-44/+53
2013-09-25radeon/uvd: try to place msg/fb buffer into GARTChristian König1-2/+2
2013-09-25radeon/uvd: move alignment to winsysChristian König1-6/+0
2013-09-22radeon/uvd: async flush the UVD csChristian König1-1/+1
2013-09-12radeon/uvd: move more logic into the common filesChristian König1-1/+20
2013-09-12radeon/uvd: use more sane defaults for bitstream buffer sizeChristian König1-1/+3
2013-09-02radeon/uvd: save the aligned width & heightChristian König1-0/+2
2013-08-29radeon/uvd: fix MPEG2/4 ref frame index limitChristian König1-2/+2
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-0/+1
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-13/+13
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-19/+19
2013-08-19vl: use a template for create_video_decoderChristian König1-23/+12
2013-08-14vl: Add support for max level query v2Rico Schüller1-0/+24
2013-07-12radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König1-1/+4
2013-05-03radeon/uvd: enable interlaced buffers by defaultChristian König1-2/+2
2013-05-03radeon/uvd: fix some MPEG4 artifactsChristian König1-7/+17
2013-05-01radeon/uvd: fix quant scan order for mpeg2Christian König1-2/+6
2013-04-26r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König1-1/+0
2013-04-26radeon/uvd: stop using anonymous unionsChristian König1-33/+33
2013-04-25winsys/radeon: consolidate tracing into winsys v2Jerome Glisse1-2/+2
2013-04-11radeon/uvd: add UVD implementation v5Christian König1-0/+1111