log

age author description
2007-06-11 gpoirier one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go libavcodec
2007-06-11 benoit Cygwin compatibility workaround libavcodec
2007-06-10 diego Adapt to API changes, fix compilation. libavcodec
2007-06-09 gpoirier minor GCC3 compile fix libavcodec
2007-06-09 gpoirier Altivec version of h264_(h|v)_loop_filter_luma libavcodec
2007-06-09 diego Add some #includes to allow compilation without HAVE_AV_CONFIG_H. libavcodec
2007-06-08 gpoirier work around issues with the old version of Gnu Assembler shipped on libavcodec
2007-06-07 diego emms --> emms_c, taken from a patch by Ronald Bultje libavcodec
2007-06-07 diego Use consistent names for all test programs. libavcodec
2007-06-07 diego Preprocessor #defines starting with __ are reserved for the system. libavcodec
2007-06-07 diego Use FFmpeg-specific CPU feature definitions. libavcodec
2007-06-07 diego Add CPU feature definitions for SSE3 and SSSE3. libavcodec
2007-06-07 diego CPU feature definitions should always be available, not just when the libavcodec
2007-06-07 diego Only run MMX2 tests when MMX2 is available. libavcodec
2007-06-07 diego Fix linking when GPL code has been disabled. libavcodec
2007-06-07 diego Fix compilation when MMX is disabled. libavcodec
2007-06-07 diego FAAN is not x86-specific. libavcodec
2007-06-07 benoit h264: use 'simple' in border backup / xchg libavcodec
2007-06-06 diego Add some forgotten lib prefixes to Makefile variables. libavcodec
2007-06-06 benoit Rename cb field libavcodec
2007-06-06 diego Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. libavcodec
2007-06-06 diego Give names of external library decoders/encoders a lib prefix libavcodec
2007-06-06 diego Give all wrappers for external libraries names starting with lib. libavcodec
2007-06-05 diego Remove unused variables. libavcodec
2007-06-05 benoit Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks libavcodec
2007-06-05 gpoirier Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec
2007-06-04 diego spelling libavcodec
2007-06-04 gpoirier fix error: indeo2.c:202:1: directives may not be used inside a macro argument, libavcodec
2007-06-04 benoit Codebook generator using the ELBG algorithm libavcodec
2007-06-03 lu_zero h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> libavcodec
2007-06-03 lorenm filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). libavcodec
2007-06-02 diego Rename aac_decoder to libfaad_decoder for consistency and to be able to libavcodec