summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/jpeg2000dec: add support for HTJ2K block decodingcaleb2023-04-221-17/+49
* avcodec/jpeg2000dec: move decoder structs to a header filecaleb2023-04-221-87/+1
* avcodec/jpeg2000dec: Add YA16 supportMichael Niedermayer2023-04-141-0/+4
* avcodec/jpeg2000dec: Implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMAndreas Rheinhardt2022-09-231-0/+6
* avcodec/jpeg2000dec: Set sample aspect ratio before getting bufferAndreas Rheinhardt2022-09-231-3/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/jpeg2000: Fast fail if HTJ2K codeblocks are present.caleb2022-08-071-0/+4
* avcodec/jpeg2000dec: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-6/+6
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec/jpeg2000dec: Move preparations to main thread, fix raceAndreas Rheinhardt2022-01-291-12/+11
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer2021-09-051-0/+2
* avcodec/jpeg2000dec: Make decoder init-threadsafeAndreas Rheinhardt2021-05-121-9/+3
* avcodec/mqc: Hardcode tables to save spaceAndreas Rheinhardt2021-05-121-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()Michael Niedermayer2021-02-101-0/+4
* avcodec/jpeg2000dec: Check remaining data in packed_headers_stream before useMichael Niedermayer2020-08-101-1/+3
* avcodec/jpeg2000dec: Handle reducedresno of 32Michael Niedermayer2020-08-061-12/+12
* libavcodec/jpeg2000dec: Support for PPM markerGautam Ramakrishnan2020-07-281-10/+96
* avcodec/jpeg2000dec: Move reslevelno check before use in case JPEG2000_PGOD_RPCLMichael Niedermayer2020-07-281-3/+3
* libavcodec/jpeg2000dec: Fix codeblock decode checkGautam Ramakrishnan2020-07-241-2/+6
* libavcodec/jpeg2000dec: Add check when done with main header markersGautam Ramakrishnan2020-07-231-0/+4
* libavcodec/jpeg2000dec: Support for Parameterless MarkersGautam Ramakrishnan2020-07-191-1/+2
* libavcodec/jpeg2000 Fix RPCL Progression order checkGautam Ramakrishnan2020-07-161-6/+12
* libavcodec/jpeg2000 Fix PCRL Progression Order checkGautam Ramakrishnan2020-07-161-8/+15
* libavcodec/jpeg2000dec : Prevent overriding SOP marker bitGautam Ramakrishnan2020-07-141-1/+3
* libavcodec/jpeg2000dec.c: Enable image offsetsGautam Ramakrishnan2020-07-061-4/+0
* libavcodec/jpeg2000dec: Enhance pix fmt selectionGautam Ramakrishnan2020-07-061-0/+12
* libavcodec/jpeg2000.c: Precinct size check removedGautam Ramakrishnan2020-06-301-2/+4
* libavcodec/jpeg2000dec.c Fixed WRITE_FRAME and tile co-ordinates:Gautam Ramakrishnan2020-06-271-10/+14
* libavcodec/jpeg2000dec.c: Modify image dimensionsGautam Ramakrishnan2020-06-271-5/+14
* avcodec/jpeg2000dec: Fix/check for multiple integer overflowsMichael Niedermayer2020-06-141-6/+13
* avcodec/jpeg2000dec: clear pointer which become stale in get_ppt()Michael Niedermayer2020-06-011-0/+1
* avcodec/jpeg2000dec: Free packed_headersMichael Niedermayer2020-05-171-0/+2
* libavcodec/jpeg2000dec.c: ROI marker supportGautam Ramakrishnan2020-04-231-3/+63
* libavcodec/jpeg2000dec.c: Support for CRG markerGautam Ramakrishnan2020-04-221-0/+12
* lavc/jpeg2000dec: Cosmetics, re-indent after last commit.Carl Eugen Hoyos2020-04-151-5/+5
* lavc/jpeg2000dec: Allow to force a compatible pix_fmt.Carl Eugen Hoyos2020-04-151-0/+4
* libavcodec/jpeg2000dec.c: fix error in cod markerGautam Ramakrishnan2020-04-111-0/+3
* avcodec/jpeg2000dec: Fix mixed declaration and codeAndreas Rheinhardt2020-04-091-2/+3
* libavcodec/jpeg2000dec.c: Add support for PPT markerGautam Ramakrishnan2020-04-091-11/+80
* libavcodec/jpeg2000dec.c: Fix indentationGautam Ramakrishnan2020-04-041-8/+8
* libavcodec/jpeg2000dec.c: Handle non EOC streamsGautam Ramakrishnan2020-04-041-2/+6