125 Commits (9634e6b0b065896bfc02cce4b1687a22531e2ecf)

Author SHA1 Message Date
Andreas Rheinhardt f41a9b331e avcodec/pngenc: Deduplicate AVClasses 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 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 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
James Almer 3000183732 avcodec/pngenc: don't return a value in a void function 10 years ago
Donny Yang b0a2aee408 png: Use libavutil's crc functions instead of zlib's 10 years ago
Donny Yang d759844863 apng: Add a basic APNG encoder 10 years ago
Donny Yang 3c912391dd avcodec/png: Clearly separate encoding header and frames 10 years ago
Donny Yang 749fbfd081 png: Clear up the calculation of max packet size 10 years ago
Donny Yang 9573737dfb png: Only init zlib once 10 years ago
Donny Yang e7ba79dc4e png: Calculate pixel format information only once 10 years ago
Donny Yang 68ede913d0 png: Return slightly more meaningful error codes 10 years ago
Donny Yang fe57514f8a png: Minor whitespace change and added missing comment 10 years ago
Donny Yang 5904d039ce png: Use av_freep() instead of av_free() 10 years ago
Kevin Wheatley 86b59e6a50 avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil. 10 years ago
Michael Niedermayer f6f1e2b3be avcodec/pngenc: Remove outer () from macro 10 years ago
Michael Niedermayer 7c9e7bd425 avcodec/pngenc: replace round by lrint() 10 years ago
Niklas Haas 888a33c070 lavc/pngenc: Support writing colorspace tags. 10 years ago
Carl Eugen Hoyos c6a36f6931 lavc/pngenc: Support encoding ya16be. 10 years ago
Diego Biurrun 5735552f1f pngenc: Drop pointless pointer cast in png_write_row() 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Carl Eugen Hoyos cccac7654f png: Support rgb48 and rgba64 encoding 11 years ago
Vittorio Giovara c598b569fb png: K&R formatting cosmetics 11 years ago