211 Commits (403cde8e85101c8d4d99a3df4bde51e5a24cfded)

Author SHA1 Message Date
Frédéric Devernay eec67f2522 avcodec/dnxhdenc: fix DNxHR 444 encoding crashes 7 years ago
Paul B Mahol 28e9ba951d avcodec/dnxhdenc: call slice thread code only if slice threading is enabled 7 years ago
Paul B Mahol 9835ee60da avcodec/dnxhdenc: enable frame threading 7 years ago
Michael Niedermayer 900fe8ee5d avcodec/dnxhdenc: Assert that frame size is not assigned an error code 8 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Paul B Mahol f6b5a5c7d0 avcodec/dnxhdenc: fix recent regression 8 years ago
Paul B Mahol 5dedb2afd6 avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size() 8 years ago
Paul B Mahol 34c2eea3d8 avcodec/dnxhdenc: make sure that mb_height > 255 can be stored 8 years ago
Paul B Mahol 358d4524cc avcodec/dnxhdenc: fix indentation issue 8 years ago
Paul B Mahol f078bc4c5e avcodec/dnxhdenc: DNxHR 444 and HQX support 8 years ago
Vittorio Giovara 94eed68ace lavc: Drop deprecated options moved to private contexts 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun 47756f51fe dnxhdenc: Drop pointless, commented-out debug output 8 years ago
Michael Niedermayer 6c5b98d40b avcodec/dnxhdenc: Move allocation out of radix_sort() 8 years ago
Mark Reid 61fac0ea09 libavcodec/dnxhdenc: fix typo, check if profile is dnxhr 444 or hqx 8 years ago
Mark Reid 6051bb338c libavcodec/dnxhdenc: add edge emulate for dnxhr 8 years ago
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