121 Commits (2a31ad7d60632cca0f43986b6a5b135848088b14)

Author SHA1 Message Date
Michael Niedermayer 0f8d3d8a46 avcodec/ffv1enc: compute the max number of slices and limit by that 7 years ago
Michael Niedermayer 430d4f2bb5 avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolution 7 years ago
Michael Niedermayer 4147bb9053 avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are within the supported size 7 years ago
Alexandra Hájková ab2539bd37 ffv1: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 38a7834bbb avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated 8 years ago
Michael Niedermayer cff1c0edaa avcodec/ffv1enc: Fix size of first slice 8 years ago
Carl Eugen Hoyos 322568c079 lavc/ffv1: Support YUV4xxP12 and GRAY12. 8 years ago
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
Diego Biurrun 17cb56b356 ffv1: Remove broken disabled cruft 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