Mercurial > libavcodec.hg
graph
-
remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodecTue, 02 Oct 2007 20:04:39 +0000, by andoma
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodecTue, 02 Oct 2007 19:51:18 +0000, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodecTue, 02 Oct 2007 18:18:35 +0000, by reimar
-
Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:35:20 +0000, by andoma
-
Cosmetic preparations for h264/PAFF implementation. libavcodecTue, 02 Oct 2007 14:25:47 +0000, by andoma
-
100l: Revert accidental commit, restore previous version. libavcodecTue, 02 Oct 2007 13:14:37 +0000, by diego
-
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodecTue, 02 Oct 2007 12:34:43 +0000, by diego
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodecTue, 02 Oct 2007 12:16:33 +0000, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodecTue, 02 Oct 2007 11:39:32 +0000, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodecTue, 02 Oct 2007 10:22:22 +0000, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodecMon, 01 Oct 2007 14:23:36 +0000, by diego
-
unroll finite differences to avoid swapping registers. libavcodecSat, 29 Sep 2007 23:44:34 +0000, by lorenm
-
encode_residual_fixed(): replace FIR with finite differences. libavcodecSat, 29 Sep 2007 23:21:57 +0000, by lorenm
-
Add variables to prepare to the AMV decoder patch. libavcodecSat, 29 Sep 2007 12:52:56 +0000, by vitor
-
was computing one more autocorrelation coefficient that was actually used libavcodecSat, 29 Sep 2007 07:43:52 +0000, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodecSat, 29 Sep 2007 05:41:27 +0000, by lorenm
-
gcc isn't smart enough to factor out duplicate stores libavcodecSat, 29 Sep 2007 01:54:25 +0000, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodecFri, 28 Sep 2007 20:38:32 +0000, by iive
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodecThu, 27 Sep 2007 02:42:00 +0000, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodecWed, 26 Sep 2007 13:28:13 +0000, by andoma
-
oops, potential overflow on really large blocks libavcodecTue, 25 Sep 2007 23:34:48 +0000, by lorenm
-
rename one variable to be consistent with the rest of the file libavcodecTue, 25 Sep 2007 22:31:00 +0000, by aurel
-
add a new vp6a codec (add alpha plan support to vp6) libavcodecTue, 25 Sep 2007 19:12:46 +0000, by aurel
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodecTue, 25 Sep 2007 07:30:22 +0000, by diego
-
move all model related tables into their own struct libavcodecMon, 24 Sep 2007 22:29:11 +0000, by aurel
-
Remove check for input buffer size as it does not guarantee that libavcodecMon, 24 Sep 2007 16:50:32 +0000, by kostya
-
add support for yuva420p colorspace (yuv420p + alpha) libavcodecMon, 24 Sep 2007 13:21:41 +0000, by aurel
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodecMon, 24 Sep 2007 13:01:15 +0000, by gpoirier
-
Do not try to decode more data than output buffer may hold libavcodecMon, 24 Sep 2007 03:32:24 +0000, by kostya