190 Commits (25ea90b733883d0cbfdb76014b619a1b37489fca)

Author SHA1 Message Date
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Paul B Mahol 507fdcd1b0 avcodec/dnxhddec: ignore second flag for encoded field 3 years ago
maryam ebr 7150f95756 avcodec/dnxhddec: check and propagate function return value 3 years ago
Andreas Rheinhardt b539ed3fd5 avcodec/dnxhddec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 10d059bb24 avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not index 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Paul B Mahol d01d606504 avcodec/dnxhddec: properly set colorspace 5 years ago
Ramiro Polla c268712895 avcodec/dnxhddec: fix block alignment 6 years ago
Paul B Mahol 5487560acf avcodec/dnxhddec: use init_get_bits8() 6 years ago
Paul B Mahol 237bbf6678 avcodec/dnxhddec: ask for samples with alpha 6 years ago
Michael Niedermayer b2be76c0a4 avcodec/dnxhddec: Check dc vlc 7 years ago
Steven Robertson c6a905b91d avcodec/dnxhddec: Do not overwrite colorspace if the container has set it. 7 years ago
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
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 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