summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Document padding requirements of mszh_decomp srcptr bufferReimar Döffinger2009-05-31
* Use srcptr_end variable to avoid having to update both srcptr and srclen.Reimar Döffinger2009-05-31
* Change buffer size checks to avoid the undefined overflow case.Reimar Döffinger2009-05-31
* Simply use memcpy instead of AV_RN32/AV_WN32 combination.Reimar Döffinger2009-05-31
* Fix decoding of multithread-encoded lcl files on big-endian.Reimar Döffinger2009-05-31
* Remove another useless ()Reimar Döffinger2009-05-31
* 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
* Remove now unused elements from LclEncContextReimar Döffinger2009-05-31
* Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger2009-05-31
* lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger2009-05-31
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-31
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-31
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-31
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* H264: Fix out of bounds reads in SSSE3 MCAlexander Strange2009-05-30
* Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger2009-05-30
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-30
* Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger2009-05-30
* Add casts to v210x decoder to avoid warnings.Reimar Döffinger2009-05-30
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-30
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* set pict_type in VC-1 parser, fix some timestamps problemsBaptiste Coudurier2009-05-30
* Support block-level quantization in TheoraDavid Conrad2009-05-29
* Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger2009-05-29
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-28
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-28
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-28
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-28
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-28
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-28
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-27
* remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier2009-05-27
* Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier2009-05-27
* Use AV_R/WN32 instead of direct integer copying.Jeff Downs2009-05-27
* do not print false error if eof follows eolBaptiste Coudurier2009-05-27
* Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.Wolfram Gloger2009-05-27
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-26
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-26