summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_vp3_video.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin1-3/+3
2014-02-10nouveau/video: make sure that firmware is present when checking capsIlia Mirkin1-2/+76
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin1-6/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König1-2/+3
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-5/+5
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-15/+15
2013-08-16nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin1-3/+36
2013-08-15nvc0: move video param and format support functions to nouveauIlia Mirkin1-0/+62
2013-08-15nvc0: move firmware loading functions to nouveauIlia Mirkin1-0/+101
2013-08-15nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin1-0/+63
2013-08-15nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin1-0/+165