summaryrefslogtreecommitdiff
path: root/ext/openjpeg/gstopenjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* openjpegdec: Don't crash when decoding returns NULL data for any componentSebastian Dröge2015-12-181-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