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-18avcodec: Make init-threadsafety the defaultAndreas 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-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-09-24avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()Andreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/msvideo1enc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2014-08-28Replace incorrect use of "multiply" with "multiple"James Darnley
2014-05-25avcodec/msvideo1enc: Fix () in MKRGB555() macroMichael Niedermayer
2014-01-09avcodec/msvideo1enc: fix SKIPS_MAXMichael Niedermayer
2013-12-17avcodec/msvideo1enc: drop dependancy on sizeof(AVFrame)Michael Niedermayer
2013-11-13lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libsStefano Sabatini
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2012-10-16msvideo1enc: fix interframe encodingMichael Niedermayer
2012-10-16msvideo1enc: fix initial keyframe valueMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-04-15Set bits_per_coded_sample when encoding Microsoft Video-1.Carl Eugen Hoyos
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22msvideo1enc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-24msvideo1enc: switch to encode2()Michael Niedermayer
2012-01-03lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol
2011-12-30Use more designated initializers.Paul B Mahol
2011-12-18msvideo1enc: Check that dimensions are a multiple of 4.Michael Niedermayer
2011-10-04doxygen: remove a few @file parameters.Clément Bœsch
2011-05-07msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating valueReimar Döffinger
2011-05-04MS Video 1 encoderKostya Shishkov