120 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
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
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Javier Cabezas d4385299d3 DNxHD: remove ff_thread_finish_setup, it isn't needed at all. 13 years ago
Javier Cabezas 1406d9ddc6 DNxHD: frame multithreading 13 years ago
Baptiste Coudurier 11a32d53ca dnxhddec: handle cid change in bitstream. 13 years ago
Diego Biurrun e83c2ddebf Fix 'heigth' vs. 'height' typos. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 5bcdc099f3 dnxhddec: cache luma/chroma_weight*qscale tables for last qscale 14 years ago
Mans Rullgard 9dfd89b831 dnxhddec: merge ac_{index,run}_flags 14 years ago
Mans Rullgard 185a2c08c5 dnxhddec: store 2*level+1 in ac_level tables 14 years ago
Mans Rullgard b297c881d6 dnxhddec: rearrange decode_dct_block loop 14 years ago
Mans Rullgard b4cfb8254e dnxhddec: avoid a branch in 10-bit decode_dct_block() 14 years ago
Mans Rullgard bb32fded36 dnxhddec: optimise dnxhd_decode_dct_block() 14 years ago
Joseph Artsimovich 5ab21439fd dnxhd: 10-bit support 14 years ago
Baptiste Coudurier 721719dd0c dnxhddec: handle cid change in bitstream. 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago