summaryrefslogtreecommitdiff
path: root/gst/ivtc
Commit message (Collapse)AuthorAgeFilesLines
* ivtc: quiet FIXME when it's not relevantDavid Schleef2013-08-031-1/+3
|
* ivtc: implement new edge-directed upsamplingDavid Schleef2013-08-031-1/+89
|
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-292-182/+0
| | | | | Where applicable, remove methods that don't do anything different than the default implementation.
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* ivtc: remove transform_size, it's not neededDavid Schleef2013-04-091-17/+0
|
* ivtc: fix make distTim-Philipp Müller2013-03-201-1/+1
|
* combdetect,ivtc: code cleanupDavid Schleef2013-03-194-238/+64
|
* combdetect: output progressive videoDavid Schleef2013-03-191-0/+51
|
* combdetect: code cleanupDavid Schleef2013-03-191-12/+15
|
* combdetect: switch to zebra stripingDavid Schleef2013-03-191-2/+5
|
* ivtc: drop early fieldsDavid Schleef2013-03-191-2/+16
|
* ivtc: new inverse telecine filterDavid Schleef2013-03-195-0/+1312
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.