198 Commits (1046cfe347cec1121717eba3855142984da6a9db)

Author SHA1 Message Date
Andreas Rheinhardt 4dae62f708 avcodec/dnxhddec: Use VLC symbol table to avoid lookup 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Andreas Rheinhardt b1bcff3ac0 avcodec/dnxhddec: Only keep what is used from ScanTable 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
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