log

age author description
Tue, 26 May 2009 16:59:05 +0000 jai_menon Use dimensions stored in AVCodecContext instead of local variables. libavcodec
Tue, 26 May 2009 05:00:51 +0000 reimar Change HAVE_PPC64 to ARCH_PPC64. libavcodec
Tue, 26 May 2009 03:51:00 +0000 michael Support YVU9 AVI 4cc. libavcodec
Mon, 25 May 2009 22:19:35 +0000 conrad Altivec VP3 IDCT libavcodec
Mon, 25 May 2009 19:02:35 +0000 diego The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. libavcodec
Mon, 25 May 2009 18:37:16 +0000 ramiro cosmetics: tabs->spaces libavcodec
Mon, 25 May 2009 16:12:51 +0000 jbr eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit libavcodec
Mon, 25 May 2009 12:17:02 +0000 reimar Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodec
Mon, 25 May 2009 02:34:31 +0000 bcoudurier honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec
Mon, 25 May 2009 01:53:43 +0000 ramiro mlp: Re-enable x86-optimized DSP functions. libavcodec
Mon, 25 May 2009 01:52:05 +0000 ramiro mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodec
Sun, 24 May 2009 12:44:54 +0000 vitor Fix unaligned dsputil call. libavcodec
Sun, 24 May 2009 09:14:19 +0000 reimar eatqi: move "block" variable into context to ensure sufficient alignment for libavcodec
Sun, 24 May 2009 09:06:06 +0000 reimar Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodec
Sun, 24 May 2009 09:03:45 +0000 reimar Add a few size checks when decoding rtjpeg blocks. libavcodec
Sun, 24 May 2009 08:36:52 +0000 reimar Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodec
Sun, 24 May 2009 03:39:20 +0000 conrad H264: Don't deblock if alpha or beta is 0. libavcodec
Sat, 23 May 2009 23:02:33 +0000 michael indent libavcodec
Sat, 23 May 2009 22:59:35 +0000 michael Fix lowres with rv20. libavcodec
Sat, 23 May 2009 19:37:01 +0000 heydowns Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodec
Sat, 23 May 2009 19:30:35 +0000 heydowns Add offset argument to encode_422_bitstream() to control where libavcodec
Sat, 23 May 2009 18:47:26 +0000 conrad ARM: actually add VP3 loop filter libavcodec
Sat, 23 May 2009 18:36:20 +0000 conrad ARM: NEON VP3 Loop Filter libavcodec
Sat, 23 May 2009 05:55:29 +0000 bcoudurier fix qtrle encoding when previous frame linesize differs, fix #998 libavcodec
Sat, 23 May 2009 01:22:43 +0000 bcoudurier Set progressive_sequence before MPV_common_init which cares about it when libavcodec
Sat, 23 May 2009 01:20:42 +0000 ramiro Revert part of r18903: libavcodec
Sat, 23 May 2009 00:23:30 +0000 ramiro MLP DSP functions x86-optimized. libavcodec
Fri, 22 May 2009 22:01:50 +0000 conrad Fix libtheora encoding for non-mod16 sizes libavcodec
Fri, 22 May 2009 21:32:13 +0000 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec
Fri, 22 May 2009 18:39:00 +0000 reimar Move eatgq blocks array from the stack to the codec context and make sure libavcodec