summaryrefslogtreecommitdiff
path: root/ext/openjpeg
AgeCommit message (Expand)AuthorFilesLines
2021-09-20jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2-57/+68
2021-09-20openjpegdec: Fix crash with AYUV64 in subframe modeStéphane Cerveau1-80/+2
2021-09-20openjpegdec: support for a multithreaded decoding.Stéphane Cerveau3-135/+617
2021-09-20openjpegdec: enable sub frame modeAaron Boxer2-153/+224
2021-09-20openjpegdec: Reject stripes for nowOlivier Crête1-1/+2
2021-09-20openjpegenc: Only allow stripe with image/x-jpc formatOlivier Crête1-1/+2
2021-09-20openjpegenc: support for a multithreaded encoding.Stéphane Cerveau3-147/+463
2021-06-14jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau1-0/+3
2021-03-23openjpeg: allow per feature registrationStéphane Cerveau5-7/+13
2021-03-22gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-11-12openjpegenc: store stripe offset when encoding imageAaron Boxer1-14/+0
2020-11-12openjpegenc: take subsampling into account when calculating stripe heightAaron Boxer2-23/+76
2020-11-12openjpegenc: fix memory leak from mstreamStéphane Cerveau1-1/+1
2020-11-12openjpegenc: fail negotation in handle_frame if alignment mismatchAaron Boxer1-11/+23
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2020-05-21meson: add libopenjp2 fallback for openjpegStéphane Cerveau1-1/+3
2019-12-22openjpegenc: add support for sub-frame encodingAaron Boxer2-96/+184
2019-10-14Remove autotools build systemTim-Philipp Müller1-15/+0
2019-07-29openjpegdec: enable multi-threaded decodeAaron Boxer2-0/+75
2019-07-29openjpegdec: check return value when setting up decoderAaron Boxer1-1/+2
2019-07-28openjpeg: remove support for OpenJPEG 1.5Aaron Boxer4-180/+1
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
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