Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ivtc: quiet FIXME when it's not relevant | David Schleef | 2013-08-03 | 1 | -1/+3 |
| | |||||
* | ivtc: implement new edge-directed upsampling | David Schleef | 2013-08-03 | 1 | -1/+89 |
| | |||||
* | all: Fix for GST_DISABLE_GST_DEBUG | Edward Hervey | 2013-07-29 | 2 | -182/+0 |
| | | | | | Where applicable, remove methods that don't do anything different than the default implementation. | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | ivtc: remove transform_size, it's not needed | David Schleef | 2013-04-09 | 1 | -17/+0 |
| | |||||
* | ivtc: fix make dist | Tim-Philipp Müller | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | combdetect,ivtc: code cleanup | David Schleef | 2013-03-19 | 4 | -238/+64 |
| | |||||
* | combdetect: output progressive video | David Schleef | 2013-03-19 | 1 | -0/+51 |
| | |||||
* | combdetect: code cleanup | David Schleef | 2013-03-19 | 1 | -12/+15 |
| | |||||
* | combdetect: switch to zebra striping | David Schleef | 2013-03-19 | 1 | -2/+5 |
| | |||||
* | ivtc: drop early fields | David Schleef | 2013-03-19 | 1 | -2/+16 |
| | |||||
* | ivtc: new inverse telecine filter | David Schleef | 2013-03-19 | 5 | -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. |