89 Commits (a01046c90c9a8ace6105fcef6cd7964edae62357)

Author SHA1 Message Date
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 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 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
Vittorio Giovara 75c1ed2e4c ffv1enc: Use input frame to set SAR and interlacing 10 years ago
Vittorio Giovara 10a9149de2 ffv1enc: Keep coded_frame.key_frame a write-only variable 10 years ago
Michael Niedermayer 749f85496c avcodec/ffv1enc: fix assertion failure with unset bits per raw sample 10 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. 11 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
Anton Khirnov a6064b12b4 ffv1: use the AVFrame API properly. 11 years ago
Michael Niedermayer 336a1902d6 avcodec/ffv1enc: Check high bpp RGB against coder type too 11 years ago
Michael Niedermayer 1fb3b494fa ffv1enc: store 2pass statistics at the end 11 years ago
Michael Niedermayer 8d88ed9a1f avcodec/ffv1enc: pass through pts 11 years ago
Michael Niedermayer 62533eab6f ffv1enc: use 64bit in maxsize calculation 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol d1a16564a2 avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support 12 years ago
Michael Niedermayer 3576b564ec avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small. 12 years ago
Michael Niedermayer 77f521d9e5 avcodec/ffv1enc: check encode_line()s return code 12 years ago
Michael Niedermayer 3728603f18 avcodec/ffv1enc: update buffer check for 16bps 12 years ago
Michael Niedermayer 904a2864bd avcodec/ffv1enc: fix size used for ff_alloc_packet2() 12 years ago
Michael Niedermayer abe76b851c ffv1enc: Make ffv1.3 non experimental 12 years ago
Michael Niedermayer d9b0b54a5f ffv1: rename minor to micro version 12 years ago
Michael Niedermayer 2c1a215ddb ffv1: update years in header 12 years ago
Michael Niedermayer c8d89be477 ffv1enc: propagate error code from write_extradata() 12 years ago
Michael Niedermayer eeb3fb9e62 ffv1enc: check for malloc failure 12 years ago
Michael Niedermayer 23606f27f0 avcodec/ffv1enc: bump minor_version for the chroma_plane fix 12 years ago
Michael Niedermayer 1a01147d7a avcodec/ffv1enc: fix chroma_plane for rgb/rgba 12 years ago
Michael Niedermayer c387c45e83 ffv1: fix plane_count at version 1.4 12 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago