Tue, 30 Jan 2007 10:31:34 +0000 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
Mon, 18 Dec 2006 22:43:09 +0000 |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
libavcodec
|
Thu, 07 Dec 2006 18:33:00 +0000 |
michael |
ff_check_alignment to warn the user about a missaligned stack
libavcodec
|
Thu, 07 Dec 2006 16:09:33 +0000 |
takis |
Added entry for H.264 DCT to the DSP context.
libavcodec
|
Tue, 05 Dec 2006 21:57:31 +0000 |
takis |
Add comment denoting group of H.264 functions
libavcodec
|
Sun, 03 Dec 2006 16:35:30 +0000 |
reimar |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
libavcodec
|
Sun, 26 Nov 2006 18:25:07 +0000 |
gpoirier |
Move copy_block* functions to dsp dsputil.h
libavcodec
|
Sun, 26 Nov 2006 04:57:31 +0000 |
kostya |
Correct rounding values in overlap filtering
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Sun, 12 Nov 2006 21:48:04 +0000 |
mru |
rename squareTbl -> ff_squareTbl
libavcodec
|
Sun, 12 Nov 2006 20:08:09 +0000 |
mru |
rename cropTbl -> ff_cropTbl
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 01 Oct 2006 21:25:17 +0000 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
Thu, 21 Sep 2006 16:37:39 +0000 |
lorenm |
sse implementation of imdct.
libavcodec
|
Sat, 16 Sep 2006 22:26:09 +0000 |
diego |
ADI Blackfin optimizations
libavcodec
|
Sat, 02 Sep 2006 04:58:51 +0000 |
kostya |
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
libavcodec
|
Sat, 02 Sep 2006 04:52:00 +0000 |
kostya |
New function for chroma MC (will be used in VC-1)
libavcodec
|
Thu, 31 Aug 2006 19:14:00 +0000 |
lu_zero |
Align the input buffer in ffplay, introduce a public macro for aligned declarations
libavcodec
|
Thu, 31 Aug 2006 04:44:54 +0000 |
kostya |
New qpel MC functions conforming to VC-1 standard.
libavcodec
|
Mon, 28 Aug 2006 09:33:01 +0000 |
lorenm |
mmx implementation of deblocking strength decision.
libavcodec
|
Fri, 11 Aug 2006 18:19:37 +0000 |
lorenm |
vorbis simd tweaks
libavcodec
|
Thu, 10 Aug 2006 19:06:25 +0000 |
lorenm |
sse and 3dnow implementations of float->int conversion and mdct windowing.
libavcodec
|
Tue, 08 Aug 2006 04:01:04 +0000 |
lorenm |
3dnow2 implementation of imdct.
libavcodec
|
Thu, 03 Aug 2006 03:18:47 +0000 |
lorenm |
sse & sse2 implementations of vorbis channel coupling.
libavcodec
|
Sun, 30 Jul 2006 03:45:02 +0000 |
kostya |
New functions in DSPContext for VC-1 decoding
libavcodec
|
Mon, 03 Jul 2006 00:16:45 +0000 |
michael |
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
libavcodec
|
Fri, 28 Apr 2006 07:46:13 +0000 |
gpoirier |
Remove unused and unsupported Cyrix's "Extended MMX",
libavcodec
|
Tue, 04 Apr 2006 09:23:45 +0000 |
lorenm |
mmx implementation of 3-point GMC. (5x faster than C)
libavcodec
|
Fri, 31 Mar 2006 20:43:37 +0000 |
michael |
remove mpegvideo.c img resample dependancy
libavcodec
|
Fri, 24 Mar 2006 01:33:22 +0000 |
mru |
ST16 is undefined for non-GNU compilers.
libavcodec
|
Thu, 23 Mar 2006 20:16:36 +0000 |
lorenm |
prefetch pixels for future motion compensation. 2-5% faster h264.
libavcodec
|
Thu, 16 Mar 2006 19:18:18 +0000 |
gpoirier |
First part of a series of speed-enchancing patches.
libavcodec
|
Wed, 08 Mar 2006 04:13:55 +0000 |
corey |
3DNow! & Extended 3DNow! versions of FFT
libavcodec
|
Fri, 10 Feb 2006 06:55:25 +0000 |
lorenm |
h264: special case dc-only idct. ~1% faster overall
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Mon, 09 Jan 2006 03:38:37 +0000 |
lorenm |
tweak h264_biweight
libavcodec
|
Sun, 08 Jan 2006 01:50:34 +0000 |
michael |
use h264 MC functions for 2xX Xx2 blocks in snow too
libavcodec
|
Wed, 04 Jan 2006 16:31:23 +0000 |
michael |
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Mon, 19 Sep 2005 23:26:47 +0000 |
diego |
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
libavcodec
|
Tue, 28 Jun 2005 22:46:36 +0000 |
michael |
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
libavcodec
|
Fri, 17 Jun 2005 08:24:35 +0000 |
lorenm |
H.264 lossless mode
libavcodec
|
Thu, 02 Jun 2005 21:15:20 +0000 |
lorenm |
decode H.264 with 8x8 transform.
libavcodec
|
Sat, 21 May 2005 07:43:49 +0000 |
michael |
remove unused vp3 related function pointers
libavcodec
|
Wed, 18 May 2005 09:17:22 +0000 |
lorenm |
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
libavcodec
|
Tue, 17 May 2005 18:28:40 +0000 |
michael |
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
libavcodec
|
Tue, 17 May 2005 11:12:04 +0000 |
michael |
porting vp3 idct over to lavc idct api
libavcodec
|
Mon, 25 Apr 2005 01:01:41 +0000 |
lorenm |
MMX for H.264 deblocking filter
libavcodec
|
Fri, 07 Jan 2005 05:56:07 +0000 |
lorenm |
H.264 weighted prediction.
libavcodec
|
Mon, 13 Dec 2004 16:11:38 +0000 |
michael |
x86 cpu capabilities detection rewrite / cleanup
libavcodec
|
Wed, 08 Dec 2004 18:02:56 +0000 |
michael |
more flexible frame skip decission
libavcodec
|
Tue, 26 Oct 2004 12:47:56 +0000 |
michael |
stride align cleanup
libavcodec
|
Mon, 27 Sep 2004 19:47:17 +0000 |
michael |
move h264 idct to its own file and call via function pointer in DspContext
libavcodec
|
Sun, 26 Sep 2004 10:01:40 +0000 |
michael |
1/8 resolution decoding
libavcodec
|
Sun, 26 Sep 2004 00:18:12 +0000 |
michael |
1/4 resolution decoding
libavcodec
|
Sat, 25 Sep 2004 23:18:58 +0000 |
michael |
1/2 resolution decoding
libavcodec
|
Tue, 24 Aug 2004 16:33:55 +0000 |
michael |
lrintf emulation improvments
libavcodec
|