summaryrefslogtreecommitdiffstats
path: root/libavcodec/cfhd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer2019-09-161-2/+6
* avcodec/cfhd: Check destination space for bayer before writingMichael Niedermayer2019-08-051-0/+9
* avcodec/cfhd: Fix linesize typeMichael Niedermayer2019-08-051-1/+1
* avcodec/cfhd: add bayer supportPaul B Mahol2019-07-291-8/+94
* avcodec/cfhd: add back alpha processing removed in 9cefb9e7ecPaul B Mahol2019-06-281-0/+2
* avcodec/cfhd: Use the actual count instead of the expected in peak_table()Michael Niedermayer2018-08-201-1/+1
* avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist...Michael Niedermayer2018-08-201-10/+4
* avcodec/cfhd: Use bytestream2 for peaksMichael Niedermayer2018-07-181-5/+5
* libavcodec/cfhd: Fix signed overflow in shiftMichael Niedermayer2018-07-151-1/+1
* lavc/cfhd: interlaced frame decoding addedGagandeep Singh2018-05-271-35/+146
* lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-1/+1
* lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh2018-04-031-2/+3
* lavc/cfhd: add alpha decompanding in rgba12Gagandeep Singh2018-03-221-0/+19
* avcodec/cfhd: support cropped height tagJames Almer2017-10-181-0/+6
* Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'James Almer2017-10-171-56/+82
|\
| * Add Cineform HD DecoderKieran Kunhya2017-03-091-0/+770
* avcodec/cfhd: Fix decoding regression due to height checkVodyannikov Aleksandr2017-07-231-1/+1
* avcodec/cfhd: Fix invalid left shift of negative valueMichael Niedermayer2017-06-281-1/+1
* avcodec/cfhd: Check bpc before setting bpc in contextMichael Niedermayer2017-06-221-2/+7
* avcodec/cfhd: Fix undefined shiftMichael Niedermayer2017-06-221-1/+1
* avcodec/cfhd: Check band parameters before storing themMichael Niedermayer2017-06-101-9/+9
* avcodec/cfhd: Fix runtime error: signed integer overflow: 65280 * 65288 canno...Michael Niedermayer2017-06-011-2/+3
* avcodec/cfhd: Increase minimum band dimension to 3Michael Niedermayer2016-08-191-6/+6
* cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* avcodec/cfhd: Set dimensions unconditionallyMichael Niedermayer2016-06-101-0/+5
* avcodec/cfhd: clear idwt_buf on allocationMichael Niedermayer2016-06-051-1/+1
* libavcodec/cfhd: fixed wrong printf formatdsmudhar2016-05-231-3/+3
* avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes ...Kieran Kunhya2016-04-281-1/+19
* cfhd: Do not initialize context sizeVittorio Giovara2016-03-291-2/+0
* lavc/cfhd: Remove one more \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-061-1/+1
* lavc/cfhd: Sanitize avpriv_report_missing_feature() usage.Carl Eugen Hoyos2016-03-061-3/+3
* avcodec/cfhd: Fixes cfhd_odd.mov which has a resolution of 496x241Kieran Kunhya2016-03-061-0/+3
* avcodec/cfhd: Add support for 12-bit RGBA.Kieran Kunhya2016-02-271-9/+15
* cfhd: reallocate internal buffers on format change.Kieran Kunhya2016-02-271-6/+12
* avcodec/cfhd: Fix errors with valid files.Kieran Kunhya2016-02-121-3/+3
* avcodec/cfhd: Check the number of tag/value pairsMichael Niedermayer2016-02-121-0/+5
* cfhd: fix off-by-one error in level checkAndreas Cadhalpun2016-02-031-1/+1
* avcodec/cfhd: Make sure we have an end of header tag before allocating a frame.Kieran Kunhya2016-02-011-1/+8
* avcodec: Cineform HD DecoderKieran Kunhya2016-01-301-0/+749
OpenPOWER on IntegriCloud