summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* avcodec/pngdec: Mark damaged frames as finishedAndreas Rheinhardt2022-11-25
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-20
* avcodec/pngdec: Don't use unsigned for width, heightAndreas Rheinhardt2022-10-04
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/pngdec: Improve decoding text chunksAndreas Rheinhardt2022-08-23
* avcodec/pngdec: Use char* instead of uint8_t* for textAndreas Rheinhardt2022-08-23
* avcodec/pngdec: Use internal AVBPrint string when parsing chunksAndreas Rheinhardt2022-08-23
* avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUNDAndreas Rheinhardt2022-08-23
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt2022-07-09
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/pngdec: Don't open and close z_streams unnecessarilyAndreas Rheinhardt2022-03-19
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/pngdec: support alpha blending for palette apngPaul B Mahol2022-03-08
* avcodec/pngdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* Avoid calling functions repeatedly via FFMINAndreas Rheinhardt2021-07-18
* lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-05-14
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-04-08
* lavc/pngdec: use a separate bytestream reader for each chunkAnton Khirnov2021-04-08
* lavc/pngdec: improve chunk length checkAnton Khirnov2021-04-08
* lavc/pngdec: restructure exporting frame meta/side dataAnton Khirnov2021-04-08
* lavc/pngdec: remove unnecessary context variablesAnton Khirnov2021-04-08
* lavc/pngdec: perform APNG blending in-placeAnton Khirnov2021-04-08
* avcodec/pngdec: Fix memleak by postponing allocationAndreas Rheinhardt2021-03-19
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* pngdec: fix and simplify apng reference handlingAnton Khirnov2021-02-24
* lavc: split LSCR decoder out of PNG decoderAnton Khirnov2021-02-24
* avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol2021-02-13
* avcodec/lscr: stop returning error if size of packet is 2 bytesPaul B Mahol2020-09-16
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-01
* pngdec: add ability to check chunk CRCLynne2020-05-26
* avcodec/pngdec: Check length in fdATMichael Niedermayer2020-05-10
* avcodec/pngdec: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer2020-04-20
* avcodec/pngdec: set return value on av_stereo3d_create_side_data() failurePeter Ross2020-04-18
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* avcodec/pngdec: Check amount decodedMichael Niedermayer2020-02-03
* avcodec/pngdec: add logging context to logSteven Liu2019-10-08
* avcodec/pngdec: Optimize has_trns codeMichael Niedermayer2019-09-02
* avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer2019-08-11