| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cfhd: Use the actual count instead of the expected in peak_table() | Michael Niedermayer | 2018-08-20 | 1 | -1/+1 |
* | avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist... | Michael Niedermayer | 2018-08-20 | 1 | -10/+4 |
* | avcodec/cfhd: Use bytestream2 for peaks | Michael Niedermayer | 2018-07-18 | 1 | -5/+5 |
* | libavcodec/cfhd: Fix signed overflow in shift | Michael Niedermayer | 2018-07-15 | 1 | -1/+1 |
* | lavc/cfhd: interlaced frame decoding added | Gagandeep Singh | 2018-05-27 | 1 | -35/+146 |
* | lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -1/+1 |
* | lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 | Gagandeep Singh | 2018-04-03 | 1 | -2/+3 |
* | lavc/cfhd: add alpha decompanding in rgba12 | Gagandeep Singh | 2018-03-22 | 1 | -0/+19 |
* | avcodec/cfhd: support cropped height tag | James Almer | 2017-10-18 | 1 | -0/+6 |
* | Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f' | James Almer | 2017-10-17 | 1 | -56/+82 |
|\ |
|
| * | Add Cineform HD Decoder | Kieran Kunhya | 2017-03-09 | 1 | -0/+770 |
* | avcodec/cfhd: Fix decoding regression due to height check | Vodyannikov Aleksandr | 2017-07-23 | 1 | -1/+1 |
* | avcodec/cfhd: Fix invalid left shift of negative value | Michael Niedermayer | 2017-06-28 | 1 | -1/+1 |
* | avcodec/cfhd: Check bpc before setting bpc in context | Michael Niedermayer | 2017-06-22 | 1 | -2/+7 |
* | avcodec/cfhd: Fix undefined shift | Michael Niedermayer | 2017-06-22 | 1 | -1/+1 |
* | avcodec/cfhd: Check band parameters before storing them | Michael Niedermayer | 2017-06-10 | 1 | -9/+9 |
* | avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 canno... | Michael Niedermayer | 2017-06-01 | 1 | -2/+3 |
* | avcodec/cfhd: Increase minimum band dimension to 3 | Michael Niedermayer | 2016-08-19 | 1 | -6/+6 |
* | cosmetics: fix some misspelled words | James Almer | 2016-07-17 | 1 | -1/+1 |
* | avcodec/cfhd: Set dimensions unconditionally | Michael Niedermayer | 2016-06-10 | 1 | -0/+5 |
* | avcodec/cfhd: clear idwt_buf on allocation | Michael Niedermayer | 2016-06-05 | 1 | -1/+1 |
* | libavcodec/cfhd: fixed wrong printf format | dsmudhar | 2016-05-23 | 1 | -3/+3 |
* | avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes ... | Kieran Kunhya | 2016-04-28 | 1 | -1/+19 |
* | cfhd: Do not initialize context size | Vittorio Giovara | 2016-03-29 | 1 | -2/+0 |
* | lavc/cfhd: Remove one more \n from avpriv_report_missing_feature(). | Carl Eugen Hoyos | 2016-03-06 | 1 | -1/+1 |
* | lavc/cfhd: Sanitize avpriv_report_missing_feature() usage. | Carl Eugen Hoyos | 2016-03-06 | 1 | -3/+3 |
* | avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241 | Kieran Kunhya | 2016-03-06 | 1 | -0/+3 |
* | avcodec/cfhd: Add support for 12-bit RGBA. | Kieran Kunhya | 2016-02-27 | 1 | -9/+15 |
* | cfhd: reallocate internal buffers on format change. | Kieran Kunhya | 2016-02-27 | 1 | -6/+12 |
* | avcodec/cfhd: Fix errors with valid files. | Kieran Kunhya | 2016-02-12 | 1 | -3/+3 |
* | avcodec/cfhd: Check the number of tag/value pairs | Michael Niedermayer | 2016-02-12 | 1 | -0/+5 |
* | cfhd: fix off-by-one error in level check | Andreas Cadhalpun | 2016-02-03 | 1 | -1/+1 |
* | avcodec/cfhd: Make sure we have an end of header tag before allocating a frame. | Kieran Kunhya | 2016-02-01 | 1 | -1/+8 |
* | avcodec: Cineform HD Decoder | Kieran Kunhya | 2016-01-30 | 1 | -0/+749 |