summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.h
AgeCommit message (Collapse)Author
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
CVS patchset: 1504 CVS date: 2002/02/18 02:05:06
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
driver and let it scale for us - xine_list_demux_plugins update CVS patchset: 894 CVS date: 2001/10/27 16:12:21
2001-09-20- new deinterlacing method "onefield" (just interpolate)Miguel Freitas
- warning fixes on other archs CVS patchset: 677 CVS date: 2001/09/20 22:58:31
2001-09-19New greedy deinterlace methodMiguel Freitas
(looks good! albeit more cpu intensive than bob) CVS patchset: 665 CVS date: 2001/09/19 12:02:03
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
changes to Xv driver to keep a list of the recent frames. (this is needed to support a lot of DScaler algorithms) the driver may not be the ideal place to have the recent frames list as we could give "not so recent" frames to deinterlace code if some are dropped at video_out.c. Though this is better than waste our time deinterlacing frames that will be dropped anyway... CVS patchset: 663 CVS date: 2001/09/19 02:40:58
2001-09-16software deinterlacer filter (BOB)Miguel Freitas
currently only working with Xv and MMX CVS patchset: 641 CVS date: 2001/09/16 15:14:30