summaryrefslogtreecommitdiff
path: root/ext/openexr
AgeCommit message (Expand)AuthorFilesLines
2017-07-11openexr: Header are not C++11, force C++98Olivier Crête1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-03-01openexrdec: Also catch other exceptions by reference instead of by valueSebastian Dröge1-2/+2
2017-02-28openexrdec: Catch exception by reference instead of by valueSebastian Dröge1-1/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2014-01-18openexrdec: Don't start scanning for the header from the start again each timeSebastian Dröge1-15/+23
2013-12-04openexrdec: Instead of trying to parse the bitstream, just look for the next ...Sebastian Dröge1-220/+28
2013-11-23openexrdec: Consider the pixel aspect ratio stored in the fileSebastian Dröge1-1/+4
2013-11-23openexr: Add OpenEXR decoder elementSebastian Dröge4-3/+726
2013-11-23openexr: Add OpenEXR pluginSebastian Dröge5-0/+79