| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/cfhd: Keep track of which subbands have been read | Michael Niedermayer | 2021-04-03 | 1 | -0/+26 |
* | avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and... | Michael Niedermayer | 2021-04-03 | 1 | -12/+27 |
* | avcodec/cfhd: Check transform_type consistently | Michael Niedermayer | 2021-04-03 | 1 | -2/+9 |
* | avcodec/cfhd: Fix negative shift in cfhd_decode() | Michael Niedermayer | 2021-03-14 | 1 | -2/+2 |
* | avcodec/cfhd: check peak.offset | Michael Niedermayer | 2021-01-29 | 1 | -0/+6 |
* | avcodec/cfhd: only increase s->level if transform is supported | Paul B Mahol | 2021-01-17 | 1 | -1/+1 |
* | avcodec/cfhd: properly handle midstream size changes for transform type 2 | Paul B Mahol | 2020-12-25 | 1 | -0/+6 |
* | avcodec/cfhd: check that lowpass_height is >= 3 when used in vertical filter | Paul B Mahol | 2020-09-23 | 1 | -33/+56 |
* | avcodec/cfhd: Check transform type | Michael Niedermayer | 2020-08-30 | 1 | -0/+4 |
* | avcodec/cfhd: Replace a few literal numbers by named constants | Michael Niedermayer | 2020-08-30 | 1 | -4/+4 |
* | avcodec/cfhd: Remove unused-but-set variable | Andreas Rheinhardt | 2020-08-28 | 1 | -2/+1 |
* | avcodec/cfhd: add x86 SIMD | Paul B Mahol | 2020-08-26 | 1 | -273/+64 |
* | avcodec: extend CFHD description | Paul B Mahol | 2020-08-14 | 1 | -1/+1 |
* | avcodec/cfhd: improve SampleIndex tag output | Paul B Mahol | 2020-08-09 | 1 | -5/+4 |
* | avcodec/cfhd: log version tags too | Paul B Mahol | 2020-08-09 | 1 | -0/+10 |
* | avcodec/cfhd: read prescale table tag | Paul B Mahol | 2020-08-09 | 1 | -5/+4 |
* | avcodec/cfhd: use init_get_bits8() | Paul B Mahol | 2020-08-09 | 1 | -1/+3 |
* | avcodec/cfhd: reindent | Paul B Mahol | 2020-08-09 | 1 | -186/+186 |
* | avcodec/cfhd: check if band encoding is valid | Paul B Mahol | 2020-08-09 | 1 | -2/+6 |
* | avcodec/cfhd: add 3d transform support | Paul B Mahol | 2020-08-08 | 1 | -75/+607 |
* | avcodec/cfhd: remove some unused or only write items | Paul B Mahol | 2020-08-08 | 1 | -2/+0 |
* | avcodec/cfhd: fix overflow in multiplication in LUT calculation | Paul B Mahol | 2020-08-04 | 1 | -1/+1 |
* | avcodec/cfhd: correct 71 tag usage | Paul B Mahol | 2020-08-03 | 1 | -3/+2 |
* | avcodec/cfhd: use LUT for 9 and 18 codebook decompanding | Paul B Mahol | 2020-08-03 | 1 | -10/+25 |
* | avcodec/cfhd: set correct bits_per_raw_sample | Paul B Mahol | 2020-08-02 | 1 | -2/+1 |
* | avcodec/cfhd: add more tag names | Paul B Mahol | 2020-08-02 | 1 | -7/+7 |
* | avcodec: add CFHD encoder | Paul B Mahol | 2020-08-02 | 1 | -28/+0 |
* | avcodec/cfhd: improve decompanding quality with reference implementation | Paul B Mahol | 2020-08-02 | 1 | -2/+2 |
* | avcodec/cfhd: fix non-aligned to 8 height decoding | Paul B Mahol | 2020-08-02 | 1 | -3/+3 |
* | avcodec/cfhd: move if/else out of loop in inverse transform | Paul B Mahol | 2020-08-02 | 1 | -32/+30 |
* | cfhd: Add tag names | Kieran Kunhya | 2020-07-04 | 1 | -11/+21 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -4/+2 |
* | avcodec/cfhd: Check that cropped size is smaller than full | Michael Niedermayer | 2019-09-16 | 1 | -2/+6 |
* | avcodec/cfhd: Check destination space for bayer before writing | Michael Niedermayer | 2019-08-05 | 1 | -0/+9 |
* | avcodec/cfhd: Fix linesize type | Michael Niedermayer | 2019-08-05 | 1 | -1/+1 |
* | avcodec/cfhd: add bayer support | Paul B Mahol | 2019-07-29 | 1 | -8/+94 |
* | avcodec/cfhd: add back alpha processing removed in 9cefb9e7ec | Paul B Mahol | 2019-06-28 | 1 | -0/+2 |
* | avcodec/cfhd: Use the actual count instead of the expected in peak_table() | Michael Niedermayer | 2018-08-20 | 1 | -1/+1 |
* | avcodec/cfhd: Move peak_table() and difference_coding() calls after the exist... | Michael Niedermayer | 2018-08-20 | 1 | -10/+4 |
* | avcodec/cfhd: Use bytestream2 for peaks | Michael Niedermayer | 2018-07-18 | 1 | -5/+5 |
* | libavcodec/cfhd: Fix signed overflow in shift | Michael Niedermayer | 2018-07-15 | 1 | -1/+1 |
* | lavc/cfhd: interlaced frame decoding added | Gagandeep Singh | 2018-05-27 | 1 | -35/+146 |
* | lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -1/+1 |
* | lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16 | Gagandeep Singh | 2018-04-03 | 1 | -2/+3 |
* | lavc/cfhd: add alpha decompanding in rgba12 | Gagandeep Singh | 2018-03-22 | 1 | -0/+19 |
* | avcodec/cfhd: support cropped height tag | James Almer | 2017-10-18 | 1 | -0/+6 |
* | Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f' | James Almer | 2017-10-17 | 1 | -56/+82 |
|\ |
|
| * | Add Cineform HD Decoder | Kieran Kunhya | 2017-03-09 | 1 | -0/+770 |