summaryrefslogtreecommitdiff
path: root/gst/interlace
AgeCommit message (Collapse)AuthorFilesLines
2012-07-20interlace: Use buffer flags and caps correctlyRobert Swain1-6/+18
This requires a recent commit to -base that adds an INTERLACED buffer flag.
2012-06-26interlace: port to 0.11Wim Taymans1-263/+211
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-8/+30
Conflicts: gst/mpegtsdemux/tsdemux.c gst/videoparsers/gsth264parse.c tests/check/elements/camerabin2.c
2012-01-10interlace: fix caps leaksVincent Penquerc'h1-1/+15
2012-01-10interlace: fix ref leakVincent Penquerc'h1-0/+2
2012-01-06interlace: avoid dividing by zero on unkbown framerateVincent Penquerc'h1-7/+13
If the framerate is unknown, we cannot generate meaningful buffer timestamps/durations, so set them to _NONE instead of calculating something wrong and dividing by 0.
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=662664
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2010-11-24interlace: Fix buffer timestamp and durationRobert Swain1-2/+3
The field rate is twice the frame rate of the src pad and so the duration of one output buffer is src_fps_d / (2 * src_fps_n).
2010-11-24interlace: Rename pattern property to field-patternRobert Swain1-2/+2
This is mostly for clarity of what the property means and, I believe, makes the pattern-offset property more comprehensible.
2010-11-24interlace: Add pattern offset propertyRobert Swain1-6/+23
This property allows one to start at any point within the field pattern after a discontinuity (whenever gst_interlace_reset () is called). Thus with the 2:3:3:2 pattern, for example, one can start at offset 2 and achieve 3:2:2:3 or offset 1 and achieve 3:3:2:2.
2010-09-18interlace: Add allow-rff property. Fix timestampingDavid Schleef1-34/+91
2010-09-18interlace: merge telecine into normal operationDavid Schleef1-218/+159
2010-09-18interlace: Add telecine supportRobert Swain1-48/+341
2010-09-07interlace: Fix element detailsRobert Swain1-2/+2
2010-09-06interlace: Add documentationDavid Schleef1-0/+25
2010-09-05interlace: Add more formatsDavid Schleef1-4/+67
2010-09-04interlace: new elementDavid Schleef2-0/+474