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
2013-11-16qtrleenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-23qtrleenc: switch to encode2().Anton Khirnov
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-17qtrleenc: add rgb555 outputAlexis Ballier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-08Add PIX_FMT_ARGB encoding to qtrle.Alexis Ballier
2009-05-23fix qtrle encoding when previous frame linesize differs, fix #998Baptiste Coudurier
2009-05-03Remove dead assignments found by CSABenjamin Larsson
2009-02-11Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-08Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun
2008-09-06license header consistency cosmetics.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-01-31add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar...Baptiste Coudurier
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02QT RLE encoderAlexis Ballier