summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_ilpack.c
Commit message (Collapse)AuthorAgeFilesLines
* mmx simplificationsmichael2003-12-151-91/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11649 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optimizationsrfelker2003-12-151-1/+255
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11646 b3059339-0415-0410-9bf9-f77b7e298cf2
* big updates to ilpack: do proper interpolation rather than justrfelker2003-12-151-34/+95
| | | | | | | | | | | duplicating lines. ilpack will no longer significantly harm progressive content, so it can be used on mixed interlaced+progressive. mmx interpolation code coming soon... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11644 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-191-0/+169
2. interlaced 4:2:0 planar to 4:2:2 packer. makes it possible to watch interlaced movies without horrible chroma artifacts, provided you have an interlaced display device. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9934 b3059339-0415-0410-9bf9-f77b7e298cf2