summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime
AgeCommit message (Expand)AuthorFilesLines
2008-10-09gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning wh...Sebastian Dröge1-0/+2
2008-08-28gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt2-14/+13
2008-08-26gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge4-108/+196
2008-08-25gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge8-24/+354
2008-08-02gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...Sebastian Dröge7-20/+20
2008-08-02gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...Sebastian Dröge7-6/+789
2008-08-02gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si...Sebastian Dröge1-81/+34
2008-08-02gst/deinterlace2/tvtime/: Add the MMX registers to the clobbered registers on...Sebastian Dröge2-5/+5
2008-07-18Disable the tomsmocomp algorithm for this release as it's buggy and has no C ...Sebastian Dröge3-9/+9
2008-07-14gst/deinterlace2/tvtime/: Fix build on x86_64Edward Hervey3-0/+6
2008-07-13gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width...Sebastian Dröge1-5/+5
2008-07-13gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW instead of TDNOW in macros.Sebastian Dröge6-52/+51
2008-07-08Don't use declarations after statements in the remaining code.Sebastian Dröge1-2/+2
2008-07-06gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processi...Sebastian Dröge1-11/+11
2008-07-05gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ...Sebastian Dröge9-354/+491
2008-07-05gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply o...Sebastian Dröge1-0/+5
2008-07-04gst/deinterlace2/tvtime/greedyh.c: Only build the assembly optimized implemen...Sebastian Dröge1-0/+8
2008-06-30gst/deinterlace2/: Remove useless file and mark everything possible as static.Sebastian Dröge4-54/+47
2008-06-29gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a...Sebastian Dröge8-3221/+21
2008-06-28gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte...Sebastian Dröge3-65/+144
2008-06-28gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacin...Sebastian Dröge3-341/+442
2008-06-25gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros...Edward Hervey1-2/+0
2008-06-24gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT implementations a bit b...Sebastian Dröge1-6/+22
2008-06-24gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not neede...Sebastian Dröge1-1/+0
2008-06-24gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedy...Sebastian Dröge1-0/+104
2008-06-24gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS wh...Sebastian Dröge1-3/+2
2008-06-24gst/deinterlace2/tvtime/greedy.c: Fix the C implementation to produce correct...Sebastian Dröge2-123/+112
2008-06-21gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low mot...Sebastian Dröge1-6/+72
2008-06-20gst/deinterlace2/tvtime/vfir.c: Make it possible to use the vfir method on X8...Sebastian Dröge1-15/+26
2008-06-20gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Add missing header.Sebastian Dröge1-0/+170
2008-06-20Fix compilation on generic x86/amd64 and include deinterlace2 in the build sy...Sebastian Dröge2-2/+4
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost3-87/+87
2008-06-11gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann16-0/+1305
2008-06-11gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann15-0/+6205