Age | Commit message (Expand) | Author | Files | Lines |
2008-11-06 | gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century. | Wim Taymans | 1 | -22/+26 |
2008-11-04 | Don't install static libs for plugins. Fixes #550851 for -bad. | Stefan Kost | 1 | -0/+1 |
2008-10-09 | gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning wh... | Sebastian Dröge | 1 | -0/+2 |
2008-08-28 | gst/dccp/: Fix compilation on Solaris by including filio.h as needed. | Jan Schmidt | 2 | -14/+13 |
2008-08-26 | gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o... | Sebastian Dröge | 4 | -108/+196 |
2008-08-25 | gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint... | Sebastian Dröge | 10 | -27/+355 |
2008-08-02 | gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th... | Sebastian Dröge | 8 | -25/+25 |
2008-08-02 | gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the... | Sebastian Dröge | 10 | -18/+836 |
2008-08-02 | gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si... | Sebastian Dröge | 1 | -81/+34 |
2008-08-02 | gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass... | Sebastian Dröge | 2 | -0/+225 |
2008-08-02 | gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ... | Sebastian Dröge | 1 | -8/+16 |
2008-08-02 | gst/deinterlace2/tvtime/: Add the MMX registers to the clobbered registers on... | Sebastian Dröge | 2 | -5/+5 |
2008-08-02 | gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th... | Sebastian Dröge | 2 | -10/+4 |
2008-08-02 | gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement o... | Sebastian Dröge | 1 | -9/+199 |
2008-07-18 | Disable the tomsmocomp algorithm for this release as it's buggy and has no C ... | Sebastian Dröge | 6 | -19/+31 |
2008-07-14 | gst/deinterlace2/tvtime/: Fix build on x86_64 | Edward Hervey | 3 | -0/+6 |
2008-07-13 | gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width... | Sebastian Dröge | 1 | -5/+5 |
2008-07-13 | gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW instead of TDNOW in macros. | Sebastian Dröge | 6 | -52/+51 |
2008-07-08 | Don't use declarations after statements in the remaining code. | Sebastian Dröge | 1 | -2/+2 |
2008-07-06 | gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processi... | Sebastian Dröge | 1 | -11/+11 |
2008-07-05 | gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ... | Sebastian Dröge | 2 | -210/+206 |
2008-07-05 | gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu... | Sebastian Dröge | 2 | -37/+47 |
2008-07-05 | gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ... | Sebastian Dröge | 12 | -461/+700 |
2008-07-05 | gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply o... | Sebastian Dröge | 1 | -0/+5 |
2008-07-04 | gst/deinterlace2/tvtime/greedyh.c: Only build the assembly optimized implemen... | Sebastian Dröge | 1 | -0/+8 |
2008-06-30 | gst/deinterlace2/: Remove useless file and mark everything possible as static. | Sebastian Dröge | 5 | -55/+47 |
2008-06-29 | gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a... | Sebastian Dröge | 11 | -3320/+21 |
2008-06-28 | gst/deinterlace2/gstdeinterlace2.c: Divide latency be 2 to convert from field... | Sebastian Dröge | 1 | -0/+1 |
2008-06-28 | gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte... | Sebastian Dröge | 4 | -200/+145 |
2008-06-28 | gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacin... | Sebastian Dröge | 3 | -341/+442 |
2008-06-27 | gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer... | Sebastian Dröge | 1 | -13/+46 |
2008-06-25 | gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros... | Edward Hervey | 1 | -2/+0 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT implementations a bit b... | Sebastian Dröge | 1 | -6/+22 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not neede... | Sebastian Dröge | 1 | -1/+0 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedy... | Sebastian Dröge | 1 | -0/+104 |
2008-06-24 | gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS wh... | Sebastian Dröge | 2 | -22/+21 |
2008-06-24 | gst/deinterlace2/tvtime/greedy.c: Fix the C implementation to produce correct... | Sebastian Dröge | 2 | -123/+112 |
2008-06-21 | gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low mot... | Sebastian Dröge | 1 | -6/+72 |
2008-06-20 | gst/deinterlace2/tvtime/vfir.c: Make it possible to use the vfir method on X8... | Sebastian Dröge | 1 | -15/+26 |
2008-06-20 | gst/deinterlace2/gstdeinterlace2.*: Reset element state on PAUSED->READY prop... | Sebastian Dröge | 2 | -24/+65 |
2008-06-20 | gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Add missing header. | Sebastian Dröge | 1 | -0/+170 |
2008-06-20 | Fix compilation on generic x86/amd64 and include deinterlace2 in the build sy... | Sebastian Dröge | 3 | -3/+5 |
2008-06-18 | Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments. | Stefan Kost | 4 | -92/+92 |
2008-06-11 | gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein... | Martin Eikermann | 16 | -0/+1305 |
2008-06-11 | gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein... | Martin Eikermann | 18 | -0/+7411 |