Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deinterlace: Remove the interlaced field from the output caps if ↵ | Sebastian Dröge | 2009-06-23 | 1 | -0/+8 |
| | | | | deinterlacing is enabled | ||||
* | deinterlace: Implement upstream negotation | Sebastian Dröge | 2009-06-11 | 1 | -9/+136 |
| | |||||
* | deinterlace: Improve debugging and clean up some code | Sebastian Dröge | 2009-06-11 | 1 | -34/+64 |
| | |||||
* | deinterlace: Clip buffers to the current segment if possible | Sebastian Dröge | 2009-06-11 | 1 | -2/+41 |
| | |||||
* | deinterlace: Clean up includes and clean up order of instance struct fields | Sebastian Dröge | 2009-06-11 | 1 | -4/+0 |
| | |||||
* | deinterlace: Fix QoS calculations | Sebastian Dröge | 2009-06-10 | 1 | -3/+6 |
| | | | | | | | The diff is a signed integer, not an unsigned one of course. In modes other than GST_DEINTERLACE_ALL every frame has twice the duration of the field duration. | ||||
* | deinterlace: Implement basic QoS | Sebastian Dröge | 2009-06-09 | 1 | -19/+151 |
| | | | | | This change is based on Tim's QoS implementation for jpegdec. | ||||
* | deinterlace: Directly proxy events/queries to the peer pads | Sebastian Dröge | 2009-06-09 | 1 | -6/+43 |
| | | | | | This removes some overhead introduced by the default handlers that need to iterate over the other pads. | ||||
* | deinterlace: First try to handle DVD still frames correctly | Sebastian Dröge | 2009-06-04 | 1 | -3/+55 |
| | | | | This helps a bit with bug #582740 but still doesn't make it work. | ||||
* | deinterlace: If the upstream max latency is unbound return unbound max latency | Sebastian Dröge | 2009-05-15 | 1 | -2/+0 |
| | | | | Fixes bug #582661. | ||||
* | Moved 'deinterlace2' from -bad to -good | Sebastian Dröge | 2009-05-13 | 1 | -0/+1515 |
And rename it to deinterlace. |