]> git.sesse.net Git - ffmpeg/history - libavcodec/flashsvenc.c
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
[ffmpeg] / libavcodec / flashsvenc.c
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.