summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_uvd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-13/+13
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-19/+19
* vl: use a template for create_video_decoderChristian König2013-08-191-23/+12
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+24
* radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2013-07-121-1/+4
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-031-2/+2
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* radeon/uvd: fix quant scan order for mpeg2Christian König2013-05-011-2/+6
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-261-1/+0
* radeon/uvd: stop using anonymous unionsChristian König2013-04-261-33/+33
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-2/+2
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-0/+1111