109 Commits (0561bd2fc2bff0dbe651d5998e9f129c43d25eb3)

Author SHA1 Message Date
Michael Niedermayer 8630b2cd36 avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 1550964438 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 3a4d387195 avcodec/ffv1dec: Fix copying planes of paletted formats 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Carl Eugen Hoyos 322568c079 lavc/ffv1: Support YUV4xxP12 and GRAY12. 8 years ago
Michael Niedermayer d1d18de6ad avcodec/ffv1dec: Set packed_at_lsb for 16bit YUV 8 years ago
Michael Niedermayer d7a3bb2088 avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shifts 8 years ago
Carl Eugen Hoyos 55a424c5a8 lavc/ffv1dec: Scale output for msb-packed compression to full 16bit. 8 years ago
Diego Biurrun 17cb56b356 ffv1: Remove broken disabled cruft 8 years ago
Michael Niedermayer ce2217b25e avcodec/ffv1: add AV_PIX_FMT_GBRP16 support 8 years ago
Michael Niedermayer 74314f1f5f avcodec/ffv1: template functions to allow data types different from int16_t 8 years ago
Michael Niedermayer 697b2bbd54 avcodec/ffv1dec: Test extradata_size instead of extradata for better robustness 8 years ago
Luca Barbato 3c08b7bc76 ffv1: Report additional bitstream information in verbose mode 9 years ago
Jerome Martinez ec9f04423b ffv1: Error out on unsupported format 9 years ago
Jérôme Martinez 878c3a3645 avcodec/ffv1dec: fix some unsupported pix_fmt 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
Michael Niedermayer 48985576b1 avcodec/ffv1dec: Support AV_PIX_FMT_YA8 9 years ago
Vittorio Giovara 4bb1070c15 ffv1: Explicitly name the coder type 9 years ago
Michael Niedermayer e04126072e avcodec/ffv1dec: Clear quant_table_count if its invalid 9 years ago
Michael Niedermayer a8b254e436 avcodec/ffv1dec: Print an error if the quant table count is invalid 9 years ago
Michael Niedermayer c665532820 avcodec/ffv1dec: Free tables on init failure 9 years ago
Michael Niedermayer 5745cf799a avcodec/ffv1dec: Check for 0 quant tables 9 years ago
Michael Niedermayer 5063a18f56 avcodec/ffv1dec: update progress in case of broken pointer chains 9 years ago
Michael Niedermayer 4c2d4e8700 avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer 2d221d9e06 avcodec/ffv1dec: Fix off by 1 error in quant_table_count check 9 years ago
Michael Niedermayer 10bbf6cf62 avcodec/ffv1dec: Explicitly check read_quant_table() return value 9 years ago
Michael Niedermayer 25df7b1c35 avcodec/ffv1dec: Fix >8bps error concealment 9 years ago
Michael Niedermayer b2955b6c5a avcodec/rangecoder: Check e 9 years ago
Michael Niedermayer aa6c43f3fd avcodec/ffv1: seperate slice_count from max_slice_count 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Michael Niedermayer b7baebb754 avcodec/ffv1dec: Print CRCs at picture debug level 9 years ago
Michael Niedermayer eac161451d avcodec/ffv1dec: Check that there is enough space for the CRC in the global header 9 years ago
Timothy Gu f0af25ae11 ffv1: Add missing ff_ prefixes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer cf52e6d012 avcodec/ffv1dec: Fix skip_alpha 10 years ago
Michael Niedermayer d43cd6b08e avcodec/ffv1dec: Check chroma shift parameters 10 years ago
Michael Niedermayer 03baa861ea avcodec/ffv1dec: More completely check micro_version 10 years ago
Michael Niedermayer 3dfbdb328e avcodec/ffv1dec: Check quant table symbols more completely 10 years ago
Jérôme Martinez 14605a0b99 ffv1dec: plane_index is 1 in case of version 4 gray+alpha. 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun ca09effb01 ffv1: Drop unnecessary casts and const qualifiers to match function signatures 10 years ago
Reimar Döffinger 8437cc7206 ffv1dec: Avoid unnecessarily large stack usage and copies. 10 years ago
Michael Niedermayer da7d839a0d ffv1dec: check that global parameters do not change in version 0/1 10 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Michael Niedermayer cc86158173 avcodec/ffv1dec: use av_malloc_array() 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Michael Niedermayer 0e575c24d6 ffv1.4: use 2 coefficients for calculating the Y plane in the RCT 11 years ago
Michael Niedermayer 7854d2d251 avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT 11 years ago