summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
Commit message (Expand)AuthorAge
* avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer2016-08-19
* cosmetics: fix some misspelled wordsJames Almer2016-07-17
* avcodec/cfhd: Set dimensions unconditionallyMichael Niedermayer2016-06-10
* avcodec/cfhd: clear idwt_buf on allocationMichael Niedermayer2016-06-05
* libavcodec/cfhd: fixed wrong printf formatdsmudhar2016-05-23
* avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes ...Kieran Kunhya2016-04-28
* cfhd: Do not initialize context sizeVittorio Giovara2016-03-29
* lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-06
* lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos2016-03-06
* avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya2016-03-06
* avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya2016-02-27
* cfhd: reallocate internal buffers on format change.Kieran Kunhya2016-02-27
* avcodec/cfhd: Fix errors with valid files.Kieran Kunhya2016-02-12
* avcodec/cfhd: Check the number of tag/value pairsMichael Niedermayer2016-02-12
* cfhd: fix off-by-one error in level checkAndreas Cadhalpun2016-02-03
* avcodec/cfhd: Make sure we have an end of header tag before allocating a frame.Kieran Kunhya2016-02-01
* avcodec: Cineform HD DecoderKieran Kunhya2016-01-30