summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-02-20Make deinterlace_methods a static constant rather than an extern, as it's jus...Diego 'Flameeyes' Pettenò
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-04-24- just don't deinterlace when the method is not supported, rather than silent...Bastien Nocera
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-21- don't abort when we're not on an mmx capable machine, simply fallbackBastien Nocera
2002-07-30Pierre Lombard <p-l-42@wanadoo.fr> fixed losing the first line inMichael Roitzsch
2002-06-03patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net>Miguel Freitas
2002-05-21linear blend update from RogerioMiguel Freitas
2002-05-13linearblend C version contributed by Rogerio BritoMiguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-03-10copy last 2 lines on linear blendMiguel Freitas
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
2002-01-13Fix a few compile warnings.James Courtier-Dutton
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch
2001-10-11should fix errors with gcc3 optimizationsMiguel Freitas
2001-09-20- new deinterlacing method "onefield" (just interpolate)Miguel Freitas
2001-09-19fix typo (#else)Miguel Freitas
2001-09-19possible fix for gcc3 errorMiguel Freitas
2001-09-19New greedy deinterlace methodMiguel Freitas
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
2001-09-16software deinterlacer filter (BOB)Miguel Freitas