summaryrefslogtreecommitdiff
path: root/gst/ivfparse
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ivfparse: Add the AV01 FOURCC for parsing AV1 IVFsGeorg Ottinger1-1/+9
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
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/+2
2015-11-11ivfparse: Fix the wrong width & height parsing of vp9 bitstreamSreerenj Balachandran1-9/+14
2015-10-29ivfparse: Add vp9 supportSreerenj Balachandran2-3/+23
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-04-18ivfparse: detect and propagate resolution changes.Gwenole Beauchesne2-15/+72
2014-04-18ivfparse: avoid possible division-by-zero when calculating PTS.Gwenole Beauchesne2-25/+17
2014-04-18ivfparse: port to baseparse.Gwenole Beauchesne2-161/+195
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
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-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
2010-11-25ivfparse: Remove dead assignmentsEdward Hervey1-2/+0
2010-07-28ivfparse: fix up macros and function names to match guidelinesTim-Philipp Müller2-39/+39
2010-06-27assrender, ivfparse, jpegformat: fix compiler warnings with debugging disable...Tim-Philipp Müller1-2/+6
2010-06-02ivfparse: Fix format string warningРуслан Ижбулатов1-1/+1
2010-06-01ivfparse: Send an initial NEWSEGMENT eventSebastian Dröge1-0/+3
2010-06-01ivfparse: Integrate into the build systemSebastian Dröge2-22/+18
2010-06-01ivfparse: Add simple IVF parserSebastian Dröge2-0/+386