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-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas 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
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-07-08avcodec/libwebpenc: Deduplicate options, AVClass, pix_fmtsAndreas Rheinhardt
2021-05-23avcodec/libwebpenc: Allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2015-08-02avcodec/libwebpenc: Use ff_alloc_packet2()Michael Niedermayer
2015-05-23libwebp: simplify AVCodec.close functionsJames Almer
2015-05-23libwebp: use a separate AVClass for each encoderJames Almer
2015-05-22WebP encoder: extract out some methods into a separate helper library.Urvang Joshi
2014-11-03avcodec/libwebpenc: add quality optionMichael Niedermayer
2014-11-01avcodec/libwebpenc: support "P" frames in webp animationsMichael Niedermayer
2014-08-27lavc/libwebpenc: use WebPMemoryWriterClear()James Almer
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Use av_frame_copy() to simplify code where appropriate.Anton Khirnov
2013-12-22Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b'Michael Niedermayer
2013-12-22Add a libwebp encoderJustin Ruggles