Opened 19 years ago
Closed 19 years ago
#3044 closed patch (fixed)
mythtv-vid: Opengl fixes
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Fixes hardware deinterlacers - with the re-factoring of the code, the resize filter was being applied before the deinterlacer which was throwing out the field information.
Also fixes colour control for opengl, viewport for opengl osd and 2 more small fixes.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | glfixes.diff added |
---|
comment:1 by , 19 years ago
Version: | 0.20 → head |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13287]) Refs #2287. Fixes #3044. Fixes #2649. OpenGL video renderer improvements and fixes.
This improves the speed of the YUV->RGB conversion by accessing the texels with greater coherency. This fixes removes a doubled call to the resize filter. This avoids a segfault by leaking some memory (temporary fix).