log

age author description
2007-08-24 diego Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec
2007-08-24 diego Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 diego Merge __MWERKS__ preprocessor directives. libavcodec
2007-08-24 diego Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 michael int->uint8_t libavcodec
2007-08-24 michael int->int8_t (no need for them to be int ...) libavcodec
2007-08-23 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
2007-08-23 michael use more bits on the encoder side libavcodec
2007-08-23 lucabe Initialize the "stc" variable before using it in ff_find_start_code() libavcodec
2007-08-22 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec
2007-08-22 michael simplify libavcodec
2007-08-22 benoit right filename in doxygen comment libavcodec
2007-08-22 diego cosmetics: alphabetical order libavcodec
2007-08-22 diego Simplify preprocessor directives. libavcodec
2007-08-22 mhoffman make clean bfin libavcodec
2007-08-22 diego Identifiers starting with underscores are reserved. libavcodec
2007-08-21 aurel parsers and bsfs declarations are not meant to be part of public API libavcodec
2007-08-21 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
2007-08-21 aurel asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec
2007-08-21 michael remove code which become unused by the previous changes libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec
2007-08-20 michael Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael replace <<1 by add for SSE2 (untested) libavcodec
2007-08-20 michael replace <<1 by add libavcodec