113 Commits (59365e634552e18bb7f844ba60cba2d62852fe88)

Author SHA1 Message Date
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
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 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() 10 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
Clément Bœsch 57ec555e8e avcodec/pngenc: fix invalid read in sub filter. 11 years ago
Anton Khirnov 78c6c9d6c1 pngenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 7d7b4e8d5c avcodec/png: remove obsolete comments 11 years ago
Ian Taylor 46dee21a32 png: allow encoding 16-bit grayscale 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Andrey Utkin bc63a76083 pngenc: Add 'dpi', 'dpm' options 12 years ago
Carl Eugen Hoyos fe1de12faf Remove two anonymous arrays. 12 years ago
Carl Eugen Hoyos c4dc6c4c86 Fix bits_per_coded_sample when encoding png with frame-level multithreading. 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Paul B Mahol f58f90238f pngenc: write sample aspect ratio 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago