@samo79
Quote:
Did the "comp" video output (VO) continue to be usable on a R200 graphics card ?
Yes "comp" is not disabled on Radeon, now it print's the OS graphic card driver, used by screen mode as text output when mplayer starts, in case I need to disable it on some graphic cards later.
Comp_yuv and comp_yuv2 is disabled on Radeon, only work on RadeonHD.
This modes depends on graphic card and RadeonHD driver to support YUV420p color space, as mplayer video output (VO), no longer has to convert yuv to rgb colors, that job has been taken over by the RadeonHD graphic card.
What this should do, is prevent a gray window, without video on older graphic cards, if mplayer video output (VO) is not set.
Quote:
also it seems you also modified the cgx_wpa in order to use the graphics.library instead of the "normal" CyberGfx
Cybergraphics is not native on AmigaOS4, the native mode was Picasso96, now they removed picasso96 and move all functions into graphic.library.
So Picasso96 and Cyber graphics is really obsolete, the libraries exists, but only as wrappers, that calls the graphic library functions.
I kept cgx_wpa because it’s the only "wpa" video output, write pixel array (wpa). Or barebone video output.
Besides the Cybergraphics header files are not included in AmigaOS4 SDK.
Plus there naming conflicts between cyber graphics and graphic library now. Some of the function names exist in both libraries, but parameters are not in the same order, or not the same.