112 Commits (1c7da19a4b45f5623cb3955b29b9a581026e3c61)

Author SHA1 Message Date
Carl Eugen Hoyos f8247c0cce lavc/ffv1enc: Support pix_fmt GRAY10. 8 years ago
Michael Niedermayer c1173437fc avcodec/ffv1enc: Fix storing RGB48 without explicitly set level 8 years ago
Michael Niedermayer 62f5e601aa avcodec/ffv1enc: Add RGB48 support 8 years ago
Michael Niedermayer a95fdac4c6 avcodec/ffv1enc: do not offset null pointers 8 years ago
Michael Niedermayer 87da118898 avcodec/ffv1enc: Factor rice high depth check out 8 years ago
Michael Niedermayer ce2217b25e avcodec/ffv1: add AV_PIX_FMT_GBRP16 support 8 years ago
Michael Niedermayer 74314f1f5f avcodec/ffv1: template functions to allow data types different from int16_t 8 years ago
Michael Niedermayer c1bfeda5a3 avcodec/ffv1enc: Fix assertion failure with non zero bits per sample 8 years ago
Luca Barbato fe6e5cbea7 ffv1: Remove version 2 and mark version 3 as non-experimental 9 years ago
James Almer 403a53c60e avcodec/ffv1enc: silence warning about deprecated coded_frame 9 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Vittorio Giovara 96c373c770 lavc: Move context_model to codec private options 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Michael Niedermayer 3843e52cb4 avcodec/ffv1enc: Support AV_PIX_FMT_YA8 9 years ago
Michael Niedermayer 2d2b41d169 avcodec/ffv1enc: Fix 2 pass mode with the default rc table 9 years ago
Michael Niedermayer 1c878474fb avcodec/ffv1enc: unbreak -coder option 9 years ago
Vittorio Giovara be00ec832c lavc: Deprecate coder_type and its symbols 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Vittorio Giovara 4bb1070c15 ffv1: Explicitly name the coder type 9 years ago
Michael Niedermayer aa6c43f3fd avcodec/ffv1: seperate slice_count from max_slice_count 9 years ago
Michael Niedermayer 72db5e96fc avcodec/ffv1enc: Fix error message when the requested version does not support the requested features 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Timothy Gu f0af25ae11 ffv1: Add missing ff_ prefixes 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 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
Vittorio Giovara 75c1ed2e4c ffv1enc: Use input frame to set SAR and interlacing 9 years ago
Vittorio Giovara 10a9149de2 ffv1enc: Keep coded_frame.key_frame a write-only variable 9 years ago
Michael Niedermayer 749f85496c avcodec/ffv1enc: fix assertion failure with unset bits per raw sample 9 years ago
Michael Niedermayer 3a6a8f6ee1 avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set 10 years ago
Michael Niedermayer 4b8a819496 avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats 10 years ago
Michael Niedermayer 81e40c26e1 avcodec/ffv1enc: Ensure that bits per raw sample is valid 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Carl Eugen Hoyos bf4bd427dd lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv. 10 years ago
Michael Niedermayer fbae0ac3e4 avcodec/ffv1enc: Use av_clip_uint8() 10 years ago
Michael Niedermayer 9198397115 avcodec/ffv1enc: Fix incompatible pointer type warning 10 years ago
Diego Biurrun 0352ff102d ffv1: const correctness for encode_rgb_frame() 10 years ago
Vittorio Giovara 6abe7edabb ffv1: fix out-of-bounds read 10 years ago
Reimar Döffinger 6724254118 ffv1enc: reduce stack usage. 10 years ago
Michael Niedermayer 947ed8f292 avcodec/ffv1enc: allocate padding for extradata 11 years ago
Lukasz Marek a91d9e4b63 lavc/ffv1enc: add const to silent warning 11 years ago
Michael Niedermayer 9e7b477c8c avcodec/ffv1enc: choose 1.2 by default for higher resolutions to ensure multi-threaded decodability 11 years ago
Michael Niedermayer 0e575c24d6 ffv1.4: use 2 coefficients for calculating the Y plane in the RCT 11 years ago
Michael Niedermayer 2bdda9a15c avcodec/ffv1enc: fix use of uninitalized variable in choose_rct_params() 11 years ago
Michael Niedermayer b07da13ac0 avcodec/ffv1enc: support forcing experimental 1.4 version 11 years ago
Michael Niedermayer 7854d2d251 avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT 11 years ago