]> git.sesse.net Git - ffmpeg/history - libavcodec/lclenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / lclenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-05-31 Vittorio Giovaralcl: Check memory allocation
2015-04-24 Vittorio Giovaralclenc: Mark codec as init-thread-safe and init-cleanup
2014-12-18 Vittorio Giovaralcl: return an appropriate error code
2013-11-16 Anton Khirnovlclenc: 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-15 Martin StorsjöDon't include common.h from avutil.h
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 Khirnovlclenc: switch to encode2().
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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-12-31 Jason Garrett-GlaserAdd .pix_fmts to LCL encoder
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-05-31 Reimar DöffingerRemove unnecessary put_bits/get_bits includes.
2009-05-31 Reimar DöffingerRemove now unused elements from LclEncContext
2009-05-31 Reimar DöffingerRemove useless casts, extradata is already "uint8_t *"
2009-05-31 Reimar Döffingerlclenc.c: compress directly into output buffer instead...
2009-05-31 Reimar DöffingerRemove superfluous () from lclenc.c
2009-05-31 Reimar DöffingerCosmetics: fix indentation in lclenc.c
2009-05-31 Reimar DöffingerRemove "#if CONFIG_ZLIB" checks from lclenc.c, the...
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.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-19 Stefano SabatiniImprove an lclenc.c error message in case of unsupporte...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-12 Måns Rullgårdsplit lcl.c into lcldec.c, lclenc.c, lcl.h