]> git.sesse.net Git - ffmpeg/history - libavcodec/flashsvenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / flashsvenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraflashsvenc: Keep coded_frame.key_frame a write-only...
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2013-11-16 Anton Khirnovflashsvenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
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-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovflashsvenc: switch to encode2().
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-09-21 Diego BiurrunFix av_dlog invocations with wrong or missing logging...
2011-07-15 Diego Biurrunflashsvenc: replace bitstream description by a link...
2011-07-15 Diego Biurrunflashsvenc: drop unnecessary cast
2011-07-15 Diego Biurrunflashsvenc: improve some variable names and fix corresp...
2011-07-15 Diego Biurrunflashsvenc: merge two consecutive if-conditions
2011-07-15 Diego Biurrunflashsvenc: merge variable declarations and initializations
2011-07-15 Diego Biurrunflashsvenc: convert some debug av_log() to av_dlog()
2011-07-15 Diego Biurrunflashsvenc: whitespace cosmetics
2011-07-15 Diego Biurrunflashsvenc: drop some unnecessary parentheses
2011-07-15 Diego Biurrunflashsvenc: fix some comment typos
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-25 Diego Biurrunflashsv: Return more meaningful error values.
2011-04-25 Diego Biurrunflashsv: Employ explicit AVCodec struct initializers.
2011-04-24 Diego Biurruncosmetics: K&R coding style and more whitespace for...
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-05-17 Benjamin LarssonUse FFABS instead of abs.
2007-05-17 Benjamin LarssonRemove lots of unused commented code. (Cleanup)
2007-05-17 Benjamin LarssonChange default 1 pass blocksize to 64x64.
2007-05-12 Benjamin LarssonAdded support for instances where linesize[0] is negative.
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-11 Benjamin LarssonRespect the gop size (-g) for marking I frames. Use...
2007-03-10 Benjamin LarssonSimplify, use avctx->frame_number.
2007-01-25 Benjamin LarssonDon't copy more then needed, bugfix by Gus Scheidt...
2007-01-21 Benjamin LarssonRemove debug line.
2007-01-21 Benjamin LarssonAdd flashsv encoder to changelog and fix the encoder...
2007-01-21 Benjamin LarssonFlash screen video encoder.