190 Commits (25ea90b733883d0cbfdb76014b619a1b37489fca)

Author SHA1 Message Date
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
Vittorio Giovara 1a07df3112 DNxHD: Add support for id 1258 (DNx100 960x720@8) 10 years ago
Vittorio Giovara 598f7d046c DNxHD: Simplify pixel format detection 10 years ago
Vittorio Giovara 41e03e284e DNxHD: More verbose error messages 10 years ago
Michael Niedermayer f3c0e0bf6f avcodec/dnxhddec: treat pix_fmt like width/height 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Vittorio Giovara 89ef08c992 DNxHD: K&R formatting cosmetics 11 years ago
Kostya Shishkov e95018b694 dnxhd: Support DNx444 11 years ago
Alexandra Khirnova 28e508a946 dnxhddec: return proper error code 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Anton Khirnov c7a5acabc5 dnxhddec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer dae38a66eb dnxhddec: return the correct number of bytes from decode_frame 12 years ago
Michael Niedermayer 4a2da83a78 dnxhddec: fix integer overflow / index check 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer a99c273a3f dnxhddec: fix CID changed check. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 6c0027bb39 dnxhddec: check that the indicated bit depth matches the tables. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago