summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.h
AgeCommit message (Collapse)Author
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
For contributed code, leave whatever the version we last synced for is using to make simpler future syncs.
2007-02-20Make deinterlace_methods a static constant rather than an extern, as it's ↵Diego 'Flameeyes' Pettenò
just an array of strings. CVS patchset: 8611 CVS date: 2007/02/20 00:47:55
2003-04-24- just don't deinterlace when the method is not supported, rather than ↵Bastien Nocera
silently slowing down xine with memcpy's CVS patchset: 4672 CVS date: 2003/04/24 17:39:04
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
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