]> git.sesse.net Git - ffmpeg/history - libavcodec/lcldec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / lcldec.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Ronald S. Bultjelcl: return negative error codes on decode_init() errors.
2012-02-24 Ronald S. Bultjelcl: error out if uncompressed input buffer is smaller...
2012-02-23 Ronald S. Bultjelcl: don't overwrite input memory.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
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-07-02 Diego BiurrunMove #ifdef before zlib_decomp() up so it covers the...
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-05-31 Reimar Döffingeradd #if CONFIG_ZLIB_DECODER around zlib_decomp function.
2009-05-31 Reimar Döffingermszh decompression: add a special case for an all-0...
2009-05-31 Reimar Döffingerlcldec: ensure that the offset for av_memcpy_backptr...
2009-05-31 Reimar DöffingerFix memleak due to c->decomp_buf never being freed.
2009-05-31 Reimar DöffingerOnly call inflateEnd when we were actually using the...
2009-05-31 Reimar Döffingeravctx->priv_data is initialized to 0, get rid of useles...
2009-05-31 Reimar DöffingerMerge variable declaration and initialization.
2009-05-31 Reimar DöffingerUse int-size types instead of char where it makes no...
2009-05-31 Reimar DöffingerTake advantage of available input padding to optimize...
2009-05-31 Reimar DöffingerChange maskbit variable to contain (1 << maskbit)
2009-05-31 Reimar DöffingerRemove check that thanks to padding is no longer necessary.
2009-05-31 Reimar Döffinger100l, the compression field in lcl extradata must be...
2009-05-31 Reimar DöffingerOne more use for FFMIN.
2009-05-31 Reimar DöffingerPad the decompression buffer and use av_memcpy_backptr...
2009-05-31 Reimar DöffingerMark srcptr as const in mszh_decomp
2009-05-31 Reimar DöffingerRemove unnecessary put_bits/get_bits includes.
2009-05-31 Reimar DöffingerUse bytestream_get_le16 to simplify offset/count calcul...
2009-05-31 Reimar DöffingerRemove useless & 0x1f
2009-05-31 Reimar DöffingerDocument padding requirements of mszh_decomp srcptr...
2009-05-31 Reimar DöffingerUse srcptr_end variable to avoid having to update both...
2009-05-31 Reimar DöffingerChange buffer size checks to avoid the undefined overfl...
2009-05-31 Reimar DöffingerSimply use memcpy instead of AV_RN32/AV_WN32 combination.
2009-05-31 Reimar DöffingerFix decoding of multithread-encoded lcl files on big...
2009-05-31 Reimar DöffingerRemove another useless ()
2009-05-31 Reimar DöffingerCorrect calculation of compressed input length.
2009-05-31 Reimar DöffingerAdd sanity check for mthread_inlen, avoids crashes...
2009-05-31 Reimar DöffingerUse FFMIN
2009-05-31 Reimar DöffingerFactor out zlib decompression code to avoid massive...
2009-05-31 Reimar DöffingerUse FFALIGN
2009-05-31 Reimar DöffingerMove variable into block where it is used, avoiding...
2009-05-31 Reimar DöffingerMake lcldec less annoyingly verbose, move messages...
2009-05-31 Reimar DöffingerGet rid of unreachable code: avctx->codec_id == CODEC_I...
2009-05-31 Reimar Döffingerlcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DEC...
2009-05-31 Reimar DöffingerGet rid of extradata casts, it already has the right...
2009-05-31 Reimar DöffingerMake lcldec produce YUV output when the input file...
2009-05-30 Reimar DöffingerUse memcpy instead of per-pixel copy loop for rgb lcl...
2009-05-30 Reimar DöffingerRemove useless () from lcldec for more consistency...
2009-05-29 Reimar DöffingerUse av_clip_uint8 instead of equivalent but unoptimzed...
2009-05-27 Jeff DownsUse AV_R/WN32 instead of direct integer copying.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
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-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...
2008-02-19 Reimar DöffingerRemove duplicate ;
2008-02-01 Michael Niedermayerconsts
2007-07-12 Måns Rullgårdindent
2007-07-12 Måns Rullgårdremove useless LclDecContext.avctx field
2007-07-12 Måns Rullgårdsplit lcl.c into lcldec.c, lclenc.c, lcl.h