Mercurial > libavcodec.hg
graph
-
remove some useless initializations (the whole context is initialized to 0) libavcodecSun, 21 Oct 2007 22:44:05 +0000, by aurel
-
Make RV10/20 decoder work with new frame format libavcodecSun, 21 Oct 2007 17:22:37 +0000, by kostya
-
ensure all compiled in codec/muxer are registered libavcodecThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodecThu, 18 Oct 2007 16:10:36 +0000, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodecThu, 18 Oct 2007 11:11:33 +0000, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodecWed, 17 Oct 2007 23:02:35 +0000, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodecWed, 17 Oct 2007 22:29:13 +0000, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 18:23:11 +0000, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:37:46 +0000, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodecWed, 17 Oct 2007 09:34:48 +0000, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodecMon, 15 Oct 2007 22:17:39 +0000, by cehoyos