summaryrefslogtreecommitdiff
path: root/libavcodec/cfhdenc.c
Commit message (Expand)AuthorAge
* avcodec/cfhdenc: do not try to encode junkPaul B Mahol2021-02-24
* avcodec/cfhdenc: add padding to each decompositionPaul B Mahol2021-02-24
* avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol2021-02-24
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-19
* avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt2020-09-14
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-14
* avcodec/cfhdenc: mark filter as always inlinePaul B Mahol2020-08-11
* avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol2020-08-11
* avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol2020-08-11
* avcodec/cfhdenc: free alpha buffer on closingPaul B Mahol2020-08-08
* avcodec/cfhdenc: add gbrap12 pixel format supportPaul B Mahol2020-08-08
* avcodec/cfhdenc: compand coefficientsPaul B Mahol2020-08-08
* avcodec/cfhdenc: also write FrameNumber tagPaul B Mahol2020-08-08
* avcodec/cfhdenc: fix setting default compression levelPaul B Mahol2020-08-03
* avcodec/cfhdenc: extend quantization tablePaul B Mahol2020-08-03
* avcodec/cfhdenc: fix PrescaleTable for YUV422P10Paul B Mahol2020-08-03
* avcodec: add CFHD encoderPaul B Mahol2020-08-02