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
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/cfhdenc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-02-24avcodec/cfhdenc: do not try to encode junkPaul B Mahol
2021-02-24avcodec/cfhdenc: add padding to each decompositionPaul B Mahol
2021-02-24avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol
2021-02-19avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol
2020-09-14avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt
2020-08-14avcodec: extend CFHD descriptionPaul B Mahol
2020-08-11avcodec/cfhdenc: mark filter as always inlinePaul B Mahol
2020-08-11avcodec/cfhdenc: optimize writting of small runcodesPaul B Mahol
2020-08-11avcodec/cfhdenc: improve quality vs size ratioPaul B Mahol
2020-08-08avcodec/cfhdenc: free alpha buffer on closingPaul B Mahol
2020-08-08avcodec/cfhdenc: add gbrap12 pixel format supportPaul B Mahol
2020-08-08avcodec/cfhdenc: compand coefficientsPaul B Mahol
2020-08-08avcodec/cfhdenc: also write FrameNumber tagPaul B Mahol
2020-08-03avcodec/cfhdenc: fix setting default compression levelPaul B Mahol
2020-08-03avcodec/cfhdenc: extend quantization tablePaul B Mahol
2020-08-03avcodec/cfhdenc: fix PrescaleTable for YUV422P10Paul B Mahol
2020-08-02avcodec: add CFHD encoderPaul B Mahol