193 Commits (999c6b1da85a3aa7f625353605cb3e1ec6fdf41d)

Author SHA1 Message Date
Mark Reid ece12db4f1 libavcodec/dnxhdenc: add support for dnxhr encoding 8 years ago
Mark Reid cdca1902ab libavcodec/dnxhdenc: add support for variable mircoblock counts 8 years ago
Mark Reid 41d7642a7b libavcodec/dnxhd: add dnxhr profiles 8 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Luca Barbato 99214d42a9 dnxhd: Make the encoder message friendlier 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Timothy Gu bc22cd244e dnxhdenc: Optimize get_pixels_8x4_sym for 10-bit 9 years ago
Christophe Gisquet 96b165fae2 dnxhd: interleave AC levels and flags 9 years ago
Christophe Gisquet 234369d0fd dnxhdenc: fix access outside of image 9 years ago
Christophe Gisquet 9f3bfe30dd mpegvideo: dnxhdenc: permute 10bits content 9 years ago
Vittorio Giovara cf7d2f2d21 lavc: Simplify checking quant bias option 9 years ago
Carl Eugen Hoyos 7f9656f10d lavc/dnxhdenc: Fix ibias default. 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
Michael Niedermayer 5362df2ee3 avcodec: remove unused sd variables 9 years ago
Michael Niedermayer caba19a5be avcodec/dnxhdenc: Set pict type for AV_PKT_DATA_QUALITY_STATS correctly 9 years ago
Michael Niedermayer c40ecffd31 Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara 5d3addb937 Add a quality factor packet side data 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 910247f172 lavc: Deprecate avctx.{inter,intra}_quant_bias 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara 85dc006b1a lavc: fix bitshifts amount bigger than the type 10 years ago
Vittorio Giovara e3f50f2471 dnxhdenc: check negative index 10 years ago
Michael Niedermayer 7258b5eb65 avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun c166148409 dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun 5dd8c08fd5 mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Timothy Gu 676856204b DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride 11 years ago
Vittorio Giovara 89ef08c992 DNxHD: K&R formatting cosmetics 11 years ago
Michael Niedermayer d9fef740bd avcodec/dnxhdenc: use av_malloc_array() 11 years ago
Timothy Gu 68e95ab81b dnxhdenc: return meaningful return codes 11 years ago
Timothy Gu cb11b9e89e dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as stride 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Timothy Gu b9bedb0b28 avcodec/dnxhdenc: return meaningful return codes 11 years ago
Michael Niedermayer 19df5dcb47 avcodec/dnxhdenc: check that qmax is within the supported range 11 years ago
Michael Niedermayer f1caaa1c61 dnxhdenc: fix mb_rc size 11 years ago
Anton Khirnov 57e7b3a89f dnxhdenc: 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
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Michael Niedermayer 04c50cb3a0 avcodec/dnxhdenc: make header_prefix static const 11 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago