Mercurial > libavcodec.hg
graph
-
Compile fix (for GCC<3.3) when encoders are disabled libavcodecTue, 15 Aug 2006 14:59:27 +0000, by gpoirier
-
Fix building with --disable-opts but MMX enabled. libavcodecSun, 13 Aug 2006 10:10:06 +0000, by diego
-
Clean up:make dsputil subfile names consistent libavcodecSun, 13 Aug 2006 08:26:43 +0000, by lu_zero
-
Support for MacIntel, last part: balign directives libavcodecSat, 12 Aug 2006 16:37:31 +0000, by gpoirier
-
Fix CHECK_BIDIR macro so it works with Intel's Compiler libavcodecSat, 12 Aug 2006 16:31:17 +0000, by gpoirier
-
Disable B-frames decoding until I return and finish their proper decoding. libavcodecFri, 11 Aug 2006 04:41:30 +0000, by kostya
-
keep in sync with dsputil, makes --disable-decoder=vorbis build libavcodecFri, 11 Aug 2006 02:56:32 +0000, by lu_zero
-
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodecThu, 10 Aug 2006 20:24:58 +0000, by michael
-
sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodecThu, 10 Aug 2006 19:06:25 +0000, by lorenm
-
r5954 broke fft on cpus with 3dnow but without mm3dnow.h libavcodecThu, 10 Aug 2006 18:49:47 +0000, by lorenm
-
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodecThu, 10 Aug 2006 16:05:29 +0000, by lu_zero
-
Support for MacIntel, take xx: '/nop' illegal for old versions of GAS libavcodecThu, 10 Aug 2006 15:26:18 +0000, by gpoirier
-
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c libavcodecThu, 10 Aug 2006 11:29:57 +0000, by gpoirier
-
Support for Mac OS X Intel, part 3: binary integer constants: libavcodecThu, 10 Aug 2006 09:06:06 +0000, by gpoirier
-
gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. libavcodecWed, 09 Aug 2006 06:33:49 +0000, by lorenm
-
slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) libavcodecTue, 08 Aug 2006 21:47:11 +0000, by lorenm
-
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus libavcodecTue, 08 Aug 2006 12:03:51 +0000, by michael
-
Fix some "'static' is not at beginning of declaration" warnings. libavcodecTue, 08 Aug 2006 10:24:26 +0000, by diego
-
Correct MC for B-frames and some improvements (not 100% complete though) libavcodecSun, 06 Aug 2006 03:44:31 +0000, by kostya
-
Bicubic interpolation requires two additional pixels for block libavcodecSun, 06 Aug 2006 03:42:39 +0000, by kostya
-
printf -> av_log, only occurs in DEBUG cases libavcodecFri, 04 Aug 2006 22:51:20 +0000, by melanson
-
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodecFri, 04 Aug 2006 19:03:01 +0000, by lu_zero
-
100l: intensity compensation must be also done in 4-MV mode libavcodecFri, 04 Aug 2006 03:31:01 +0000, by kostya
-
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodecThu, 03 Aug 2006 16:13:50 +0000, by lu_zero
-
avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodecThu, 03 Aug 2006 13:21:13 +0000, by lu_zero
-
10l, vorbis_inverse_coupling_sse() was really 3dnow libavcodecThu, 03 Aug 2006 07:09:29 +0000, by lorenm
-
another div -> fastdiv, another 2% faster vorbis. libavcodecThu, 03 Aug 2006 06:07:13 +0000, by lorenm
-
Looks like to be a good time to re-enable WMV3 decoder libavcodecThu, 03 Aug 2006 05:15:50 +0000, by kostya
-
Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodecThu, 03 Aug 2006 05:09:36 +0000, by kostya
-
sse & sse2 implementations of vorbis channel coupling. libavcodecThu, 03 Aug 2006 03:18:47 +0000, by lorenm
-
int16_t is faster than int_fast16_t for division. libavcodecThu, 03 Aug 2006 02:18:07 +0000, by lorenm
-
Use bicubic MC (should also remove those ringing artifacts) when needed libavcodecSun, 30 Jul 2006 03:50:31 +0000, by kostya