]> git.sesse.net Git - ffmpeg/history - libavcodec/libschroedingerenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / libschroedingerenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-02-22 Vittorio Giovaralibschroedinger: Check memory allocations
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-11-23 Alexandra Khirnovalibschroedingerenc: do not assert on values from extern...
2013-11-16 Anton Khirnovlibschroedingerenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-02-25 Justin Ruggleslibschroedinger: cosmetics: rename variable avccontext...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-07 Diego Biurrunlibschroedinger: Switch to function names more in line...
2012-05-07 Diego BiurrunMove code shared between libdirac and libschroedinger...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovlibschroedingerenc: switch to encode2().
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-10-30 Diego Biurrunlibdirac/libschroedinger: Drop unnecessary symbol prefixes.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-05-05 David Conradschroenc: Set colorspace info
2010-05-05 David Conradschroenc: Use AV_RB32
2010-05-05 David Conradschroenc: Set open-gop
2010-05-05 David Conradschroenc: Set keyframe interval
2010-05-05 David Conradschroenc: Use constant quality for constant quality...
2010-05-05 David Conradschroenc: Don't touch gop_structure by default, it...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-15 Anuradha SuraparajuFix bug caused by difference in stride and picture...
2009-08-15 Diego Biurruncosmetics: indentation, prettyprinting, K&R coding...
2009-08-15 Diego BiurrunSimplify another 'if' condition: Replace 'exp == 0...
2009-08-15 Diego BiurrunRemove useless braces around if/for/while expressions.
2009-08-15 Diego BiurrunSimplify 'if' condition statements.
2009-02-10 Anuradha SuraparajuFix crash when encoding using libschroedinger.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-09 Anuradha SuraparajuAdd support for creating Simple Profile (I-frame only...
2008-07-12 Anuradha SuraparajuFix pts handling when encoding with libschroedinger...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-17 Diego Biurrunmissing codec long names by Stefano Sabatini, stefano...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-03 Anuradha SuraparajuAdd Dirac support through libschroedinger.