2007-06-12 |
diego |
misc typo fixes
libavcodec
|
2007-06-12 |
diego |
misc spelling fixes
libavcodec
|
2007-05-12 |
lorenm |
sse2 & ssse3 versions of dct_quantize.
libavcodec
|
2006-11-14 |
mru |
revert bad checkin
libavcodec
|
2006-11-14 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
2006-11-12 |
mru |
rename inverse -> ff_inverse
libavcodec
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
2006-08-12 |
gpoirier |
Support for MacIntel, last part: balign directives
libavcodec
|
2006-07-02 |
mru |
kill warning
libavcodec
|
2006-02-05 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
2005-12-22 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
2005-09-21 |
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
|
2004-10-28 |
michael |
H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)
libavcodec
|
2004-10-11 |
michael |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
libavcodec
|
2004-07-06 |
michael |
dc_precission=11 fix
libavcodec
|
2004-01-02 |
michael |
denoise_dct_mmx()
libavcodec
|
2003-11-02 |
michael |
noise reduction of dct coefficients
libavcodec
|
2003-10-23 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
2003-10-22 |
michael |
move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown)
libavcodec
|
2003-08-15 |
michaelni |
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
libavcodec
|
2003-05-13 |
kabi |
* oops - reversed last commit
libavcodec
|
2003-05-12 |
kabi |
* sync
libavcodec
|
2003-03-03 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
2003-02-11 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
2003-01-19 |
michaelni |
finetuneing thresholds/factors
libavcodec
|
2002-09-29 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
2002-09-19 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
2002-09-02 |
michaelni |
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)
libavcodec
|
2002-09-01 |
michaelni |
dct cleanup
libavcodec
|
2002-08-29 |
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
|
2002-08-06 |
michaelni |
mpeg4 mpeg quantizer encoding
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-02 |
pulento |
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.
libavcodec
|
2002-04-27 |
michaelni |
fixed msmpeg4 infinite loop if buggy stream
libavcodec
|
2002-02-09 |
arpi_esp |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
2002-01-28 |
arpi_esp |
workaround gcc bug "m" (0)
libavcodec
|
2002-01-27 |
arpi_esp |
(commit by michael)
libavcodec
|