summaryrefslogtreecommitdiff
path: root/gst/y4m/gsty4mdec.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* y4mdec: remove unnecessary semicolonhoonhee.lee2015-03-091-4/+4
* y4mdec: check for VIDEO meta instead of CROP metaNicolas Dufresne2014-03-151-2/+1
* y4mdec: set timestamps when restriding bufferDavid Schleef2013-05-101-0/+1
* y4mdec: Use the correct strides as used by y4m and convert to GStreamer strid...Sebastian Dröge2013-03-221-1/+170
* y4mdec: Use the default event/query handlers for the default handlingSebastian Dröge2013-03-221-4/+2
* y4mdec: Properly handle segment and time values of -1Sebastian Dröge2013-03-221-8/+31
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* y4mdec: init videoinfoMark Nauwelaerts2012-09-181-0/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* video: Update for libgstvideo API changesSebastian Dröge2012-04-191-7/+0
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-0/+3
|\
| * y4mdec: fix event leakVincent Penquerc'h2012-01-121-0/+3
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | y4m: update for new interlace capsWim Taymans2011-12-191-0/+2
* | Fix printf format compiler warnings on OS X / 64 bitMatej Knopp2011-11-231-1/+1
* | add parent to pad functionsWim Taymans2011-11-171-12/+13
* | add parent to query functionWim Taymans2011-11-161-25/+20
* | y4m: port to 0.11Wim Taymans2011-10-161-93/+82
|/
* y4mdec: Fix buffer durationDavid Schleef2011-06-261-1/+1
* Remove unused but set variablesDebarshi Ray2011-06-041-11/+0
* y4mdec: add plugin descriptionPhilip Jägenstedt2011-04-301-1/+2
* y4mdec: Default colorspace is I420Edward Hervey2011-01-121-1/+1
* y4m: Fix unitialized variables on macosxEdward Hervey2011-01-051-1/+1
* y4mdec: Add y4mdecDavid Schleef2010-12-141-0/+747