gstreamer/gst/deinterlace/tvtime
Tim-Philipp Müller c2bc6327cd deinterlace, matroska: fix two variable-may-be-used-uninitialized compiler warnings
We use -DG_DISABLE_ASSERT for the pre-releases, which makes these
warnings pop up in cases that were previously covered by g_assert_not_reached()
and the like:
tvtime/greedyh.c:801:14: warning: 'scanline' may be used uninitialized in this function
matroska-mux.c:501:19: warning: 'context' may be used uninitialized in this function
2011-04-16 16:51:32 +01:00
..
tomsmocomp deinterlace: Refactor deinterlacing as preparation for supporting more color formats 2010-04-29 19:28:23 +02:00
greedy.c deinterlace: Port greedyl to GstDeinterlaceSimpleMethod 2011-02-23 13:09:19 +01:00
greedyh.asm deinterlace: Add MMX/3DNow implementations of greedyh for UYVY 2010-06-01 11:21:29 +02:00
greedyh.c deinterlace, matroska: fix two variable-may-be-used-uninitialized compiler warnings 2011-04-16 16:51:32 +01:00
greedyhmacros.h deinterlace: Fix license and copyright headers 2010-01-18 17:44:17 +01:00
linear.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
linearblend.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
mmx.h Add -Wmissing-declarations -Wmissing-prototypes warning flags 2010-03-17 18:23:28 +01:00
plugins.h Moved 'deinterlace2' from -bad to -good 2009-05-13 10:48:45 +02:00
scalerbob.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
sse.h Moved 'deinterlace2' from -bad to -good 2009-05-13 10:48:45 +02:00
tomsmocomp.c deinterlace: convert from liboil to orc 2010-06-08 17:25:34 -07:00
vfir.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
weave.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
weavebff.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
weavetff.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
x86-64_macros.inc Moved 'deinterlace2' from -bad to -good 2009-05-13 10:48:45 +02:00