gstreamer/gst/deinterlace2
Sebastian Dröge 72dedf7904 gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width is not a multiple of 4. The assembly op...
Original commit message from CVS:
* gst/deinterlace2/tvtime/greedyh.asm:
Always use the C implementation if width is not a multiple of 4. The
assembly optimized version only handle this and calling the C
implementation for the remaining part doesn't work because it needs
previous calculations.
2008-07-13 10:56:45 +00:00
..
tvtime gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width is not a multiple of 4. The assembly op... 2008-07-13 10:56:45 +00:00
gstdeinterlace2.c gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead of "object". 2008-07-05 19:20:30 +00:00
gstdeinterlace2.h gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead of "object". 2008-07-05 19:20:30 +00:00
Makefile.am gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and export the different settings for each d... 2008-07-05 16:47:32 +00:00