summaryrefslogtreecommitdiff
path: root/libavcodec/lcldec.c
Commit message (Expand)AuthorAge
...
* Correct calculation of compressed input length.Reimar Döffinger2009-05-31
* Add sanity check for mthread_inlen, avoids crashes due to invalid reads.Reimar Döffinger2009-05-31
* Use FFMINReimar Döffinger2009-05-31
* Factor out zlib decompression code to avoid massive code duplication,Reimar Döffinger2009-05-31
* Use FFALIGNReimar Döffinger2009-05-31
* Move variable into block where it is used, avoiding a unused variableReimar Döffinger2009-05-31
* Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG...Reimar Döffinger2009-05-31
* Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possibleReimar Döffinger2009-05-31
* lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.Reimar Döffinger2009-05-31
* Get rid of extradata casts, it already has the right uint8_t * typeReimar Döffinger2009-05-31
* Make lcldec produce YUV output when the input file is coded like that, insteadReimar Döffinger2009-05-31
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-30
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-30
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-29
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-27
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Remove duplicate ;Reimar Döffinger2008-02-19
* constsMichael Niedermayer2008-02-01
* indentMåns Rullgård2007-07-12
* remove useless LclDecContext.avctx fieldMåns Rullgård2007-07-12
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-12