Thu, 08 May 2008 21:11:24 +0000 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
Sat, 22 Mar 2008 16:46:36 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
Tue, 12 Jun 2007 18:50:50 +0000 |
diego |
misc typo fixes
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sat, 12 May 2007 05:55:09 +0000 |
lorenm |
sse2 & ssse3 versions of dct_quantize.
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 18:49:36 +0000 |
mru |
rename inverse -> ff_inverse
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 12 Aug 2006 16:37:31 +0000 |
gpoirier |
Support for MacIntel, last part: balign directives
libavcodec
|
Sun, 02 Jul 2006 21:53:30 +0000 |
mru |
kill warning
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
|
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
|
Wed, 21 Sep 2005 21:17:09 +0000 |
michael |
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
libavcodec
|
Thu, 28 Oct 2004 10:12:57 +0000 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
Mon, 11 Oct 2004 02:19:29 +0000 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
Tue, 06 Jul 2004 12:27:36 +0000 |
michael |
dc_precission=11 fix
libavcodec
|
Fri, 02 Jan 2004 22:29:08 +0000 |
michael |
denoise_dct_mmx()
libavcodec
|
Sun, 02 Nov 2003 23:19:47 +0000 |
michael |
noise reduction of dct coefficients
libavcodec
|
Thu, 23 Oct 2003 13:22:20 +0000 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
Wed, 22 Oct 2003 11:23:39 +0000 |
michael |
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown)
libavcodec
|
Fri, 15 Aug 2003 19:58:27 +0000 |
michaelni |
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
libavcodec
|
Tue, 13 May 2003 08:21:35 +0000 |
kabi |
* oops - reversed last commit
libavcodec
|
Mon, 12 May 2003 17:59:26 +0000 |
kabi |
* sync
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Sun, 19 Jan 2003 17:55:13 +0000 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
Sun, 29 Sep 2002 22:44:22 +0000 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
Thu, 19 Sep 2002 22:14:53 +0000 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
Mon, 02 Sep 2002 16:56:29 +0000 |
michaelni |
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
libavcodec
|
Sun, 01 Sep 2002 16:52:33 +0000 |
michaelni |
dct cleanup
libavcodec
|
Thu, 29 Aug 2002 23:55:32 +0000 |
michaelni |
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
libavcodec
|
Tue, 06 Aug 2002 23:51:15 +0000 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Thu, 02 May 2002 04:39:45 +0000 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
Sat, 27 Apr 2002 12:30:26 +0000 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
Sat, 09 Feb 2002 01:25:06 +0000 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
Mon, 28 Jan 2002 19:34:16 +0000 |
arpi_esp |
workaround gcc bug "m" (0)
libavcodec
|
Sun, 27 Jan 2002 13:30:18 +0000 |
arpi_esp |
(commit by michael)
libavcodec
|