summaryrefslogtreecommitdiff
path: root/ext/openjpeg
Commit message (Expand)AuthorAgeFilesLines
* jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2021-09-202-57/+68
* openjpegdec: Fix crash with AYUV64 in subframe modeStéphane Cerveau2021-09-201-80/+2
* openjpegdec: support for a multithreaded decoding.Stéphane Cerveau2021-09-203-135/+617
* openjpegdec: enable sub frame modeAaron Boxer2021-09-202-153/+224
* openjpegdec: Reject stripes for nowOlivier Crête2021-09-201-1/+2
* openjpegenc: Only allow stripe with image/x-jpc formatOlivier Crête2021-09-201-1/+2
* openjpegenc: support for a multithreaded encoding.Stéphane Cerveau2021-09-203-147/+463
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-0/+3
* openjpeg: allow per feature registrationStéphane Cerveau2021-03-235-7/+13
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* openjpegenc: store stripe offset when encoding imageAaron Boxer2020-11-121-14/+0
* openjpegenc: take subsampling into account when calculating stripe heightAaron Boxer2020-11-122-23/+76
* openjpegenc: fix memory leak from mstreamStéphane Cerveau2020-11-121-1/+1
* openjpegenc: fail negotation in handle_frame if alignment mismatchAaron Boxer2020-11-121-11/+23
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* meson: add libopenjp2 fallback for openjpegStéphane Cerveau2020-05-211-1/+3
* openjpegenc: add support for sub-frame encodingAaron Boxer2019-12-222-96/+184
* Remove autotools build systemTim-Philipp Müller2019-10-141-15/+0
* openjpegdec: enable multi-threaded decodeAaron Boxer2019-07-292-0/+75
* openjpegdec: check return value when setting up decoderAaron Boxer2019-07-291-1/+2
* openjpeg: remove support for OpenJPEG 1.5Aaron Boxer2019-07-284-180/+1
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* 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