log

age author description
2007-11-01 aurel remove useless #undef libavcodec
2007-11-01 aurel remove unreachable code libavcodec
2007-11-01 aurel cosmetics: alignment libavcodec
2007-11-01 aurel don't register adpcm encoders which are not implemented libavcodec
2007-11-01 aurel cosmetics: sort libavcodec
2007-10-31 michael prefer our native vorbis decoder over libvorbis libavcodec
2007-10-31 michael fix issue130 libavcodec
2007-10-30 aurel EA IMA EACS decoder libavcodec
2007-10-30 aurel EA IMA SEAD decoder libavcodec
2007-10-27 lorenm remove a branch from an inner loop. libavcodec
2007-10-24 aurel EA ADPCM R1, R2 and R3 decoder libavcodec
2007-10-22 diego Clarify comment block and rewrite in better English. libavcodec
2007-10-22 kostya Use simple IDCT for now libavcodec
2007-10-22 kostya Remove incorrect and unneeded code libavcodec
2007-10-22 kostya Beam Software SIFF demuxer and video decoder libavcodec
2007-10-21 aurel remove some useless initializations (the whole context is initialized to 0) libavcodec
2007-10-21 aurel remove unused context var libavcodec
2007-10-21 kostya New RM format deserves small version bump libavcodec
2007-10-21 kostya indentation after last commit libavcodec
2007-10-21 kostya Make RV10/20 decoder work with new frame format libavcodec
2007-10-18 aurel ensure all compiled in codec/muxer are registered libavcodec
2007-10-18 aurel small simplification libavcodec
2007-10-18 kostya WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec
2007-10-18 banan Unaligned memory access rcrash fix libavcodec
2007-10-18 mbardiaux Print pixel and display aspect ratios libavcodec
2007-10-18 michael replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec
2007-10-18 diego Rename LIB to LIBNAME for consistency. libavcodec
2007-10-17 diego Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec
2007-10-17 diego Explain why there are no multiple inclusion guards in these header files. libavcodec
2007-10-17 diego Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec
2007-10-17 aurel Remove wrong multiple inclusion guards. libavcodec
2007-10-17 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
2007-10-17 diego Add a comment that explains why this header lacks multiple inclusion guards. libavcodec
2007-10-17 diego Add missing multiple inclusion guards. libavcodec
2007-10-17 diego Fix #endif comment typo. libavcodec
2007-10-17 diego Use filename as multiple inclusion guard. libavcodec
2007-10-15 cehoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec
2007-10-15 aurel Cygwin don't like this function declaration. libavcodec
2007-10-15 banan Nellymoser ASAO decoder libavcodec
2007-10-15 cehoyos Fix mix-up of values in r10690 (deblocking for PAFF). libavcodec
2007-10-14 aurel add support for VP6 with huffman encoded blocks libavcodec
2007-10-14 aurel moves fraps huffman decoder to its own file, making it more generic libavcodec
2007-10-14 aurel VP6A needs its Makefile rules too libavcodec
2007-10-13 voroshil Fix MJPEG decoder for AMV files. libavcodec
2007-10-13 michael prevent infinite loop and memcpy of negative amounts libavcodec
2007-10-13 michael factorize code and add safety check to prevent memcpying negative amounts libavcodec
2007-10-13 andoma Simplify tests for field macroblocks libavcodec
2007-10-13 ramiro Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec