28 Commits (5be0410cb31cd27ce5b518b0eca942ec90af5f34)

Author SHA1 Message Date
Gagandeep Singh 673604e0e3 lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 7 years ago
Gagandeep Singh c64c97b972 lavc/cfhd: add alpha decompanding in rgba12 7 years ago
James Almer d2917501c2 avcodec/cfhd: support cropped height tag 7 years ago
Vodyannikov Aleksandr 47c9365724 avcodec/cfhd: Fix decoding regression due to height check 7 years ago
Michael Niedermayer c709f009da avcodec/cfhd: Fix invalid left shift of negative value 7 years ago
Michael Niedermayer 6f1d2355a7 avcodec/cfhd: Check bpc before setting bpc in context 8 years ago
Michael Niedermayer 5a950f4e32 avcodec/cfhd: Fix undefined shift 8 years ago
Michael Niedermayer 54aaadf648 avcodec/cfhd: Check band parameters before storing them 8 years ago
Michael Niedermayer cd6f319a74 avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 cannot be represented in type 'int' 8 years ago
Kieran Kunhya 5f794aa165 Add Cineform HD Decoder 8 years ago
Michael Niedermayer b8b3671721 avcodec/cfhd: Increase minimum band dimension to 3 8 years ago
James Almer d688f39dc4 cosmetics: fix some misspelled words 8 years ago
Michael Niedermayer 056a4ae771 avcodec/cfhd: Set dimensions unconditionally 9 years ago
Michael Niedermayer 5fb6e39dd1 avcodec/cfhd: clear idwt_buf on allocation 9 years ago
dsmudhar 84417593b9 libavcodec/cfhd: fixed wrong printf format 9 years ago
Kieran Kunhya e9a9ca1936 avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes fuzzed files such as the one in in ticket #5383 9 years ago
Vittorio Giovara 7888ae8266 cfhd: Do not initialize context size 9 years ago
Carl Eugen Hoyos 59793785f4 lavc/cfhd: Remove one more \n from avpriv_report_missing_feature(). 9 years ago
Carl Eugen Hoyos 719276b860 lavc/cfhd: Sanitize avpriv_report_missing_feature() usage. 9 years ago
Kieran Kunhya 247fe3e494 avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241 9 years ago
Kieran Kunhya 8adbe26b90 avcodec/cfhd: Add support for 12-bit RGBA. 9 years ago
Kieran Kunhya 0096453f70 cfhd: reallocate internal buffers on format change. 9 years ago
Kieran Kunhya 1e2fd57fc0 avcodec/cfhd: Fix errors with valid files. 9 years ago
Michael Niedermayer bbc4d069d0 avcodec/cfhd: Check the number of tag/value pairs 9 years ago
Andreas Cadhalpun 916da13d6d cfhd: fix off-by-one error in level check 9 years ago
Kieran Kunhya bdd8e02b72 avcodec/cfhd: Make sure we have an end of header tag before allocating a frame. 9 years ago
Kieran Kunhya 3485332bf9 avcodec: Cineform HD Decoder 9 years ago