summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/jpeg2000_parser: Check state!=0Michael Niedermayer2021-09-141-1/+1
* avcodec/jpeg2000_parser: Fix skipping of JP2 info markers by correctly readin...Shaun Simpson2021-08-251-2/+12
* avcodec/jpeg2000_parser: Fix parsing of tile-part headerShaun Simpson2021-08-251-9/+5
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* libavcodec/jpeg2000_parser: Add jpeg2000 parserGautam Ramakrishnan2020-06-071-0/+190