Opened 19 years ago

Closed 19 years ago

#3044 closed patch (fixed)

mythtv-vid: Opengl fixes

Reported by: mark_kendall@… 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)

glfixes.diff (3.5 KB ) - added by anonymous 19 years ago.

Download all attachments as: .zip

Change History (3)

by anonymous, 19 years ago

Attachment: glfixes.diff added

comment:1 by Janne Grunau, 19 years ago

Version: 0.20head

comment:2 by danielk, 19 years ago

Resolution: fixed
Status: newclosed

(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).

Note: See TracTickets for help on using tickets.