147 Commits (7c41a083b756c8daf34cf1d6bb8367b2151b4e4f)

Author SHA1 Message Date
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Leo Izen 719a93f4e4 avutil/{color_utils, csp}: merge color_utils into csp and expose API 2 years ago
Leo Izen 5cf0bc4236
avcodec/pngenc: avoid writing cICP when inappropriate 2 years ago
Anton Khirnov b7f0c8889e lavc/pngenc: stop setting dts unnecessarily for APNG 2 years ago
Anton Khirnov bbbafab0ee lavc/pngenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Leo Izen 6f79f0971e
avcodec/png: support cICP chunks 2 years ago
Leo Izen 2548c32cc1
avcodec/png: use libavutil/csp.h for cHRM chunks 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt dd20ebb2ca avcodec/pngenc: Don't cast const away unnecessarily 2 years ago
Niklas Haas 61ffa23c2e avcodec/codec_internal: add cap for ICC profile support 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt e4a10dd637 avcodec/apng: Add APNG_FCTL_CHUNK_SIZE define 2 years ago
Niklas Haas 4a580975d4 avcodec/pngenc: support writing iCCP chunks 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 1692a97251 avcodec/pngenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt e9d12766b2 avcodec/pngenc: Don't use deflateInit2() with default parameters 3 years ago
Andreas Rheinhardt db57a5370b avcodec/pngenc: Avoid potentially truncating integers 3 years ago
Andreas Rheinhardt f41a9b331e avcodec/pngenc: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt 250d8661ab avcodec/pngenc: Avoid copying APNG data, allow user-supplied buffer 4 years ago
Andreas Rheinhardt aaefb84b04 avcodec/pngenc: Remove always-true check 4 years ago
Andreas Rheinhardt 413ec81ba8 avcodec/pngenc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Paul B Mahol 5d9f44da46 avcodec/pngenc: remove monowhite from apng formats 4 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Jun Zhao 1cc7e2630f lavc/pngenc: check malloc fail before using the pointer 6 years ago
James Almer f5c8d004c2 avcodec: stop using deprecated codec flags 8 years ago
James Almer cf9ef83960 huffyuvencdsp: move shared functions to a new lossless_videoencdsp context 8 years ago
James Almer 30c1f27299 huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
Andreas Cadhalpun 940b8908b9 apng: use side data to pass extradata to muxer 8 years ago
Paul B Mahol 1490682bcb avcodec/pngenc: check return value of av_frame_copy() 9 years ago
Dmitriy c3320a51df avcodec/pngenc: restore image size before copying frame 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Michael Niedermayer 8f4c3e4b92 avcodec/pngenc: Fix mixed up linesizes 9 years ago
Michael Niedermayer 7ec9c5ce8a avcodec/pngenc: Replace memcpy by av_image_copy() 9 years ago
Kirill Gavrilov 1720791e36 png: read and write stereo3d frame side data information 9 years ago
Kirill Gavrilov bea931c2eb avcodec/png: read and write stereo3d frame side data information 9 years ago
Michael Niedermayer a852db796e avcodec/pngenc: Check that there is at least 1 frame 9 years ago
Michael Niedermayer e96ecaf053 avcodec/pngenc: Initialize fctl_chunk to 0 9 years ago
Donny Yang 51ca703222 apng: Support inter-frame compression 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago