| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ffv1dec: Check for bitstream end in decode_line() | Michael Niedermayer | 2017-08-18 | 1 | -3/+21 |
* | avcodec/ffv1dec: Fix runtime error: signed integer overflow: 1550964438 + 155... | Michael Niedermayer | 2017-05-13 | 1 | -1/+2 |
* | avcodec/ffv1dec: Fix copying planes of paletted formats | Michael Niedermayer | 2017-05-08 | 1 | -1/+7 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710' | Clément Bœsch | 2017-03-19 | 1 | -5/+0 |
|\ |
|
| * | ffv1: Remove broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -5/+0 |
| * | ffv1: Report additional bitstream information in verbose mode | Luca Barbato | 2016-06-29 | 1 | -0/+7 |
| * | ffv1: Error out on unsupported format | Jerome Martinez | 2016-06-18 | 1 | -0/+11 |
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -2/+2 |
* | | lavc/ffv1: Support YUV4xxP12 and GRAY12. | Carl Eugen Hoyos | 2016-11-20 | 1 | -0/+7 |
* | | avcodec/ffv1dec: Set packed_at_lsb for 16bit YUV | Michael Niedermayer | 2016-11-18 | 1 | -0/+2 |
* | | avcodec/ffv1dec: Support gray 10/12/16 explicitly avoid shifts | Michael Niedermayer | 2016-11-18 | 1 | -1/+12 |
* | | lavc/ffv1dec: Scale output for msb-packed compression to full 16bit. | Carl Eugen Hoyos | 2016-11-17 | 1 | -1/+1 |
* | | avcodec/ffv1: add AV_PIX_FMT_GBRP16 support | Michael Niedermayer | 2016-08-08 | 1 | -0/+12 |
* | | avcodec/ffv1: template functions to allow data types different from int16_t | Michael Niedermayer | 2016-08-08 | 1 | -137/+5 |
* | | avcodec/ffv1dec: Test extradata_size instead of extradata for better robustness | Michael Niedermayer | 2016-07-21 | 1 | -1/+1 |
* | | avcodec/ffv1dec: fix some unsupported pix_fmt | Jérôme Martinez | 2016-06-13 | 1 | -7/+8 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | | avcodec/ffv1dec: Support AV_PIX_FMT_YA8 | Michael Niedermayer | 2016-01-01 | 1 | -9/+18 |
* | | Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96' | Derek Buitenhuis | 2015-11-22 | 1 | -7/+9 |
|\| |
|
| * | ffv1: Explicitly name the coder type | Vittorio Giovara | 2015-11-16 | 1 | -8/+8 |
* | | avcodec/ffv1dec: Clear quant_table_count if its invalid | Michael Niedermayer | 2015-11-14 | 1 | -0/+1 |
* | | avcodec/ffv1dec: Print an error if the quant table count is invalid | Michael Niedermayer | 2015-11-05 | 1 | -1/+3 |
* | | avcodec/ffv1dec: Free tables on init failure | Michael Niedermayer | 2015-11-05 | 1 | -0/+1 |
* | | avcodec/ffv1dec: Check for 0 quant tables | Michael Niedermayer | 2015-11-05 | 1 | -1/+1 |
* | | avcodec/ffv1dec: update progress in case of broken pointer chains | Michael Niedermayer | 2015-10-16 | 1 | -0/+1 |
* | | avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ... | Michael Niedermayer | 2015-10-16 | 1 | -0/+1 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+4 |
* | | avcodec/ffv1dec: Fix off by 1 error in quant_table_count check | Michael Niedermayer | 2015-09-26 | 1 | -1/+1 |
* | | avcodec/ffv1dec: Explicitly check read_quant_table() return value | Michael Niedermayer | 2015-09-26 | 1 | -1/+4 |
* | | avcodec/ffv1dec: Fix >8bps error concealment | Michael Niedermayer | 2015-09-25 | 1 | -2/+4 |
* | | avcodec/rangecoder: Check e | Michael Niedermayer | 2015-09-25 | 1 | -1/+4 |
* | | avcodec/ffv1: seperate slice_count from max_slice_count | Michael Niedermayer | 2015-09-24 | 1 | -3/+5 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | avcodec/ffv1dec: Print CRCs at picture debug level | Michael Niedermayer | 2015-09-02 | 1 | -2/+8 |
* | | avcodec/ffv1dec: Check that there is enough space for the CRC in the global h... | Michael Niedermayer | 2015-09-02 | 1 | -1/+1 |
* | | ffv1: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -8/+8 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avcodec/ffv1dec: Fix skip_alpha | Michael Niedermayer | 2015-05-28 | 1 | -1/+2 |
* | | avcodec/ffv1dec: Check chroma shift parameters | Michael Niedermayer | 2015-05-04 | 1 | -0/+12 |
* | | avcodec/ffv1dec: More completely check micro_version | Michael Niedermayer | 2015-05-04 | 1 | -0/+2 |
* | | avcodec/ffv1dec: Check quant table symbols more completely | Michael Niedermayer | 2015-05-04 | 1 | -1/+1 |
* | | ffv1dec: plane_index is 1 in case of version 4 gray+alpha. | Jérôme Martinez | 2015-05-03 | 1 | -1/+1 |
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -2/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -3/+3 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
* | | Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82' | Michael Niedermayer | 2015-01-06 | 1 | -4/+4 |
|\| |
|
| * | ffv1: Drop unnecessary casts and const qualifiers to match function signatures | Diego Biurrun | 2015-01-05 | 1 | -4/+4 |
* | | ffv1dec: Avoid unnecessarily large stack usage and copies. | Reimar Döffinger | 2014-11-22 | 1 | -5/+10 |