summaryrefslogtreecommitdiff
path: root/ext/openjpeg
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-0/+7
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-10-20openjpeg: Remove compatibility with openjpeg 2.0Jan Alexander Steffens (heftig)4-25/+6
2017-10-20openjpeg: Support building with openjpeg 2.3, simplerJan Alexander Steffens (heftig)2-17/+9
2017-10-20Revert "openjpeg: Support building with openjpeg 2.3"Jan Alexander Steffens (heftig)2-13/+10
2017-10-16openjpeg: Support building with openjpeg 2.3Thibault Saunier2-10/+13
2017-08-14meson: Fix build with openjpeg>=2.2Thibault Saunier1-1/+1
2017-08-14openjpeg: Fix build against openjpeg 2.2Clemens Lang2-9/+16
2017-07-10openjpegdec: support grayscale with alpha channelAaron Boxer1-3/+105
2017-07-06Revert "openjpegdec: support grayscale with alpha channel"Tim-Philipp Müller1-186/+3
2017-07-06openjpegdec: support grayscale with alpha channelAaron Boxer1-3/+186
2017-06-12openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer1-5/+4
2017-06-08openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h1-0/+3
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-09-24openjpegdec: Properly offset and shift for all formats when convertingSebastian Dröge1-133/+114
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+33
2016-08-08openjpegenc: use the corrent enumerationJosep Torra1-1/+1
2016-06-24openjpeg: fix more broken includesTim-Philipp Müller3-3/+3
2016-06-24jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer4-69/+37
2016-06-21openjpegdec: use sampling field to determine RGB channelAaron Boxer2-11/+60
2016-06-07openjpeg: fix builddir != srcdir build, and distcheckTim-Philipp Müller1-1/+1
2016-06-07openjpeg: set sampling in the capsAaron Boxer1-12/+66
2016-05-21openjpegenc: enable MCT for RGB videoAaron Boxer1-0/+3
2016-05-10openjpeg: Port to 2.1 and require a pkg-config file for 2.0 and 2.1Nirbheek Chauhan3-1/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+8
2015-12-17openjpegdec: Don't crash when decoding returns NULL data for any componentSebastian Dröge1-0/+9
2015-12-07openjpegenc: All frames in JPEG2000 are keyframes, mark them as suchSebastian Dröge1-0/+1
2015-08-17videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-03-12Remove a bunch of silly ';;' typos at the end of linesJan Schmidt1-2/+2
2013-12-05openjpegdec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-0/+1
2013-11-23openjpeg: Fix names of debug categoriesSebastian Dröge2-2/+2
2013-10-02openjpeg: Port OpenJPEG plugin to the 2.0 APISebastian Dröge6-38/+394
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2-36/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-12-23openjpegdec: Only use 10 bit YUV formats for exactly 10 bit images, not <= 16...Sebastian Dröge1-12/+18
2012-12-19openjpegenc/-dec: print openjpeg logs for debug tracingSebastian Rasmussen2-2/+74
2012-12-18openjpegenc: Add some propertiesSebastian Dröge1-4/+148
2012-12-18openjpegdec: Don't crash if colorspace is not provided on the capsSebastian Dröge1-7/+8
2012-12-17openjpegdec: Improve robustness against formats with different settings per c...Sebastian Dröge1-14/+45
2012-12-17openjpegdec: Properties won't be needed in the decoderSebastian Dröge1-41/+0
2012-12-17openjpegenc: Fix data pointer incrementingSebastian Dröge1-3/+3
2012-12-17openjpegenc: Optimize image filling functions a bitSebastian Dröge1-71/+118
2012-12-17openjpegdec: Add missing shiftsSebastian Dröge1-9/+18
2012-12-17openjpegdec: Optimize frame filling functions a bitSebastian Dröge1-147/+275
2012-12-16openjpeg: Correct template caps a bitSebastian Dröge2-2/+15
2012-12-16openjpeg: Handle the num-components field in the capsSebastian Dröge3-3/+23
2012-12-16openjpeg: Add support for the colorspace field in the capsSebastian Dröge3-1/+27
2012-12-16openjpeg: Add JPEG2000 encoder elementSebastian Dröge3-4/+699
2012-12-16openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge6-0/+1015