Opened 18 years ago
Last modified 15 years ago
#965 new enhancement
add support of IMGFMT_YV12 for nvidia vidix driver
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | vo |
| Version: | HEAD | Severity: | minor |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hi some nvidia card (nv17,nv18 and nv30-nv40) support overlay with YV12 (via NV12).
An implementation of that can be found in tbe nouveau driver (http://gitweb.freedesktop.org/?p=nouveau/xf86-video-nouveau.git;a=blob;h=72620c1e8b7c9c26bd9cf25dddb83664a3674ca9;hb=063d1bd50b164e841e3a725b75ac243827aede50;f=src/nv_video.c).
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | vidix_nv12.diff added |
|---|
comment:1 by , 18 years ago
No they don't support YV12, they support NV12, don't confuse people.
If someone wants to work on it, this patch should provide a starting point, I can't work on it because I don't have a suitable graphics card anymore.
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

First steps to NV12 support