2007-11-27 |
aurel |
make ff_p* vars extern so that they can be used in various *_mmx.c files
libavcodec
|
2007-07-05 |
diego |
Group all copyright and author notices together.
libavcodec
|
2007-06-12 |
diego |
misc spelling fixes
libavcodec
|
2007-05-16 |
diego |
Add libavcodec to compiler include flags in order to simplify header
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 |
zigzag_direct_noperm doesn't exist, remove declaration
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-03 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
2006-04-28 |
michael |
missmatch control for mpeg2 intra dequantization if bitexact=1
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
|
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-05-18 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
2004-01-29 |
michael |
SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
2004-01-03 |
michael |
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)
libavcodec
|
2004-01-02 |
michael |
denoise_dct_mmx()
libavcodec
|
2003-12-14 |
michael |
split intra / inter dequantization
libavcodec
|
2003-12-07 |
michael |
h263 slice structured mode
libavcodec
|
2003-11-02 |
michael |
noise reduction of dct coefficients
libavcodec
|
2003-10-23 |
michael |
minor mmx2 optimization if the dct
libavcodec
|
2003-05-14 |
michaelni |
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me
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-01 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
2002-11-11 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
2002-10-25 |
michaelni |
idct_permutation_type variable, so the permutation type can quickly be identified
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-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-28 |
michaelni |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
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-04-17 |
michaelni |
mpeg2/mpeg4 dequantizer support (c & mmx)
libavcodec
|
2002-04-07 |
michaelni |
mpeg4 mpeg quantizer support
libavcodec
|
2002-02-26 |
pulento |
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
libavcodec
|
2002-02-22 |
pulento |
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.
libavcodec
|
2002-02-19 |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
libavcodec
|
2002-02-18 |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
libavcodec
|
2002-01-27 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-15 |
arpi_esp |
(commit by michael)
libavcodec
|
2002-01-13 |
arpi_esp |
(commit by michael)
libavcodec
|
2001-11-11 |
nickols_k |
Let loops will be aligned
libavcodec
|
2001-11-03 |
arpi_esp |
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2001-07-30 |
glantau |
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff
libavcodec
base
i386/mpegvideo.c@2d2fdedf988c
|