log

age author description
2008-02-26 mru less preprocessor magic in version number macros libavcodec
2008-02-26 michael Stuffing bytes to not violate minimum legality rate. libavcodec
2008-02-26 michael Remove another temporary variable with which gcc has problems. libavcodec
2008-02-26 diego cosmetics: Demplayerify indentation. libavcodec
2008-02-26 diego Add comments to some #endif directives. libavcodec
2008-02-26 diego cosmetics: spelling/grammar libavcodec
2008-02-26 michael Alternative and faster (on gcc x86) plane rotation. libavcodec
2008-02-26 michael Get rid of another useless variable. libavcodec
2008-02-26 michael Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec
2008-02-26 michael One variable less. No real change to the actual code. libavcodec
2008-02-26 michael floating point AAN IDCT libavcodec
2008-02-26 lorenm decode mng color decorrelation libavcodec
2008-02-26 diego Remove START_TIMER and STOP_TIMER macros. libavcodec
2008-02-26 lorenm simplify libavcodec
2008-02-25 aurel split encoding part of dsputil_mmx into its own file libavcodec
2008-02-25 diego Remove commented-out av_log calls. libavcodec
2008-02-25 michael Fix trellis quant + AAN DCT. libavcodec
2008-02-25 michael Make diego happy. libavcodec
2008-02-25 aurel compile various fdct only when encoders are enabled libavcodec
2008-02-25 michael Clarify which BSD license. libavcodec
2008-02-25 michael Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodec
2008-02-25 lorenm png filters libavcodec
2008-02-25 mru Install headers in $prefix/include/$libname libavcodec
2008-02-25 lorenm remove a memcpy libavcodec
2008-02-24 mru fix memory leaks in vp3 decoder libavcodec
2008-02-24 reimar __asm __volatile -> asm volatile part 2 libavcodec
2008-02-24 reimar __asm __volatile -> asm volatile, improves code consistency and works libavcodec
2008-02-24 vitor Fix bug I introduced in r11962. libavcodec
2008-02-23 banan Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodec
2008-02-22 michael Remove apparently unneeded and buggy align. libavcodec
2008-02-22 lorenm cleaner way of writing packed-byte constants. libavcodec
2008-02-21 lorenm indent libavcodec