73 Commits (2ccc30217ace340b3cbbda2b771aa1e05110de30)

Author SHA1 Message Date
  Michael Niedermayer 2ccc30217a avcodec/ffv1dec: Fix integer overflow in read_quant_table() 8 years ago
  Michael Niedermayer 20ba865740 avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 1550964438 cannot be represented in type 'int' 8 years ago
  Michael Niedermayer 6aee15ecbc avcodec/ffv1dec: Fix copying planes of paletted formats 8 years ago
  Michael Niedermayer 3a1aaec9bb avcodec/ffv1dec: Clear quant_table_count if its invalid 10 years ago
  Michael Niedermayer 6c83283c3a avcodec/ffv1dec: Print an error if the quant table count is invalid 10 years ago
  Michael Niedermayer fe191124a9 avcodec/ffv1dec: Check for 0 quant tables 10 years ago
  Michael Niedermayer f0db50a57f avcodec/ffv1dec: update progress in case of broken pointer chains 10 years ago
  Michael Niedermayer a3753ba10d avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons 10 years ago
  Michael Niedermayer a2a93b0a8f avcodec/ffv1dec: Fix off by 1 error in quant_table_count check 10 years ago
  Michael Niedermayer ac19d8eb3a avcodec/ffv1dec: Explicitly check read_quant_table() return value 10 years ago
  Michael Niedermayer b5b29b22c0 avcodec/rangecoder: Check e 10 years ago
  Michael Niedermayer 6e629b0b66 avcodec/ffv1: seperate slice_count from max_slice_count 10 years ago
  Michael Niedermayer 43bfe0ada5 avcodec/ffv1dec: Check chroma shift parameters 10 years ago
  Michael Niedermayer da7d839a0d ffv1dec: check that global parameters do not change in version 0/1 12 years ago
  Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 12 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 12 years ago
  Michael Niedermayer 0e575c24d6 ffv1.4: use 2 coefficients for calculating the Y plane in the RCT 12 years ago
  Michael Niedermayer 7854d2d251 avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT 12 years ago
  Anton Khirnov a6064b12b4 ffv1: use the AVFrame API properly. 12 years ago
  Luca Barbato a90905db2e ffv1: Assume bitdepth 0 means 8bit 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 12 years ago
  Paul B Mahol d1a16564a2 avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support 12 years ago
  Paul B Mahol a27227d401 avcodec/ffv1dec: fix format detection 12 years ago
  Michael Niedermayer 8393b80b7d avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4 12 years ago
  Michael Niedermayer 21dc3a3cc2 avcodec/ffv1dec: reorganize thread init/update 12 years ago
  Michael Niedermayer c72cca5a44 avcodec/ffv1dec: move initial_states init to init_thread_copy() 12 years ago
  Michael Niedermayer b05cd1ea7e ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 headers 12 years ago
  Michael Niedermayer 547d690d67 ffv1dec: check that global parameters dont change in version 0/1 12 years ago
  Michael Niedermayer 20b965a1a4 avcodec/ffv1dec: check global header version 12 years ago
  Michael Niedermayer d9b0b54a5f ffv1: rename minor to micro version 12 years ago
  Michael Niedermayer 2c1a215ddb ffv1: update years in header 12 years ago
  Michael Niedermayer c387c45e83 ffv1: fix plane_count at version 1.4 12 years ago
  Michael Niedermayer 8ec6188263 ffv1dec: support printing information about the global header 12 years ago
  Tim.Nicholson ae4c912bce Forward interlaced field information from mov to ffv1 decoder. 12 years ago
  Paul B Mahol 61d900fd0d lavc: add ONLY_IF_THREADS_ENABLED where it is missing 12 years ago
  Michael Niedermayer a3264b4ba1 ffv1dec: defuse membomb 12 years ago
  Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
  Michael Niedermayer a0c0900e47 ffv1dec: Support frame threading with gop > 1 13 years ago
  Michael Niedermayer 69cfe63a43 ffv1: Switch to ThreadFrame 13 years ago
  Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
  Michael Niedermayer d4868a960b ffv1dec: remove redundant error message. 13 years ago
  Michael Niedermayer ff0b4c08ca ffv1dec: add code to support frame threading with gop=1 ffv1 13 years ago
  Michael Niedermayer 1a392fc550 ffv1: Store a flag in the global header that indicates if all frames are keyframes 13 years ago
  Paul B Mahol aa96439fae lavc: remove unused put_bits.h headers 13 years ago
  Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 13 years ago
  Anton Khirnov d243896987 ffv1: fix calculating slice dimensions for version 2 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago