summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstjpeg2000parse.h
Commit message (Collapse)AuthorAgeFilesLines
* jpeg2000parse: make explicit that codec_format is for src capsAaron Boxer2019-11-051-1/+1
|
* jpeg2000parse: add reset methodAaron Boxer2019-11-051-0/+3
| | | | Also add three new struct members, currently unused.
* tsmux/tsdemux: Add support for JPEG2000Aaron Boxer2017-07-211-1/+1
| | | | | | Based on patches by Milos Seleceni. https://bugzilla.gnome.org/show_bug.cgi?id=753323
* jpeg2000parse: parse RSIZ capabilities and put profile/level into the capsAaron Boxer2017-06-071-1/+58
| | | | | | | | The RSIZ capabilities tag stores the JPEG 2000 profile. In the case of broadcast profiles, it also stores the broadcast main level, which specifies the bit rate. https://bugzilla.gnome.org/show_bug.cgi?id=782337
* videoparsers: fix broken includeTim-Philipp Müller2016-06-241-1/+1
|
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-241-3/+3
| | | | | | Also, move gstjpeg2000sampling to codecparsers project https://bugzilla.gnome.org/show_bug.cgi?id=767908
* jpeg2000parse: support j2c formatAaron Boxer2016-06-171-1/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767512
* jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer2016-06-101-3/+6
| | | | | | | | | And always set the sampling field on the src caps, if necessary guessing a correct value for it from the colorspace field. Also, did some cleanup: removed sampling enum - redundant. https://bugzilla.gnome.org/show_bug.cgi?id=766236
* jpeg2000parse: Add JPEG2000 parser elementAaron Boxer2016-06-071-0/+66
https://bugzilla.gnome.org/show_bug.cgi?id=766236