summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000_parser.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/jpeg2000_parser: Localize m->bytes_readTomas Härdin2022-06-101-3/+5
* libavcodec/jpeg2000_parser: ReindentTomas Härdin2022-06-101-13/+13
* libavcodec/jpeg2000_parser: Rearrange ifsTomas Härdin2022-06-101-2/+4
* libavcodec/jpeg2000_parser: LUTify info_marker()Tomas Härdin2022-06-101-7/+19
* libavcodec/jpeg2000_parser: next_state is just a temporaryTomas Härdin2022-06-101-2/+1
* libavcodec/jpeg2000_parser: Simplify, fix reset_context()Tomas Härdin2022-06-101-13/+10
* libavcodec/jpeg2000_parser: Speed up long skipsTomas Härdin2022-06-101-0/+11
* 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