Changes between Version 1 and Version 227 of Ticket #2287


Ignore:
Timestamp:
Dec 7, 2008, 9:48:24 PM (15 years ago)
Author:
danielk
Comment:

Updated task description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2287

    • Property Status changed from new to assigned
  • Ticket #2287 – Description

    v1 v227  
    22
    33Filters
    4  * Add support for OpenGL filtering, in particular Lanczos for scaling and YV12->RGB conversion for display (ref #843)
    5  * Allow different filter sets for different video and display resolutions.
     4 * Add OpenGL Lanczos filter
    65 * Make setting up filters easier with a GUI
    76 * Allow changing the filter set during playback, esp for deinterlacing.
    8  * Auto-detect pull-up and apply ivtc filtering (#1778)
     7 * [DONE] Add support for OpenGL filtering for scaling and YV12->RGB conversion for display
     8 * [DONE] Allow different filter sets for different video and display resolutions.
     9 * [WONTFIX, see #1778] Auto-detect pull-up and apply ivtc filtering
    910
    1011Video output methods
    1112 * Implement per-frame video resolution switching
    1213 * Support XvMC for MPEG-2 NUV files (and enable transcode to MPEG-2)
    13  * Finish support for XvMC copy to pbuffer + opengl render
    1414 * Key xrandr switching to video framerate
     15 * [WONTFIX, VDPAU much more promising] Finish support for XvMC copy to pbuffer + opengl render
    1516
    1617OSD rendering
    1718 * Fix video frame OSD blending for bob-deint (Filter vert freq in pause + when there is video<->screen framerate mismatch)
    1819 * Implement RGB OSD surfaces
    19  * Implement OpenGL OSD surfaces
    2020 * Implement X Composited OSD surfaces
    21  * Key preferred OSD and OSD fade to resolution and video output method.
     21 * [DONE] Implement OpenGL OSD surfaces
     22 * [DONE] Key preferred OSD and OSD fade to resolution and video output method.