log

age author description
2006-08-13 diego Fix building with --disable-opts but MMX enabled. libavcodec
2006-08-13 lu_zero Clean up:make dsputil subfile names consistent libavcodec
2006-08-12 gpoirier Support for MacIntel, last part: balign directives libavcodec
2006-08-12 gpoirier Fix CHECK_BIDIR macro so it works with Intel's Compiler libavcodec
2006-08-11 lorenm vorbis simd tweaks libavcodec
2006-08-11 kostya Disable B-frames decoding until I return and finish their proper decoding. libavcodec
2006-08-11 lu_zero keep in sync with dsputil, makes --disable-decoder=vorbis build libavcodec
2006-08-10 lorenm vorbis cosmetics: mdct0,mdct1 => mdct[2] libavcodec
2006-08-10 lorenm misc tweaks in vorbis_residue_decode(). libavcodec
2006-08-10 michael convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodec
2006-08-10 lorenm sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec
2006-08-10 lorenm r5954 broke fft on cpus with 3dnow but without mm3dnow.h libavcodec
2006-08-10 lu_zero Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodec
2006-08-10 gpoirier Support for MacIntel, take xx: '/nop' illegal for old versions of GAS libavcodec
2006-08-10 gpoirier Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c libavcodec
2006-08-10 gpoirier Support for Mac OS X Intel, part 3: binary integer constants: libavcodec
2006-08-09 diego Correct wrong memset invocation. libavcodec
2006-08-09 lorenm emms -> femms libavcodec
2006-08-09 lorenm gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. libavcodec
2006-08-08 lorenm slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) libavcodec
2006-08-08 lucabe Enable swscale usage in ffmpeg libavcodec
2006-08-08 michael change vorbis_inverse_coupling_sse2() so it works on sse1 cpus libavcodec
2006-08-08 diego Fix some "'static' is not at beginning of declaration" warnings. libavcodec
2006-08-08 lorenm 3dnow2 implementation of imdct. libavcodec
2006-08-06 lu_zero Cosmetics: 2->4 spaces and some braces libavcodec
2006-08-06 kostya Correct MC for B-frames and some improvements (not 100% complete though) libavcodec
2006-08-06 kostya Bicubic interpolation requires two additional pixels for block libavcodec
2006-08-04 melanson printf -> av_log, only occurs in DEBUG cases libavcodec
2006-08-04 lu_zero Yet another typo libavcodec
2006-08-04 lu_zero Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodec
2006-08-04 kostya 100l: intensity compensation must be also done in 4-MV mode libavcodec
2006-08-03 lu_zero standalone snow dsputil init libavcodec
2006-08-03 lu_zero Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodec
2006-08-03 lu_zero Minor fix libavcodec
2006-08-03 lu_zero avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodec
2006-08-03 lu_zero vorbis_inverse_coupling_altivec libavcodec
2006-08-03 lu_zero Cleanup libavcodec
2006-08-03 lorenm 10l, vorbis_inverse_coupling_sse() was really 3dnow libavcodec
2006-08-03 lorenm another div -> fastdiv, another 2% faster vorbis. libavcodec
2006-08-03 kostya Looks like to be a good time to re-enable WMV3 decoder libavcodec
2006-08-03 kostya Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodec
2006-08-03 kostya Some AltiVec optimizations for VC-1 libavcodec
2006-08-03 lorenm sse & sse2 implementations of vorbis channel coupling. libavcodec
2006-08-03 lorenm int16_t is faster than int_fast16_t for division. libavcodec
2006-08-02 michael set supported pixel formats correctly libavcodec
2006-08-02 lu_zero avoid possible segfault situations libavcodec
2006-08-02 lu_zero Cosmetics libavcodec
2006-08-01 kostya Forgot to update LIBAVCODEC_VERSION_INT libavcodec
2006-07-31 mru remove libtheora wrapper libavcodec
2006-07-31 kostya Fix overflows in bicubic interpolation. libavcodec
2006-07-30 kostya Use bicubic MC (should also remove those ringing artifacts) when needed libavcodec
2006-07-30 kostya Use functions from DSPContext in vc1.c libavcodec
2006-07-30 kostya New functions in DSPContext for VC-1 decoding libavcodec
2006-07-29 diego Remove spurious references to Ogg Theora encoder, such a thing never existed. libavcodec
2006-07-29 stefang some MMX optimizations for the CAVS decoder libavcodec
2006-07-29 kostya Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodec