summaryrefslogtreecommitdiff
path: root/gst/deinterlace2
Commit message (Expand)AuthorAgeFilesLines
* Moved 'deinterlace2' from -bad to -goodSebastian Dröge2009-05-1336-7971/+0
* deinterlace2: Add a disabled mode for passthrough operationSebastian Dröge2009-05-082-12/+21
* deinterlace2: Add documentation and integrate into the build systemSebastian Dröge2009-04-222-0/+110
* deinterlace2: Make it possible to select interlacing autodetection or to enfo...Sebastian Dröge2009-04-191-46/+94
* deinterlace2: Use GST_(DEBUG|WARNING|ERROR)_OBJECT instead of the non-OBJECT ...Sebastian Dröge2009-04-171-17/+17
* deinterlace2: Reset history if DISCONT is set on the incoming bufferSebastian Dröge2009-04-171-0/+5
* deinterlace2: Fix timestamps for buffers with RFF flag setSebastian Dröge2009-04-171-7/+5
* deinterlace2: Rename line_length to row_stride and remove output_strideSebastian Dröge2009-04-169-58/+58
* deinterlace2: Implement support for RFF and ONEFIELD buffer flagsSebastian Dröge2009-04-161-24/+56
* deinterlace2: Move output buffer from the instance struct to a function param...Sebastian Dröge2009-04-155-37/+29
* deinterlace2: Add initial support for automatic detection of the field orderSebastian Dröge2009-04-152-5/+11
* deinterlace2: Add support for YVYU colorspaceSebastian Dröge2009-04-151-2/+4
* gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century.Wim Taymans2008-11-061-22/+26
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning wh...Sebastian Dröge2008-10-091-0/+2
* gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt2008-08-282-14/+13
* gst/deinterlace2/tvtime/tomsmocomp/: Unroll the loop to handle two bytes at o...Sebastian Dröge2008-08-264-108/+196
* gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge2008-08-2510-27/+355
* gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...Sebastian Dröge2008-08-028-25/+25
* gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...Sebastian Dröge2008-08-0210-18/+836
* gst/deinterlace2/tvtime/vfir.c: Implement the VFIR deinterlacing method as si...Sebastian Dröge2008-08-021-81/+34
* gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass...Sebastian Dröge2008-08-022-0/+225
* gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ...Sebastian Dröge2008-08-021-8/+16
* gst/deinterlace2/tvtime/: Add the MMX registers to the clobbered registers on...Sebastian Dröge2008-08-022-5/+5
* gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th...Sebastian Dröge2008-08-022-10/+4
* gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement o...Sebastian Dröge2008-08-021-9/+199
* Disable the tomsmocomp algorithm for this release as it's buggy and has no C ...Sebastian Dröge2008-07-186-19/+31
* gst/deinterlace2/tvtime/: Fix build on x86_64Edward Hervey2008-07-143-0/+6
* gst/deinterlace2/tvtime/greedyh.asm: Always use the C implementation if width...Sebastian Dröge2008-07-131-5/+5
* gst/deinterlace2/tvtime/: Some cleanup, use 3DNOW instead of TDNOW in macros.Sebastian Dröge2008-07-136-52/+51
* Don't use declarations after statements in the remaining code.Sebastian Dröge2008-07-081-2/+2
* gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc: Mark internal processi...Sebastian Dröge2008-07-061-11/+11
* gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ...Sebastian Dröge2008-07-052-210/+206
* gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu...Sebastian Dröge2008-07-052-37/+47
* gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ...Sebastian Dröge2008-07-0512-461/+700
* gst/deinterlace2/tvtime/greedyh.asm: Support widths that are not a multiply o...Sebastian Dröge2008-07-051-0/+5
* gst/deinterlace2/tvtime/greedyh.c: Only build the assembly optimized implemen...Sebastian Dröge2008-07-041-0/+8
* gst/deinterlace2/: Remove useless file and mark everything possible as static.Sebastian Dröge2008-06-305-55/+47
* gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a...Sebastian Dröge2008-06-2911-3320/+21
* gst/deinterlace2/gstdeinterlace2.c: Divide latency be 2 to convert from field...Sebastian Dröge2008-06-281-0/+1
* gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte...Sebastian Dröge2008-06-284-200/+145
* gst/deinterlace2/tvtime/: Add a C implementation for the greedyh deinterlacin...Sebastian Dröge2008-06-283-341/+442
* gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer...Sebastian Dröge2008-06-271-13/+46
* gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h: Remove unneeded macros...Edward Hervey2008-06-251-2/+0
* gst/deinterlace2/tvtime/greedy.c: Optimize MMX/MMXEXT implementations a bit b...Sebastian Dröge2008-06-241-6/+22
* gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not neede...Sebastian Dröge2008-06-241-1/+0
* gst/deinterlace2/tvtime/greedy.c: Add plain MMX implementation for the greedy...Sebastian Dröge2008-06-241-0/+104
* gst/deinterlace2/Makefile.am: Move the assembly includes to noinst_HEADERS wh...Sebastian Dröge2008-06-242-22/+21
* gst/deinterlace2/tvtime/greedy.c: Fix the C implementation to produce correct...Sebastian Dröge2008-06-242-123/+112
* gst/deinterlace2/tvtime/greedy.c: Implement a C version of the greedy low mot...Sebastian Dröge2008-06-211-6/+72