gstreamer/gst/deinterlace
Robert Swain c1b100cf9c deinterlace: Add support for deinterlacing using buffer caps/flags
When not using the fieldanalysis element immediately upstream of deinterlace,
behaviour should remain unchanged. fieldanalysis will set the caps and flags on
the buffers such that they can be interpreted and acted upon to produce
progressive output.

There are two main modes of operation:

- Passive pattern locking
  Passive pattern locking is a non-blocking, low-latency mode of operation that
  is suitable for close-to-live usage. Initially a telecine stream will be
  output as variable framerate with naïve timestamp adjustment. With each
  incoming buffer, an attempt is made to lock onto a pattern. When a lock is
  obtained, the src pad and output buffer caps will reflect the pattern and
  timestamps will be accurately interpolated between pattern repeats. This
  means that initially and at pattern transitions there will be short periods
  of inaccurate timestamping.

- Active pattern locking
  Active pattern locking is a blocking, high-latency mode of operation that is
  targeted at use-cases where timestamp accuracy is paramount. Buffers will be
  queued until enough are present to make a lock. When locked, timestamps will
  be accurately interpolated between pattern repeats. Orphan fields can be
  dropped or deinterlaced. If no lock can be obtained, a single field might be
  pushed through to be deinterlaced.

Locking can also be disabled or 'auto' chooses between passive and active
locking modes depending on whether upstream is live.
2011-05-19 05:45:57 +02:00
..
tvtime deinterlace, matroska: fix two variable-may-be-used-uninitialized compiler warnings 2011-04-16 16:51:32 +01:00
gstdeinterlace.c deinterlace: Add support for deinterlacing using buffer caps/flags 2011-05-19 05:45:57 +02:00
gstdeinterlace.h deinterlace: Add support for deinterlacing using buffer caps/flags 2011-05-19 05:45:57 +02:00
gstdeinterlacemethod.c deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
gstdeinterlacemethod.h deinterlace: Add support for NV21 colorspace 2011-02-24 14:08:25 +01:00
Makefile.am android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00
tvtime-dist.c gst: update disted orc backup code 2011-04-16 18:49:27 +01:00
tvtime-dist.h gst: update disted orc backup code 2011-04-16 18:49:27 +01:00
tvtime.orc deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00