summaryrefslogtreecommitdiff
path: root/gst/y4m
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-03-09y4mdec: remove unnecessary semicolonhoonhee.lee1-4/+4
2014-03-15y4mdec: check for VIDEO meta instead of CROP metaNicolas Dufresne1-2/+1
2013-05-10y4mdec: set timestamps when restriding bufferDavid Schleef1-0/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-22y4mdec: Use the correct strides as used by y4m and convert to GStreamer strid...Sebastian Dröge2-1/+173
2013-03-22y4mdec: Use the default event/query handlers for the default handlingSebastian Dröge1-4/+2
2013-03-22y4mdec: Properly handle segment and time values of -1Sebastian Dröge1-8/+31
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-18y4mdec: init videoinfoMark Nauwelaerts1-0/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-05-16y4m: link against the right libgstvideoJohn Hein1-3/+2
2012-04-19video: Update for libgstvideo API changesSebastian Dröge1-7/+0
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-01-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+3
2012-01-12y4mdec: fix event leakVincent Penquerc'h1-0/+3
2011-12-19y4m: update for new interlace capsWim Taymans1-0/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-23Fix printf format compiler warnings on OS X / 64 bitMatej Knopp1-1/+1
2011-11-17add parent to pad functionsWim Taymans1-12/+13
2011-11-16add parent to query functionWim Taymans1-25/+20
2011-10-16y4m: port to 0.11Wim Taymans2-106/+84
2011-06-26y4mdec: Fix buffer durationDavid Schleef1-1/+1
2011-06-04Remove unused but set variablesDebarshi Ray1-11/+0
2011-04-30y4mdec: add plugin descriptionPhilip Jägenstedt1-1/+2
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-01-12y4mdec: Default colorspace is I420Edward Hervey1-1/+1
2011-01-05y4mdec: Fix copyrightDavid Schleef1-1/+1
2011-01-05y4m: Fix unitialized variables on macosxEdward Hervey1-1/+1
2010-12-14y4mdec: Add y4mdecDavid Schleef3-0/+836
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt4-561/+0
2009-05-13y4menc: change my emailWim Taymans1-1/+1
2009-05-13y4menc: don't strip timestampsWim Taymans1-2/+6
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-26Add documentation for YUV4MPEG2 encoder element.Mark Nauwelaerts1-1/+20
2007-04-24Plug some leaks; try to make build bot happy again.Tim-Philipp Müller1-10/+11
2006-11-13configure.ac: Enable cdaudio and y4m.Mark Nauwelaerts3-161/+175
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-08gst/: Fix more broken GObject macrosStefan Kost1-2/+4
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-1/+2
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-7/+8