summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/gstdeinterlace2.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century.Wim Taymans1-22/+26
2008-08-25gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...Sebastian Dröge1-1/+1
2008-08-02gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...Sebastian Dröge1-5/+5
2008-08-02gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...Sebastian Dröge1-10/+33
2008-08-02gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass...Sebastian Dröge1-0/+163
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ...Sebastian Dröge1-8/+16
2008-08-02gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th...Sebastian Dröge1-5/+2
2008-08-02gst/deinterlace2/gstdeinterlace2.c: Don't use proxy_getcaps() but implement o...Sebastian Dröge1-9/+199
2008-07-18Disable the tomsmocomp algorithm for this release as it's buggy and has no C ...Sebastian Dröge1-4/+8
2008-07-05gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ...Sebastian Dröge1-209/+205
2008-07-05gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu...Sebastian Dröge1-37/+44
2008-07-05gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ...Sebastian Dröge1-84/+179
2008-06-29gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a...Sebastian Dröge1-4/+0
2008-06-28gst/deinterlace2/gstdeinterlace2.c: Divide latency be 2 to convert from field...Sebastian Dröge1-0/+1
2008-06-28gst/deinterlace2/tvtime/greedy.c: Don't use scanlines function from gstdeinte...Sebastian Dröge1-135/+1
2008-06-27gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer...Sebastian Dröge1-13/+46
2008-06-20gst/deinterlace2/gstdeinterlace2.*: Reset element state on PAUSED->READY prop...Sebastian Dröge1-22/+65
2008-06-11gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...Martin Eikermann1-0/+893