log

age author description
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
2009-05-27 bcoudurier Rename alloc_picture to ff_alloc_picture and move its definition libavcodec
2009-05-27 heydowns Use AV_R/WN32 instead of direct integer copying. libavcodec
2009-05-27 bcoudurier do not print false error if eof follows eol libavcodec
2009-05-27 bcoudurier Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. libavcodec
2009-05-26 bcoudurier do not reference remainder packets in the parser, fix timestamps fetching libavcodec
2009-05-26 alexc In the event of a mismatch, do not follow the sample rate index in an AAC PCE. libavcodec
2009-05-26 jai_menon Add lowres support to the libopenjpeg wrapper. libavcodec
2009-05-26 jai_menon Use dimensions stored in AVCodecContext instead of local variables. libavcodec
2009-05-26 reimar Change HAVE_PPC64 to ARCH_PPC64. libavcodec
2009-05-26 michael Support YVU9 AVI 4cc. libavcodec
2009-05-25 conrad Altivec VP3 IDCT libavcodec
2009-05-25 diego The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. libavcodec
2009-05-25 ramiro cosmetics: tabs->spaces libavcodec
2009-05-25 jbr eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit libavcodec
2009-05-25 reimar Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodec
2009-05-25 bcoudurier honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec
2009-05-25 ramiro mlp: Re-enable x86-optimized DSP functions. libavcodec
2009-05-25 ramiro mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodec
2009-05-24 vitor Fix unaligned dsputil call. libavcodec
2009-05-24 reimar eatqi: move "block" variable into context to ensure sufficient alignment for libavcodec
2009-05-24 reimar Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodec
2009-05-24 reimar Add a few size checks when decoding rtjpeg blocks. libavcodec
2009-05-24 reimar Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodec
2009-05-24 conrad H264: Don't deblock if alpha or beta is 0. libavcodec
2009-05-23 michael indent libavcodec
2009-05-23 michael Fix lowres with rv20. libavcodec
2009-05-23 heydowns Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodec
2009-05-23 heydowns Add offset argument to encode_422_bitstream() to control where libavcodec
2009-05-23 conrad ARM: actually add VP3 loop filter libavcodec
2009-05-23 conrad ARM: NEON VP3 Loop Filter libavcodec
2009-05-23 bcoudurier fix qtrle encoding when previous frame linesize differs, fix #998 libavcodec
2009-05-23 bcoudurier Set progressive_sequence before MPV_common_init which cares about it when libavcodec
2009-05-23 ramiro Revert part of r18903: libavcodec
2009-05-23 ramiro MLP DSP functions x86-optimized. libavcodec
2009-05-22 conrad Fix libtheora encoding for non-mod16 sizes libavcodec
2009-05-22 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec