log

age author description
2008-03-20 michael remove unused temp libavcodec
2008-03-20 bcoudurier omg, fix compilation libavcodec
2008-03-20 bcoudurier correctly set avctx->frame_size for mp3on4 and mp3adu libavcodec
2008-03-18 ramiro Remove useless variable since r8456. libavcodec
2008-03-18 ramiro Mimic decoder. libavcodec
2008-03-17 mru get register names from x86_cpu.h libavcodec
2008-03-17 mru use HAVE_FAST_64BIT libavcodec
2008-03-17 mru cosmetics: remove useless \-newline escapes libavcodec
2008-03-17 mru indentation libavcodec
2008-03-17 mru clean up FFT SIMD selection libavcodec
2008-03-17 mru mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodec
2008-03-17 mru typo: add missing \ in multi-line macro libavcodec
2008-03-17 mru fix typo ARCH_PPC -> ARCH_POWERPC libavcodec
2008-03-16 diego Move functions that are only used when libswscale is not compiled in below libavcodec
2008-03-16 mru improve precision in mdct.c using double for some temporaries libavcodec
2008-03-15 diego typo fixes libavcodec
2008-03-15 ramiro Add attribute_align_arg to os2thread.c. libavcodec
2008-03-15 ramiro Typo libavcodec
2008-03-14 diego Use correct t printf modifier for pointer differences. libavcodec
2008-03-14 bcoudurier log aspect ratio forbidden value, and fail if error resilience is high libavcodec
2008-03-13 bcoudurier do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodec
2008-03-13 diego This file does not use size_t, so no need to #include <sys/types.h>. libavcodec
2008-03-13 michael If consumed does not match nalsize, favor nalsize. libavcodec
2008-03-13 diego Add missing stdint.h #include to headers that use it. libavcodec