log

age author description
2010-03-17 sesse Announce Windows XP SP2 instead of Windows 95 OSR2.
2010-03-17 sesse Announce SMP support for Win32.
2010-03-17 diego Introduce mak_enable function to set variables in config.mak.
2010-03-17 diego Rename SGI_MIPS architecture to plain MIPS.
2010-03-17 diego Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
2010-03-17 diego Lowercase arch and subarch values.
2010-03-17 diego cosmetics: Drop leading underscore from cpuexts variables.
2010-03-17 diego Make ff_config_enable work with lowercase values.
2010-03-17 diego Split subarch handling off from generic arch handling.
2010-03-17 diego Prefer FFmpeg AAC decoder over libfaad.
2010-03-17 diego Rename libopencore AMR decoder entries.
2010-03-17 cehoyos Fix compilation after FFmpeg r22569 at least for some architectures.
2010-03-17 diego cosmetics: Drop leading underscores from arch variables.
2010-03-17 komh Follow a more proper way to support -codecpath.
2010-03-16 sesse Fix return value of InitializeCriticalSectionAndSpinCount.
2010-03-16 diego Remove unused variable, fixes the warning:
2010-03-16 sesse Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
2010-03-16 diego Remove some commented-out debugging and similar cruft.
2010-03-16 diego Remove unnecessary forward declarations for a bunch of functions.
2010-03-16 diego cosmetics: Move all functions before main().
2010-03-16 diego Remove disabled flip_upside_down function; it has been unused for ages.
2010-03-16 diego Remove unnecessary forward declaration of print_wave_header().
2010-03-16 cehoyos Fix compilation after FFmpeg r22565.
2010-03-15 cehoyos Calculate width and height in mp4_header_process_vop().