index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_out
/
deinterlace.c
Age
Commit message (
Expand
)
Author
2003-12-06
reading through Daniel's huge patch was quite tiresome, but it was not worthl...
Michael Roitzsch
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-08-25
AMD64 support patch by Adrian Schroeter
Michael Roitzsch
2003-04-24
- just don't deinterlace when the method is not supported, rather than silent...
Bastien Nocera
2003-03-06
steps toward muting xine's console output by default
Guenter Bartsch
2003-02-21
- don't abort when we're not on an mmx capable machine, simply fallback
Bastien Nocera
2002-07-30
Pierre Lombard <p-l-42@wanadoo.fr> fixed losing the first line in
Michael Roitzsch
2002-06-03
patch to improve linearblend quality by Carsten Weinhold <cw.news@gmx.net>
Miguel Freitas
2002-05-21
linear blend update from Rogerio
Miguel Freitas
2002-05-13
linearblend C version contributed by Rogerio Brito
Miguel Freitas
2002-04-29
Replace all exit(1) with abort().
James Courtier-Dutton
2002-03-10
copy last 2 lines on linear blend
Miguel Freitas
2002-02-18
new deinterlacing method (linear blend).
Miguel Freitas
2002-01-13
Fix a few compile warnings.
James Courtier-Dutton
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-10-27
- new dirty and cheap deinterlace method: we give half of the lines to xv
Miguel Freitas
2001-10-22
introducing libxineutils and a this pointer for video_out_x11 callbacks
Guenter Bartsch
2001-10-20
optimized memcpy (mmx,sse,etc...)
Miguel Freitas
2001-10-14
turn deinterlace method into a .xinerc option
Guenter Bartsch
2001-10-11
should fix errors with gcc3 optimizations
Miguel Freitas
2001-09-20
- new deinterlacing method "onefield" (just interpolate)
Miguel Freitas
2001-09-19
fix typo (#else)
Miguel Freitas
2001-09-19
possible fix for gcc3 error
Miguel Freitas
2001-09-19
New greedy deinterlace method
Miguel Freitas
2001-09-19
deinterlace update, not finished yet (weave looks broken).
Miguel Freitas
2001-09-16
software deinterlacer filter (BOB)
Miguel Freitas