Commit graph

14 commits

Author SHA1 Message Date
Tim-Philipp Müller 699452ef31 Remove obsolete Android build cruft
This is not needed any longer.
2015-04-26 18:59:32 +01:00
Edward Hervey 7667b79205 ivtc: Use input framerate when possible
if input is 30000/1001 ... use 24000/1001 as the output fixated framerate
2013-08-20 16:02:59 +02:00
David Schleef 5b63a7c8e0 ivtc: quiet FIXME when it's not relevant 2013-08-03 23:29:10 -07:00
David Schleef d5f1ddad85 ivtc: implement new edge-directed upsampling 2013-08-03 23:29:10 -07:00
Edward Hervey 97426a1caa all: Fix for GST_DISABLE_GST_DEBUG
Where applicable, remove methods that don't do anything different than
the default implementation.
2013-07-29 09:42:12 +02:00
Sebastian Dröge e51cd4fe2f gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00
David Schleef 45cb1195a6 ivtc: remove transform_size, it's not needed 2013-04-09 15:43:35 -07:00
Tim-Philipp Müller 3af6effcf2 ivtc: fix make dist 2013-03-20 15:29:51 +00:00
David Schleef 160f996c2f combdetect,ivtc: code cleanup 2013-03-19 18:08:53 -07:00
David Schleef db40edff17 combdetect: output progressive video 2013-03-19 16:26:45 -07:00
David Schleef 16091ef422 combdetect: code cleanup 2013-03-19 16:26:45 -07:00
David Schleef f1993545cf combdetect: switch to zebra striping 2013-03-19 16:26:45 -07:00
David Schleef cac6b94922 ivtc: drop early fields 2013-03-19 16:26:45 -07:00
David Schleef 91310bd4c5 ivtc: new inverse telecine filter
This filter converts interlaced content that was originally
telecine'd from 24 fps (or similar) progressive content.  It works
approximately like videorate, but with awareness of interlacing.
It merges neighboring fields in the input interlaced stream with
the goal of minimizing combing artifacts, while keeping the output
framerate constant.  If it cannot avoid combing artifacts, it will
reconstruct the image from a single field.  Note that this filter
does not autodetect the framerate, but will automatically fixate
at 24 fps.
2013-03-19 16:26:45 -07:00