summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstjpeg2000parse.c
Commit message (Expand)AuthorAgeFilesLines
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-2/+7
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+4
* jpeg2000parse: fix critical log when play one gray colorspace videoHaihua Hu2021-04-081-1/+3
* jpeg2000parse: sub-sampling parse should take component into accountAaron Boxer2020-10-271-11/+14
* jpeg2000parse: no pts interpolation with subframe.Stéphane Cerveau2020-10-271-0/+4
* jpeg2000parse: support frame and stripe alignment in capsAaron Boxer2020-10-271-1/+54
* jpeg2000parse: fail caps negotiation if caps are NOT fixedAaron Boxer2019-11-051-1/+1
* jpeg2000parse: use pre_push_frame to reset parserAaron Boxer2019-11-051-1/+15
* jpeg2000parse: parse_event: call base class at endAaron Boxer2019-11-051-1/+3
* jpeg2000parse: do hard reset if gst_base_parse_finish_frame failsAaron Boxer2019-11-051-1/+1
* jpeg2000parse: initialize some variables to make valgrind happyAaron Boxer2019-11-051-3/+9
* jpeg2000parse: use GST_INT in caps for profileAaron Boxer2019-11-051-3/+3
* jpeg2000parse: make explicit that codec_format is for src capsAaron Boxer2019-11-051-9/+9
* jpeg2000parse: refactorAaron Boxer2019-11-051-109/+109
* jpeg2000parse: set parsed to TRUE in src capsAaron Boxer2019-11-051-1/+1
* jpeg2000parse: only cache caps parameters when caps have in fact changedAaron Boxer2019-11-051-5/+4
* jpeg2000parse: fix typos in media formatAaron Boxer2019-11-051-2/+2
* jpeg2000parse: add reset methodAaron Boxer2019-11-051-13/+24
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-211-1/+1
* jpeg2000parse: support 2-component imagesAaron Boxer2017-07-171-1/+1
* jpeg2000parse: initial support for JP2 formatAaron Boxer2017-07-171-4/+7
* jpeg2000parse: Parse colorimetry, interlace-mode, field-order, multiview-mode...Aaron Boxer2017-07-171-7/+38
* jpeg2000parse: allow parsing when current caps are nullAaron Boxer2017-07-101-41/+69
* jpeg2000parse: parse RSIZ capabilities and put profile/level into the capsAaron Boxer2017-06-071-6/+92
* jpeg2000parse: fix negotiation with j2c and jpc both allowed upstreamVincent Penquerc'h2017-05-121-4/+88
* jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge2016-09-241-6/+10
* jpeg2000parse: Use correct enum typeSebastian Dröge2016-07-121-1/+1
* gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt2016-07-011-37/+34
* gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer2016-07-011-36/+35
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-241-81/+66
* jpeg2000parse: support j2c formatAaron Boxer2016-06-171-27/+128
* jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer2016-06-101-112/+160
* jpeg2000parse: Add JPEG2000 parser elementAaron Boxer2016-06-071-0/+402