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