Opened 15 years ago
Closed 14 years ago
#1778 closed enhancement (fixed)
inverse telecine filter for dvds.
Reported by: | skamithi | Owned by: | skamithi |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
port of the pullup filter from mplayer. please test and give me feedback. if it crashes your box, please provide the backtraces. thanks.
Attachments (3)
Change History (8)
Changed 15 years ago by
Attachment: | ivtc_v2.diff added |
---|
comment:1 Changed 15 years ago by
(In [9937]) Refs #1778. Add inverse telecine filter. Port of the MPlayer pullup filter. To test, remove ChangeSet? [9377], and add "ivtc" to your custom filter list. The rest of the patch will be added once the filter is known to work on multiple architectures and various VideoOutput? modes. works for me. I have a Pentium M using Xv.
Changed 15 years ago by
Attachment: | minor_mem_leak.diff added |
---|
minor mem leak fix. diff indentation looks odd, but it lines up properly when patch is applied.
comment:2 Changed 15 years ago by
Milestone: | → 0.21 |
---|---|
Status: | new → assigned |
Version: | → head |
so far not sure if its works with amd64. i'll commit the remainder of this patch after 0.20 comes out.
comment:3 Changed 15 years ago by
i'm going to remove changeset [9377] in the next few days. this shouldn't cause any problems. i'll commit the remainder of the patch, i.e dynamically turn ivtc when it detects a dvd with a telecine pattern after 0.20 comes out.
comment:4 Changed 15 years ago by
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
closing this ticket. decided not to add code to automatically turn on the ivtc filter when watching dvds. leaving the ivtc filter in the custom filter list seems to work just fine.
some minor changes. added message saying when filter gets turned on.