gstreamer/gst/deinterlace
David Schleef 97d74f293c deinterlace: Change the default to linear
The previous default, greedyh, takes 4 times as long as MPEG-2
video decoding, and is unlikely fast enough on any current CPU
to play 1080i video in real-time.  greedyl isn't much faster.
linear was chosen over vfir, since the quality advantage of vfir
is minimal compared to the occasional visual artifacts and slower
processing.
2011-01-05 17:50:09 -08:00
..
tvtime deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00
gstdeinterlace.c deinterlace: Change the default to linear 2011-01-05 17:50:09 -08:00
gstdeinterlace.h deinterlace: Implement field history flushing 2010-11-12 10:40:51 +00:00
gstdeinterlacemethod.c deinterlace: initialize all deinterlace class members 2010-09-05 22:23:58 -07:00
gstdeinterlacemethod.h deinterlace: convert from liboil to orc 2010-06-08 17:25:34 -07:00
Makefile.am deinterlace: orcify some deinterlacing methods 2010-06-08 17:25:34 -07:00
tvtime-dist.c Update generated orc code 2010-10-15 14:02:57 -07:00
tvtime-dist.h Update generated orc code 2010-10-15 14:02:57 -07:00
tvtime.orc deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00