Reviewing merge request #1606: Add Enhanced Video Renderer (EVR) to the Phonon DiretctShow9 (ds9) backend as the new preferred renderer.
EVR is the successor of the VMR9/7 renderer. It should offer higher video quality than VMR9.
The renderer supports all features available in Phonon. The only thing that could require some more testing is the snapshot() method, which AFAIK is not publicly accessible.
EVR is now the preferred renderer.
Commits that would be merged:
- 56b3d84
- e2ad80c
Add Enhanced Video Renderer (EVR) to the Phonon DiretctShow9 (ds9) backend as the new preferred renderer.
56b3d84-e2ad80cComments
Hello,
Nice patch. I’ll still need to have a deeper look like.
For example we probably need something more robust to know which renderer to use (EVR, VMR9 or soft). It’s a bit late now for Qt 4.6 but as soon as I get more time, I’ll spend it on that patch. It will most likely be integrated for Qt 4.7.
One of the problems I’ll need to circumvent is compilation with mingw. I’ll probably have ot write additional headers. That should be doable without to much pain.


Add a new comment:
Login or create an account to post a comment