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
2019-06-28avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol
2018-08-20avcodec/cfhd: Use the actual count instead of the expected in peak_table()Michael Niedermayer
2018-08-20avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist...Michael Niedermayer
2018-07-18avcodec/cfhd: Use bytestream2 for peaksMichael Niedermayer
2018-07-15libavcodec/cfhd: Fix signed overflow in shiftMichael Niedermayer
2018-05-27lavc/cfhd: interlaced frame decoding addedGagandeep Singh
2018-05-08lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch
2018-04-03lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh
2018-03-22lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh
2017-10-18avcodec/cfhd: support cropped height tagJames Almer
2017-10-18Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'James Almer
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
2017-03-09Add Cineform HD DecoderKieran Kunhya
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