summaryrefslogtreecommitdiff
path: root/gst/ivfparse/gstivfparse.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ivfparse: Add the AV01 FOURCC for parsing AV1 IVFsGeorg Ottinger1-1/+9
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 Balachandran1-3/+22
2014-04-18ivfparse: detect and propagate resolution changes.Gwenole Beauchesne1-15/+69
2014-04-18ivfparse: avoid possible division-by-zero when calculating PTS.Gwenole Beauchesne1-22/+15
2014-04-18ivfparse: port to baseparse.Gwenole Beauchesne1-154/+192
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
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
2010-11-25ivfparse: Remove dead assignmentsEdward Hervey1-2/+0
2010-07-28ivfparse: fix up macros and function names to match guidelinesTim-Philipp Müller1-23/+23
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öge1-22/+4
2010-06-01ivfparse: Add simple IVF parserSebastian Dröge1-0/+313