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
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-31avcodec/xwdenc: Don't modify input frameAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-05-05avcodec/xwdenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2018-04-03avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL paletteswm4
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-09avcodec/xwdenc: use AV_LOG_ERROR in error messagePaul B Mahol
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-05xwdenc: remove unused codePaul B Mahol
2012-10-12Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'Michael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-29Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol
2012-06-24xwdenc: support 8bpp grayscalePaul B Mahol
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22xwdenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-25xwdenc: fix monow encodingPaul B Mahol
2012-02-17xwdenc: switch to encode2().Anton Khirnov
2012-01-23XWD encoder and decoderPaul B Mahol