summaryrefslogtreecommitdiff
path: root/src/video_out/deinterlace.c
AgeCommit message (Collapse)Author
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
CVS patchset: 4345 CVS date: 2003/03/06 16:49:30
2003-02-21- don't abort when we're not on an mmx capable machine, simply fallbackBastien Nocera
on non-deinterlaced CVS patchset: 4233 CVS date: 2003/02/21 17:46:22
2002-07-30Pierre Lombard <p-l-42@wanadoo.fr> fixed losing the first line inMichael Roitzsch
linearblend deinterlacer CVS patchset: 2366 CVS date: 2002/07/30 13:37:33
2002-06-03patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net>Miguel Freitas
CVS patchset: 2002 CVS date: 2002/06/03 19:05:03
2002-05-21linear blend update from RogerioMiguel Freitas
CVS patchset: 1920 CVS date: 2002/05/21 13:03:52
2002-05-13linearblend C version contributed by Rogerio BritoMiguel Freitas
CVS patchset: 1877 CVS date: 2002/05/13 12:22:33
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-03-10copy last 2 lines on linear blendMiguel Freitas
CVS patchset: 1549 CVS date: 2002/03/10 21:37:26
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
CVS patchset: 1504 CVS date: 2002/02/18 02:05:06
2002-01-13Fix a few compile warnings.James Courtier-Dutton
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
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-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
CVS patchset: 844 CVS date: 2001/10/20 22:18:59
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch
CVS patchset: 807 CVS date: 2001/10/14 20:34:40
2001-10-11should fix errors with gcc3 optimizationsMiguel Freitas
CVS patchset: 788 CVS date: 2001/10/11 12:42:31
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-19fix typo (#else)Miguel Freitas
CVS patchset: 668 CVS date: 2001/09/19 13:07:43
2001-09-19possible fix for gcc3 errorMiguel Freitas
CVS patchset: 666 CVS date: 2001/09/19 12:35:32
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