| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngdec: Do not pass AVFrame into global header decode | Michael Niedermayer | 2023-05-06 | 1 | -1/+6 |
* | avcodec/pngdec: remove AVFrame argument from decode_iccp_chunk() | Michael Niedermayer | 2023-05-06 | 1 | -2/+2 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec/pngdec: support sBIT chunks | Leo Izen | 2023-04-01 | 1 | -0/+48 |
* | avcodec/pngdec: read colorspace info when decoding with AVDISCARD_ALL | Leo Izen | 2023-02-28 | 1 | -50/+86 |
* | avcodec/pngdec: dont skip/read chunk twice | Michael Niedermayer | 2023-02-23 | 1 | -0/+1 |
* | avcodec/pngdec: Check deloco index more exactly | Michael Niedermayer | 2023-02-23 | 1 | -1/+1 |
* | avcodec/png: support cICP chunks | Leo Izen | 2023-01-25 | 1 | -3/+32 |
* | avcodec/pngdec: support decoding sRGB chunks | Leo Izen | 2023-01-25 | 1 | -2/+12 |
* | avcodec/png: use libavutil/csp.h for cHRM chunks | Leo Izen | 2023-01-25 | 1 | -20/+26 |
* | avcodec/pngdec: Mark damaged frames as finished | Andreas Rheinhardt | 2022-11-25 | 1 | -2/+4 |
* | avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND cap | Andreas Rheinhardt | 2022-10-20 | 1 | -2/+2 |
* | avcodec/pngdec: Don't use unsigned for width, height | Andreas Rheinhardt | 2022-10-04 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/pngdec: Improve decoding text chunks | Andreas Rheinhardt | 2022-08-23 | 1 | -3/+4 |
* | avcodec/pngdec: Use char* instead of uint8_t* for text | Andreas Rheinhardt | 2022-08-23 | 1 | -9/+10 |
* | avcodec/pngdec: Use internal AVBPrint string when parsing chunks | Andreas Rheinhardt | 2022-08-23 | 1 | -5/+3 |
* | avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUND | Andreas Rheinhardt | 2022-08-23 | 1 | -50/+48 |
* | avcodec/codec_internal: add cap for ICC profile support | Niklas Haas | 2022-07-30 | 1 | -2/+4 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/apng: Add APNG_FCTL_CHUNK_SIZE define | Andreas Rheinhardt | 2022-07-09 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -8/+4 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -12/+12 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/pngdec: Don't open and close z_streams unnecessarily | Andreas Rheinhardt | 2022-03-19 | 1 | -62/+46 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/pngdec: support alpha blending for palette apng | Paul B Mahol | 2022-03-08 | 1 | -29/+32 |
* | avcodec/pngdec: Cleanup generically on init failure | Andreas Rheinhardt | 2022-02-11 | 1 | -6/+3 |
* | avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer() | Andreas Rheinhardt | 2022-02-09 | 1 | -8/+9 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -0/+1 |
* | Avoid calling functions repeatedly via FFMIN | Andreas Rheinhardt | 2021-07-18 | 1 | -1/+3 |
* | lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND | Anton Khirnov | 2021-05-14 | 1 | -3/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUND | Anton Khirnov | 2021-04-08 | 1 | -7/+11 |
* | lavc/pngdec: use a separate bytestream reader for each chunk | Anton Khirnov | 2021-04-08 | 1 | -94/+72 |
* | lavc/pngdec: improve chunk length check | Anton Khirnov | 2021-04-08 | 1 | -1/+1 |
* | lavc/pngdec: restructure exporting frame meta/side data | Anton Khirnov | 2021-04-08 | 1 | -43/+119 |
* | lavc/pngdec: remove unnecessary context variables | Anton Khirnov | 2021-04-08 | 1 | -19/+17 |
* | lavc/pngdec: perform APNG blending in-place | Anton Khirnov | 2021-04-08 | 1 | -23/+28 |
* | avcodec/pngdec: Fix memleak by postponing allocation | Andreas Rheinhardt | 2021-03-19 | 1 | -5/+3 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+1 |
* | pngdec: fix and simplify apng reference handling | Anton Khirnov | 2021-02-24 | 1 | -51/+42 |
* | lavc: split LSCR decoder out of PNG decoder | Anton Khirnov | 2021-02-24 | 1 | -168/+6 |
* | avcodec/pngdec: fix possible race condition with APNG decoding | Paul B Mahol | 2021-02-13 | 1 | -2/+2 |
* | avcodec/lscr: stop returning error if size of packet is 2 bytes | Paul B Mahol | 2020-09-16 | 1 | -0/+2 |
* | avcodec/pngdec: Check for fctl after idat | Michael Niedermayer | 2020-07-01 | 1 | -0/+5 |