Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-20 | interlace: Use buffer flags and caps correctly | Robert Swain | 1 | -6/+18 | |
This requires a recent commit to -base that adds an INTERLACED buffer flag. | |||||
2012-06-26 | interlace: port to 0.11 | Wim Taymans | 1 | -263/+211 | |
2012-04-05 | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 1 | -1/+1 | |
2012-04-04 | gst: Update versioning | Sebastian Dröge | 1 | -1/+1 | |
2012-01-10 | Merge branch 'master' into 0.11 | Sebastian Dröge | 1 | -8/+30 | |
Conflicts: gst/mpegtsdemux/tsdemux.c gst/videoparsers/gsth264parse.c tests/check/elements/camerabin2.c | |||||
2012-01-10 | interlace: fix caps leaks | Vincent Penquerc'h | 1 | -1/+15 | |
2012-01-10 | interlace: fix ref leak | Vincent Penquerc'h | 1 | -0/+2 | |
2012-01-06 | interlace: avoid dividing by zero on unkbown framerate | Vincent Penquerc'h | 1 | -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-28 | various: fix pad template ref leaks | Vincent Penquerc'h | 1 | -4/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=662664 | |||||
2011-04-11 | android: make it ready for androgenizer | Thibault Saunier | 1 | -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-24 | interlace: Fix buffer timestamp and duration | Robert Swain | 1 | -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-24 | interlace: Rename pattern property to field-pattern | Robert Swain | 1 | -2/+2 | |
This is mostly for clarity of what the property means and, I believe, makes the pattern-offset property more comprehensible. | |||||
2010-11-24 | interlace: Add pattern offset property | Robert Swain | 1 | -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-18 | interlace: Add allow-rff property. Fix timestamping | David Schleef | 1 | -34/+91 | |
2010-09-18 | interlace: merge telecine into normal operation | David Schleef | 1 | -218/+159 | |
2010-09-18 | interlace: Add telecine support | Robert Swain | 1 | -48/+341 | |
2010-09-07 | interlace: Fix element details | Robert Swain | 1 | -2/+2 | |
2010-09-06 | interlace: Add documentation | David Schleef | 1 | -0/+25 | |
2010-09-05 | interlace: Add more formats | David Schleef | 1 | -4/+67 | |
2010-09-04 | interlace: new element | David Schleef | 2 | -0/+474 | |