| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -2/+2 |
* | avcodec/fic: Check input size against minimal frame size | Michael Niedermayer | 2019-05-09 | 1 | -1/+1 |
* | avcodec/fic: Check that there is input left in fic_decode_block() | Michael Niedermayer | 2019-01-31 | 1 | -0/+3 |
* | avcodec/fic: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -2/+4 |
* | avcodec/fic: Fail on invalid slice size/off | Michael Niedermayer | 2018-12-23 | 1 | -0/+2 |
* | avcodec/fic: change class name to more correct one | Paul B Mahol | 2018-09-08 | 1 | -1/+1 |
* | avcodec/fic: Check available input space for cursor | Michael Niedermayer | 2018-05-17 | 1 | -0/+4 |
* | avcodec/fic: Avoid some magic numbers related to cursors | Michael Niedermayer | 2018-05-17 | 1 | -1/+2 |
* | avcodec/fic: Fixes signed integer overflow | Michael Niedermayer | 2017-08-20 | 1 | -6/+6 |
* | avcodec/fic: Fix multiple runtime error: signed integer overflow: 5793 * 4197... | Michael Niedermayer | 2017-05-18 | 1 | -16/+16 |
* | avcodec/fic: Check coefficients | Michael Niedermayer | 2017-05-09 | 1 | -2/+6 |
* | avcodec/fic: Fix multiple left shift of negative value -15 | Michael Niedermayer | 2017-05-06 | 1 | -2/+2 |
* | fic: set pict_type/key_frame after (instead of during) slice decoding. | Ronald S. Bultje | 2017-03-31 | 1 | -15/+14 |
* | lavc/fic: Do not warn about empty cursor. | Carl Eugen Hoyos | 2016-05-01 | 1 | -1/+1 |
* | lavc/fic: Be less verbose for invisible cursor outside of video. | Carl Eugen Hoyos | 2016-05-01 | 1 | -1/+1 |
* | lavc/fic: Cosmetics, fix a typo. | Carl Eugen Hoyos | 2016-04-18 | 1 | -1/+1 |
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | fic: Make warning message more accurate | Derek Buitenhuis | 2014-04-23 | 1 | -1/+3 |
| * | fic: Remove redundant clips | Derek Buitenhuis | 2014-04-23 | 1 | -3/+3 |
| * | fic: Simplify alpha blending | Derek Buitenhuis | 2014-04-22 | 1 | -1/+1 |
| * | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-22 | 1 | -1/+111 |
| * | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
| * | avcodec/fic: Fix return value check | Michael Niedermayer | 2014-04-21 | 1 | -2/+2 |
| * | avcodec/fic: clear slice_data | Michael Niedermayer | 2014-04-21 | 1 | -0/+1 |
| * | avcodec/fic: fix slice checks | Michael Niedermayer | 2014-04-21 | 1 | -5/+5 |
* | | avcodec/fic: Add skip_cursor AVOption | Michael Niedermayer | 2015-06-19 | 1 | -1/+17 |
* | | avcodec: fix clobbered ff_get_buffer() | Paul B Mahol | 2015-02-10 | 1 | -3/+1 |
* | | Silence warnings for fic files with zero-sized cursors. | Carl Eugen Hoyos | 2014-11-03 | 1 | -3/+6 |
* | | avcodec/fic: Check if a frame is available before using it | Michael Niedermayer | 2014-08-22 | 1 | -1/+6 |
* | | avcodec/fic: avoid 2 additions per idct row | Michael Niedermayer | 2014-04-23 | 1 | -6/+7 |
* | | fic: Support rendering cursors | Derek Buitenhuis | 2014-04-23 | 1 | -2/+114 |
* | | fic: Use proper quantization matrix index | Derek Buitenhuis | 2014-04-22 | 1 | -1/+2 |
* | | Merge commit '93e15a323871613fd26f1f1e317029a50b5b24ca' | Michael Niedermayer | 2014-04-21 | 1 | -11/+52 |
|\| |
|
| * | fic: use correct IDCT | Kostya Shishkov | 2014-04-21 | 1 | -11/+52 |
* | | avcodec/fic: Fix return value check | Michael Niedermayer | 2014-04-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-08 | 1 | -0/+5 |
|\| |
|
| * | fic: Properly handle skip frames | Derek Buitenhuis | 2014-03-07 | 1 | -0/+5 |
* | | avcodec/fic: clear slice_data | Michael Niedermayer | 2014-02-15 | 1 | -0/+1 |
* | | avcodec/fic: fix slice checks | Michael Niedermayer | 2014-02-15 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-08 | 1 | -4/+4 |
|/ |
|
* | Mirillis FIC video decoder | Kostya Shishkov | 2014-02-08 | 1 | -0/+298 |