2007-07-05 |
diego |
Group all copyright and author notices together.
libavcodec
|
2007-06-12 |
diego |
misc spelling fixes
libavcodec
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
2006-10-01 |
lorenm |
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
libavcodec
|
2006-08-12 |
gpoirier |
Support for MacIntel, last part: balign directives
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-04-17 |
michael |
read 32bit instead of 64bit to avoid overreading and missalignments
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-09-07 |
michael |
h264 luma motion compensation in mmx2/3dnow
libavcodec
|
2004-09-06 |
michael |
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
libavcodec
|
2004-05-18 |
michael |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
libavcodec
|
2004-01-10 |
michael |
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
libavcodec
|
2003-02-11 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
2003-01-05 |
michaelni |
qpel in mmx2/3dnow
libavcodec
|
2002-09-11 |
michaelni |
put/avg_pixels16
libavcodec
|
2002-05-30 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
2002-05-29 |
kabi |
* cosmetic minor change
libavcodec
|
2002-05-29 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
2002-05-28 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
2002-05-27 |
kabi |
* more PIC friendly and faster code
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-23 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
2002-05-22 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
2002-05-22 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
2002-05-20 |
glantau |
removed unused code
libavcodec
|
2002-05-18 |
glantau |
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)
libavcodec
|
2002-05-17 |
michaelni |
shared lib support (req by kabi) ...
libavcodec
|
2002-05-17 |
michaelni |
hopefully faster mmx2&3dnow MC
libavcodec
|
2001-11-10 |
nickols_k |
fixed gcc-3.0.x compilation (by Michael Niedermayer)
libavcodec
|
2001-07-30 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
2001-07-24 |
glantau |
suppressed no longer needed emms()
libavcodec
|
2001-07-22 |
glantau |
Initial revision
libavcodec
|