summaryrefslogtreecommitdiff
path: root/ext/openjpeg
Commit message (Expand)AuthorAgeFilesLines
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-0/+7
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* openjpeg: Remove compatibility with openjpeg 2.0Jan Alexander Steffens (heftig)2017-10-204-25/+6
* openjpeg: Support building with openjpeg 2.3, simplerJan Alexander Steffens (heftig)2017-10-202-17/+9
* Revert "openjpeg: Support building with openjpeg 2.3"Jan Alexander Steffens (heftig)2017-10-202-13/+10
* openjpeg: Support building with openjpeg 2.3Thibault Saunier2017-10-162-10/+13
* meson: Fix build with openjpeg>=2.2Thibault Saunier2017-08-141-1/+1
* openjpeg: Fix build against openjpeg 2.2Clemens Lang2017-08-142-9/+16
* openjpegdec: support grayscale with alpha channelAaron Boxer2017-07-101-3/+105
* Revert "openjpegdec: support grayscale with alpha channel"Tim-Philipp Müller2017-07-061-186/+3
* openjpegdec: support grayscale with alpha channelAaron Boxer2017-07-061-3/+186
* openjpegdec: fix display artifacts for RGB 8-bitAaron Boxer2017-06-121-5/+4
* openjpeg: guard against invalid memory access on crafted filesVincent Penquerc'h2017-06-081-0/+3
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* openjpegdec: Properly offset and shift for all formats when convertingSebastian Dröge2016-09-241-133/+114
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+33
* openjpegenc: use the corrent enumerationJosep Torra2016-08-081-1/+1
* openjpeg: fix more broken includesTim-Philipp Müller2016-06-243-3/+3
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-244-69/+37
* openjpegdec: use sampling field to determine RGB channelAaron Boxer2016-06-212-11/+60
* openjpeg: fix builddir != srcdir build, and distcheckTim-Philipp Müller2016-06-071-1/+1
* openjpeg: set sampling in the capsAaron Boxer2016-06-071-12/+66
* openjpegenc: enable MCT for RGB videoAaron Boxer2016-05-211-0/+3
* openjpeg: Port to 2.1 and require a pkg-config file for 2.0 and 2.1Nirbheek Chauhan2016-05-103-1/+13
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+8
* openjpegdec: Don't crash when decoding returns NULL data for any componentSebastian Dröge2015-12-171-0/+9
* openjpegenc: All frames in JPEG2000 are keyframes, mark them as suchSebastian Dröge2015-12-071-0/+1
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-2/+2
* openjpegdec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* openjpeg: Fix names of debug categoriesSebastian Dröge2013-11-232-2/+2
* openjpeg: Port OpenJPEG plugin to the 2.0 APISebastian Dröge2013-10-026-38/+394
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-152-36/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* openjpegdec: Only use 10 bit YUV formats for exactly 10 bit images, not <= 16...Sebastian Dröge2012-12-231-12/+18
* openjpegenc/-dec: print openjpeg logs for debug tracingSebastian Rasmussen2012-12-192-2/+74
* openjpegenc: Add some propertiesSebastian Dröge2012-12-181-4/+148
* openjpegdec: Don't crash if colorspace is not provided on the capsSebastian Dröge2012-12-181-7/+8
* openjpegdec: Improve robustness against formats with different settings per c...Sebastian Dröge2012-12-171-14/+45
* openjpegdec: Properties won't be needed in the decoderSebastian Dröge2012-12-171-41/+0
* openjpegenc: Fix data pointer incrementingSebastian Dröge2012-12-171-3/+3
* openjpegenc: Optimize image filling functions a bitSebastian Dröge2012-12-171-71/+118
* openjpegdec: Add missing shiftsSebastian Dröge2012-12-171-9/+18
* openjpegdec: Optimize frame filling functions a bitSebastian Dröge2012-12-171-147/+275
* openjpeg: Correct template caps a bitSebastian Dröge2012-12-162-2/+15
* openjpeg: Handle the num-components field in the capsSebastian Dröge2012-12-163-3/+23
* openjpeg: Add support for the colorspace field in the capsSebastian Dröge2012-12-163-1/+27
* openjpeg: Add JPEG2000 encoder elementSebastian Dröge2012-12-163-4/+699
* openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge2012-12-166-0/+1015