125 Commits (24bc6ea28f5b6a3f0c2afe0ab4460cc9d75beff4)

Author SHA1 Message Date
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
Michael Niedermayer 36ad2f41e3 avcodec/ffv1dec: Check if trailer is available 4 years ago
Michael Niedermayer 5cae71d2b7 avcodec/ffv1dec: Fix off by 1 error with quant tables 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Michael Niedermayer df498cf544 avcodec/ffv1dec: Use a different error message for the slice level CRC 5 years ago
Michael Niedermayer 84bbdc255a avcodec/ffv1dec: Check state transition table 6 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Jérôme Martinez b6fc09cdb4 avcodec/ffv1: support of more pix_fmt 7 years ago
Jérôme Martinez fb580731c1 avcodec/ffv1: Support for GBRAP10 and GBRAP12 7 years ago
Jérôme Martinez 698d5eb5bf avcodec/ffv1: Support for RGBA64 and GBRAP16 7 years ago
Michael Niedermayer c20f4fcb74 avcodec/ffv1dec: Fix out of array read in slice counting 7 years ago
Michael Niedermayer d00fc952b6 avcodec/ffv1dec: Fix integer overflow in read_quant_table() 7 years ago
Michael Niedermayer b9f92093a1 avcodec/ffv1dec: Check for bitstream end in decode_line() 7 years ago
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
Alexandra Hájková ab2539bd37 ffv1: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 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