index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
deinterlace2
/
gstdeinterlace2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-03
deinterlace2: Add documentation and integrate into the build system
Sebastian Dröge
1
-0
/
+108
2009-05-03
deinterlace2: Make it possible to select interlacing autodetection or to enfo...
Sebastian Dröge
1
-46
/
+94
2009-05-03
deinterlace2: Use GST_(DEBUG|WARNING|ERROR)_OBJECT instead of the non-OBJECT ...
Sebastian Dröge
1
-17
/
+17
2009-05-03
deinterlace2: Reset history if DISCONT is set on the incoming buffer
Sebastian Dröge
1
-0
/
+5
2009-05-03
deinterlace2: Fix timestamps for buffers with RFF flag set
Sebastian Dröge
1
-7
/
+5
2009-05-03
deinterlace2: Rename line_length to row_stride and remove output_stride
Sebastian Dröge
1
-20
/
+16
2009-05-03
deinterlace2: Implement support for RFF and ONEFIELD buffer flags
Sebastian Dröge
1
-24
/
+56
2009-05-03
deinterlace2: Move output buffer from the instance struct to a function param...
Sebastian Dröge
1
-23
/
+19
2009-05-03
deinterlace2: Add initial support for automatic detection of the field order
Sebastian Dröge
1
-5
/
+10
2009-05-03
deinterlace2: Add support for YVYU colorspace
Sebastian Dröge
1
-2
/
+4
2008-11-06
gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century.
Wim Taymans
1
-22
/
+26
2008-08-25
gst/deinterlace2/: First part of the C implementation of the tomsmocomp deint...
Sebastian Dröge
1
-1
/
+1
2008-08-02
gst/deinterlace2/: Use oil_memcpy() instead of memcpy() as it's faster for th...
Sebastian Dröge
1
-5
/
+5
2008-08-02
gst/deinterlace2/: Add the remaining tvtime deinterlacing methods and fix the...
Sebastian Dröge
1
-10
/
+33
2008-08-02
gst/deinterlace2/gstdeinterlace2.*: Add a GstDeinterlaceSimpleMethod subclass...
Sebastian Dröge
1
-0
/
+163
2008-08-02
gst/deinterlace2/gstdeinterlace2.c: Respect the latency of the deinterlacing ...
Sebastian Dröge
1
-8
/
+16
2008-08-02
gst/deinterlace2/: Enable tomsmocomp again as the C port will be ready for th...
Sebastian Dröge
1
-5
/
+2
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
1
-4
/
+8
2008-07-05
gst/deinterlace2/gstdeinterlace2.*: Call the current instance "self" instead ...
Sebastian Dröge
1
-209
/
+205
2008-07-05
gst/deinterlace2/gstdeinterlace2.*: Include latency of the method in the retu...
Sebastian Dröge
1
-37
/
+44
2008-07-05
gst/deinterlace2/: Use a GstObject subtype for the deinterlacing methods and ...
Sebastian Dröge
1
-84
/
+179
2008-06-29
gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code a...
Sebastian Dröge
1
-4
/
+0
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
1
-135
/
+1
2008-06-27
gst/deinterlace2/gstdeinterlace2.c: If we're outputting all fields the framer...
Sebastian Dröge
1
-13
/
+46
2008-06-20
gst/deinterlace2/gstdeinterlace2.*: Reset element state on PAUSED->READY prop...
Sebastian Dröge
1
-22
/
+65
2008-06-11
gst/deinterlace2/: Add a deinterlacer plugin based on the tvtime/DScaler dein...
Martin Eikermann
1
-0
/
+893