log

age author description
2009-05-31 reimar Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. libavcodec
2009-05-31 reimar Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible libavcodec
2009-05-31 reimar lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. libavcodec
2009-05-31 reimar Get rid of extradata casts, it already has the right uint8_t * type libavcodec
2009-05-31 reimar Make lcldec produce YUV output when the input file is coded like that, instead libavcodec
2009-05-31 reimar Remove now unused elements from LclEncContext libavcodec
2009-05-31 reimar Remove useless casts, extradata is already "uint8_t *" libavcodec
2009-05-31 reimar lclenc.c: compress directly into output buffer instead of using a pointless libavcodec
2009-05-31 reimar Remove superfluous () from lclenc.c libavcodec
2009-05-31 reimar Cosmetics: fix indentation in lclenc.c libavcodec
2009-05-31 reimar Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled libavcodec
2009-05-31 andoma Add a lock manager API to libavcodec. libavcodec
2009-05-31 bcoudurier remove cast and use put_sbits, fix assertion in put_bits libavcodec
2009-05-31 bcoudurier fix compilation with DEBUG defined libavcodec
2009-05-30 astrange H264: Fix out of bounds reads in SSSE3 MC libavcodec
2009-05-30 reimar Use memcpy instead of per-pixel copy loop for rgb lcl format libavcodec
2009-05-30 michael Make sure offsets of mjpeg b are within the buffer. libavcodec
2009-05-30 reimar Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodec
2009-05-30 reimar Add casts to v210x decoder to avoid warnings. libavcodec
2009-05-30 bcoudurier The GIF decoder uses get_buffer, so set DR1. libavcodec
2009-05-30 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
2009-05-30 bcoudurier set pict_type in VC-1 parser, fix some timestamps problems libavcodec
2009-05-29 conrad Support block-level quantization in Theora libavcodec
2009-05-29 reimar Use av_clip_uint8 instead of equivalent but unoptimzed code, libavcodec
2009-05-28 mru MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 libavcodec
2009-05-28 mru blackfin: disable broken dsputil functions libavcodec
2009-05-28 mru blackfin: add missing const in function prototypes libavcodec
2009-05-28 mru blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto libavcodec
2009-05-28 mru blackfin: use DCT function pointer in dct_quantize_bfin() libavcodec
2009-05-28 mru ARM: add some PLD in NEON IDCT libavcodec
2009-05-27 bcoudurier msrle uncompressed decoding, fix #1074 and many other samples under /RLE libavcodec
2009-05-27 bcoudurier remove apparently unused real_pict_num from AVCodecContext libavcodec