]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/lcldec.c
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
[frescor/ffmpeg.git] / libavcodec / lcldec.c
2009-10-13 reimarRemove unnecessary calls to avcodec_check_dimensions...
2009-05-31 reimaradd #if CONFIG_ZLIB_DECODER around zlib_decomp function.
2009-05-31 reimarmszh decompression: add a special case for an all-0...
2009-05-31 reimarlcldec: ensure that the offset for av_memcpy_backptr...
2009-05-31 reimarFix memleak due to c->decomp_buf never being freed.
2009-05-31 reimarOnly call inflateEnd when we were actually using the...
2009-05-31 reimaravctx->priv_data is initialized to 0, get rid of useles...
2009-05-31 reimarMerge variable declaration and initialization.
2009-05-31 reimarUse int-size types instead of char where it makes no...
2009-05-31 reimarTake advantage of available input padding to optimize...
2009-05-31 reimarChange maskbit variable to contain (1 << maskbit)
2009-05-31 reimarRemove check that thanks to padding is no longer necessary.
2009-05-31 reimar100l, the compression field in lcl extradata must be...
2009-05-31 reimarOne more use for FFMIN.
2009-05-31 reimarPad the decompression buffer and use av_memcpy_backptr...
2009-05-31 reimarMark srcptr as const in mszh_decomp
2009-05-31 reimarRemove unnecessary put_bits/get_bits includes.
2009-05-31 reimarUse bytestream_get_le16 to simplify offset/count calcul...
2009-05-31 reimarRemove useless & 0x1f
2009-05-31 reimarDocument padding requirements of mszh_decomp srcptr...
2009-05-31 reimarUse srcptr_end variable to avoid having to update both...
2009-05-31 reimarChange buffer size checks to avoid the undefined overfl...
2009-05-31 reimarSimply use memcpy instead of AV_RN32/AV_WN32 combination.
2009-05-31 reimarFix decoding of multithread-encoded lcl files on big...
2009-05-31 reimarRemove another useless ()
2009-05-31 reimarCorrect calculation of compressed input length.
2009-05-31 reimarAdd sanity check for mthread_inlen, avoids crashes...
2009-05-31 reimarUse FFMIN
2009-05-31 reimarFactor out zlib decompression code to avoid massive...
2009-05-31 reimarUse FFALIGN
2009-05-31 reimarMove variable into block where it is used, avoiding...
2009-05-31 reimarMake lcldec less annoyingly verbose, move messages...
2009-05-31 reimarGet rid of unreachable code: avctx->codec_id == CODEC_I...
2009-05-31 reimarlcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DEC...
2009-05-31 reimarGet rid of extradata casts, it already has the right...
2009-05-31 reimarMake lcldec produce YUV output when the input file...
2009-05-30 reimarUse memcpy instead of per-pixel copy loop for rgb lcl...
2009-05-30 reimarRemove useless () from lcldec for more consistency...
2009-05-29 reimarUse av_clip_uint8 instead of equivalent but unoptimzed...
2009-05-27 heydownsUse AV_R/WN32 instead of direct integer copying.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-26 diegoFix filenames in Doxygen comments.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-19 reimarRemove duplicate ;
2008-02-01 michaelconsts
2007-07-12 mruindent
2007-07-12 mruremove useless LclDecContext.avctx field
2007-07-12 mrusplit lcl.c into lcldec.c, lclenc.c, lcl.h