summaryrefslogtreecommitdiff
path: root/ext/openjpeg/gstopenjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* openjpeg: Remove compatibility with openjpeg 2.0Jan Alexander Steffens (heftig)2017-12-011-4/+0
* 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-121-0/+3
* openjpegdec: Properly offset and shift for all formats when convertingSebastian Dröge2016-09-241-133/+114
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-241-52/+18
* openjpegdec: use sampling field to determine RGB channelAaron Boxer2016-06-211-11/+59
* openjpeg: Port to 2.1 and require a pkg-config file for 2.0 and 2.1Nirbheek Chauhan2016-05-101-0/+4
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* openjpegdec: Don't crash when decoding returns NULL data for any componentSebastian Dröge2015-12-171-0/+9
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+3
* 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-231-1/+1
* openjpeg: Port OpenJPEG plugin to the 2.0 APISebastian Dröge2013-10-021-13/+162
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-18/+0
* 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-191-1/+37
* 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
* 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-161-1/+4
* openjpeg: Handle the num-components field in the capsSebastian Dröge2012-12-161-2/+10
* openjpeg: Add support for the colorspace field in the capsSebastian Dröge2012-12-161-0/+14
* openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge2012-12-161-0/+881