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
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-07-23libschroedingerenc: remove assert related to the old API.Michael Niedermayer
2012-07-23libschroedingerenc: switch to av_assertMichael Niedermayer
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun
2012-05-07Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libschroedingerenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23libschroedingerenc: switch to encode2().Anton Khirnov
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-05-06schroenc: Set colorspace infoDavid Conrad
2010-05-06schroenc: Use AV_RB32David Conrad
2010-05-06schroenc: Set open-gopDavid Conrad
2010-05-06schroenc: Set keyframe intervalDavid Conrad
2010-05-06schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad
2010-05-06schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-15Fix bug caused by difference in stride and picture width.Anuradha Suraparaju
2009-08-15cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun
2009-08-15Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun
2009-08-15Remove useless braces around if/for/while expressions.Diego Biurrun
2009-08-15Simplify 'if' condition statements.Diego Biurrun
2009-02-10Fix crash when encoding using libschroedinger.Anuradha Suraparaju
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-09Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju
2008-07-13Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-17missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-03Add Dirac support through libschroedinger.Anuradha Suraparaju