summaryrefslogtreecommitdiff
path: root/ext/openjpeg/gstopenjpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2021-09-201-41/+59
* 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-201-147/+432
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-0/+3
* openjpeg: allow per feature registrationStéphane Cerveau2021-03-231-0/+2
* 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-121-22/+75
* 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
* openjpegenc: add support for sub-frame encodingAaron Boxer2019-12-221-96/+183
* openjpeg: remove support for OpenJPEG 1.5Aaron Boxer2019-07-281-86/+0
* openjpeg: Remove compatibility with openjpeg 2.0Jan Alexander Steffens (heftig)2017-10-201-4/+0
* openjpegenc: use the corrent enumerationJosep Torra2016-08-081-1/+1
* openjpeg: fix more broken includesTim-Philipp Müller2016-06-241-1/+1
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-241-16/+16
* 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-101-0/+4
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* 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
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-2/+2
* 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-22/+184
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-18/+0
* openjpegenc/-dec: print openjpeg logs for debug tracingSebastian Rasmussen2012-12-191-1/+37
* openjpegenc: Add some propertiesSebastian Dröge2012-12-181-4/+148
* openjpegenc: Fix data pointer incrementingSebastian Dröge2012-12-171-3/+3
* openjpegenc: Optimize image filling functions a bitSebastian Dröge2012-12-171-71/+118
* openjpeg: Correct template caps a bitSebastian Dröge2012-12-161-1/+11
* openjpeg: Handle the num-components field in the capsSebastian Dröge2012-12-161-1/+12
* openjpeg: Add support for the colorspace field in the capsSebastian Dröge2012-12-161-1/+12
* openjpeg: Add JPEG2000 encoder elementSebastian Dröge2012-12-161-0/+626
* openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge2012-12-161-0/+0