Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-11avcodec/cfhd: Check transform typeMichael Niedermayer
2017-07-23avcodec/cfhd: Fix decoding regression due to height checkVodyannikov Aleksandr
2017-06-29avcodec/cfhd: Fix invalid left shift of negative valueMichael Niedermayer
2017-06-22avcodec/cfhd: Check bpc before setting bpc in contextMichael Niedermayer
2017-06-22avcodec/cfhd: Fix undefined shiftMichael Niedermayer
2017-06-10avcodec/cfhd: Check band parameters before storing themMichael Niedermayer
2017-06-01avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 canno...Michael Niedermayer
2016-08-19avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-10avcodec/cfhd: Set dimensions unconditionallyMichael Niedermayer
2016-06-05avcodec/cfhd: clear idwt_buf on allocationMichael Niedermayer
2016-05-23libavcodec/cfhd: fixed wrong printf formatdsmudhar
2016-04-28avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes ...Kieran Kunhya
2016-03-29cfhd: Do not initialize context sizeVittorio Giovara
2016-03-06lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos
2016-03-06lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos
2016-03-06avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya
2016-02-27avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya
2016-02-27cfhd: reallocate internal buffers on format change.Kieran Kunhya
2016-02-12avcodec/cfhd: Fix errors with valid files.Kieran Kunhya
2016-02-12avcodec/cfhd: Check the number of tag/value pairsMichael Niedermayer
2016-02-03cfhd: fix off-by-one error in level checkAndreas Cadhalpun
2016-02-01avcodec/cfhd: Make sure we have an end of header tag before allocating a frame.Kieran Kunhya
2016-01-30avcodec: Cineform HD DecoderKieran Kunhya