Tue, 02 Oct 2007 12:35:23 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 12:34:43 +0000 |
diego |
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).
libavcodec
|
Tue, 02 Oct 2007 12:16:33 +0000 |
diego |
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Tue, 02 Oct 2007 10:34:57 +0000 |
diego |
cosmetics: Fix AltiVec spelling.
libavcodec
|
Tue, 02 Oct 2007 10:26:42 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 10:22:22 +0000 |
diego |
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
libavcodec
|
Mon, 01 Oct 2007 14:23:36 +0000 |
diego |
Remove const vector macro indirection that is useless and obfuscating
libavcodec
|
Mon, 01 Oct 2007 14:16:07 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 14:10:49 +0000 |
diego |
Remove Metrowerks compiler workaround.
libavcodec
|
Mon, 01 Oct 2007 05:56:30 +0000 |
lorenm |
div -> mul
libavcodec
|
Sun, 30 Sep 2007 03:36:13 +0000 |
lorenm |
simplify lpc
libavcodec
|
Sun, 30 Sep 2007 03:01:56 +0000 |
lorenm |
20% faster lpc, 6% overall flac decoding
libavcodec
|
Sun, 30 Sep 2007 02:12:03 +0000 |
lorenm |
replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 23:44:34 +0000 |
lorenm |
unroll finite differences to avoid swapping registers.
libavcodec
|
Sat, 29 Sep 2007 23:21:57 +0000 |
lorenm |
encode_residual_fixed(): replace FIR with finite differences.
libavcodec
|
Sat, 29 Sep 2007 22:31:18 +0000 |
lorenm |
sse2 version of compute_autocorr().
libavcodec
|
Sat, 29 Sep 2007 15:20:22 +0000 |
vitor |
AMV video decoder.
libavcodec
|
Sat, 29 Sep 2007 15:09:34 +0000 |
andoma |
Use emms_c() instead of ifdef
libavcodec
|
Sat, 29 Sep 2007 12:52:56 +0000 |
vitor |
Add variables to prepare to the AMV decoder patch.
libavcodec
|
Sat, 29 Sep 2007 07:43:52 +0000 |
lorenm |
was computing one more autocorrelation coefficient that was actually used
libavcodec
|
Sat, 29 Sep 2007 05:41:27 +0000 |
lorenm |
replace brute force find_optimal_param() with a closed-form solution.
libavcodec
|
Sat, 29 Sep 2007 01:54:25 +0000 |
lorenm |
gcc isn't smart enough to factor out duplicate stores
libavcodec
|
Fri, 28 Sep 2007 20:38:32 +0000 |
iive |
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use.
libavcodec
|
Fri, 28 Sep 2007 06:06:18 +0000 |
lorenm |
2.5x faster compute_autocorr()
libavcodec
|
Thu, 27 Sep 2007 11:29:21 +0000 |
takis |
cosmetics: typos
libavcodec
|
Thu, 27 Sep 2007 10:45:16 +0000 |
takis |
Remove redundant test.
libavcodec
|
Thu, 27 Sep 2007 06:21:57 +0000 |
vitor |
AMV audio decoder
libavcodec
|
Thu, 27 Sep 2007 03:16:25 +0000 |
lorenm |
oops, revert unrelated change
libavcodec
|
Thu, 27 Sep 2007 02:42:00 +0000 |
lorenm |
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order.
libavcodec
|
Wed, 26 Sep 2007 13:28:13 +0000 |
andoma |
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output
libavcodec
|
Tue, 25 Sep 2007 23:34:48 +0000 |
lorenm |
oops, potential overflow on really large blocks
libavcodec
|
Tue, 25 Sep 2007 23:31:13 +0000 |
lorenm |
optimize decode_subframe_lpc()
libavcodec
|
Tue, 25 Sep 2007 23:30:29 +0000 |
lorenm |
optimize encode_residual_lpc()
libavcodec
|
Tue, 25 Sep 2007 22:33:31 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 22:31:00 +0000 |
aurel |
rename one variable to be consistent with the rest of the file
libavcodec
|
Tue, 25 Sep 2007 21:01:34 +0000 |
aurel |
consistent spelling: plan => plane
libavcodec
|
Tue, 25 Sep 2007 19:22:47 +0000 |
aurel |
simplify
libavcodec
|
Tue, 25 Sep 2007 19:16:38 +0000 |
aurel |
cosmetic: indent
libavcodec
|
Tue, 25 Sep 2007 19:12:46 +0000 |
aurel |
add a new vp6a codec (add alpha plan support to vp6)
libavcodec
|
Tue, 25 Sep 2007 08:43:49 +0000 |
andoma |
reindent
libavcodec
|
Tue, 25 Sep 2007 07:30:22 +0000 |
diego |
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an
libavcodec
|
Mon, 24 Sep 2007 22:29:11 +0000 |
aurel |
move all model related tables into their own struct
libavcodec
|
Mon, 24 Sep 2007 21:18:45 +0000 |
diego |
cosmetics: Sort CODEC_ID list.
libavcodec
|
Mon, 24 Sep 2007 20:52:11 +0000 |
aurel |
rename vp56_b6to3 to vp56_b2p
libavcodec
|
Mon, 24 Sep 2007 20:43:47 +0000 |
aurel |
some simplifications and uniformisation
libavcodec
|
Mon, 24 Sep 2007 16:50:32 +0000 |
kostya |
Remove check for input buffer size as it does not guarantee that
libavcodec
|
Mon, 24 Sep 2007 13:21:41 +0000 |
aurel |
add support for yuva420p colorspace (yuv420p + alpha)
libavcodec
|
Mon, 24 Sep 2007 13:01:15 +0000 |
gpoirier |
factor out dequant table lookup outside loops, gives a 1-2% speed-up
libavcodec
|
Mon, 24 Sep 2007 03:32:24 +0000 |
kostya |
Do not try to decode more data than output buffer may hold
libavcodec
|
Sun, 23 Sep 2007 21:59:09 +0000 |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 21:11:36 +0000 |
michael |
some experimental iterative quantization code
libavcodec
|
Sun, 23 Sep 2007 21:06:08 +0000 |
diego |
Move VIS CFLAGS settings into configure.
libavcodec
|
Sun, 23 Sep 2007 21:02:22 +0000 |
diego |
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
libavcodec
|
Sun, 23 Sep 2007 16:11:07 +0000 |
kostya |
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
libavcodec
|
Sat, 22 Sep 2007 10:28:22 +0000 |
reimar |
Apply skip_loop_filter before checking if we can parallelize with the selected
libavcodec
|