168 Commits (2c933c51687db958d8045d25ed87848342e869f6)

Author SHA1 Message Date
Michael Niedermayer 296debd213 avcodec/dnxhddec: Move mb height check out of non hr branch 7 years ago
James Almer 2b4cc8d1bb avcodec/dnxhddec: fix -Wformat warning raised by DJGPP 8 years ago
Paul B Mahol 25e491b6f9 avcodec/dnxhddec: add support for very big resolutions 8 years ago
Ronald S. Bultje f800d6508d dnxhd: initialize DNXHDContext::avctx to each thread's respective one. 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Paul B Mahol 2c5839254d avcodec/dnxhddec: fix decoding of DNxHR HQX 10-bit 8 years ago
Carl Eugen Hoyos a8cb567e55 lavc: Remove CR/LF from avpriv_request_sample() calls. 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Diego Biurrun 1263b2039e Adjust printf conversion specifiers to match variable signedness 8 years ago
Steven Robertson e1be80aa11 libavcodec/dnxhd: Enable 12-bit DNxHR support. 8 years ago
James Almer 0c75bd8e3c avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header 8 years ago
Mark Reid 41d7642a7b libavcodec/dnxhd: add dnxhr profiles 8 years ago
Mark Reid ed0dc14ebb libavcodec/dnxhd: add support more dnxhr header prefixes 8 years ago
Mark Reid 8395b6eeaa libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats 9 years ago
Michael Niedermayer 2ff61c3c1a avcodec/dnxhddec: Fix runtime error: left shift of negative value 9 years ago
Michael Niedermayer 55711e6fd0 avcodec/dnxhddec: Disable 12bit by default 9 years ago
Michael Niedermayer cea9eb9520 avcodec/dnxhddec: Make mb_scan_index a fixed length array 9 years ago
Christophe Gisquet 96b165fae2 dnxhd: interleave AC levels and flags 9 years ago
Christophe Gisquet 71199ee907 dnxhddec: better support for 4:4:4 9 years ago
Jeremy James 6f1ccca4ae dnxhd: add better support for CIDs 1270 to 1274 9 years ago
Christophe Gisquet 66db504f03 dnxhd: add CID 1270 9 years ago
Jeremy James 118a3cd2c5 dnxhd: add decoder support for DNxHR 9 years ago
Christophe Gisquet 1f4ff53aea dnxhddec: Introduce DNXHD_VARIABLE 9 years ago
Christophe Gisquet 9139a7e84f dnxhddec: cleanup frame header parsing 9 years ago
Christophe Gisquet 74ef5449a6 dnxhddec: init scantable once permutation is set 9 years ago
Christophe Gisquet c7e14a279f dnxhddec: use dequantization formula from specs 9 years ago
Christophe Gisquet 7e4070d2e7 dnxhddec: initialize with mb-aligned dimensions 9 years ago
Vittorio Giovara e94e651c76 dnxhddec: Enable frame threading 9 years ago
Christophe Gisquet c49cbecbae dnxhddec: Decode and use interlace mb flag 9 years ago
Christophe Gisquet 578f721f5d dnxhddec: add my contributions 9 years ago
Christophe Gisquet 6110a55b7d dnxhddec: reindent/cosmetics 9 years ago
Christophe Gisquet 235381e674 dnxhddec: use unsafe bitstream reader 9 years ago
Christophe Gisquet b8b8e82ea1 dnxhddec: check and report bitstream errors 9 years ago
Christophe Gisquet 5c6e3a019c dnxhddec: simplify block parsing calls 9 years ago
Christophe Gisquet 8e8ed57ea7 dnxhddec: remove unused qscale parameter 9 years ago
Christophe Gisquet 08a7510fca dnxhddec: implement slice multithreading 9 years ago
Christophe Gisquet dc218bd083 dnxhddec: parse and print adaptive color transform 9 years ago
Christophe Gisquet e4b7c3a9f2 dnxhddec: proper rule for interlaced mb flag 9 years ago
Christophe Gisquet e19ea0218a dnxhddec: indicate colorspace 9 years ago
Christophe Gisquet 2801a1352d dnxhddec: decode and use interlace mb flag 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
Vittorio Giovara d84429d41e dnxhd: Print unknown header when found 10 years ago
Carl Eugen Hoyos 3ecb82dd41 dnxhddec: Fix pixel format change 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara 5980c924e3 dnxhd: Log the selected profile id 10 years ago
Carl Eugen Hoyos dcac15a84c lavc/dnxhd: Fix pix_fmt change. 10 years ago
Michael Niedermayer 77bd35d76d avcodec/dnxhddec: reset cur_field for non interlaced frames 10 years ago
Michael Niedermayer d3bd943108 avcodec/dnxhddec: Reset is_444 if format is not 444 10 years ago
Michael Niedermayer 2c660e34cf avcodec/dnxhddec: Check that the frame is interlaced before using cur_field 10 years ago