Mercurial > libavcodec.hg
graph
-
don't register adpcm encoders which are not implemented libavcodecThu, 01 Nov 2007 15:51:51 +0000, by aurel
-
prefer our native vorbis decoder over libvorbis libavcodecWed, 31 Oct 2007 22:39:10 +0000, by michael
-
Clarify comment block and rewrite in better English. libavcodecMon, 22 Oct 2007 15:13:10 +0000, by diego
-
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
-
Fix mix-up of values in r10690 (deblocking for PAFF). libavcodecMon, 15 Oct 2007 06:23:02 +0000, by cehoyos
-
add support for VP6 with huffman encoded blocks libavcodecSun, 14 Oct 2007 22:30:59 +0000, by aurel
-
moves fraps huffman decoder to its own file, making it more generic libavcodecSun, 14 Oct 2007 21:19:40 +0000, by aurel
-
prevent infinite loop and memcpy of negative amounts libavcodecSat, 13 Oct 2007 12:25:31 +0000, by michael
-
factorize code and add safety check to prevent memcpying negative amounts libavcodecSat, 13 Oct 2007 09:58:39 +0000, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodecSat, 13 Oct 2007 01:34:00 +0000, by ramiro
-
10l: refill2() is not unused, it is used conditionally. libavcodecFri, 12 Oct 2007 09:38:34 +0000, by diego
-
Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodecFri, 12 Oct 2007 09:10:07 +0000, by cehoyos
-
Disable unused code; fixes several gcc warnings: libavcodecFri, 12 Oct 2007 08:43:23 +0000, by diego
-
Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodecThu, 11 Oct 2007 22:31:08 +0000, by cehoyos
-
Fix intended order of operations for 4 assert() checks. libavcodecThu, 11 Oct 2007 22:18:38 +0000, by cehoyos
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodecThu, 11 Oct 2007 21:09:40 +0000, by ramiro
-
Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodecWed, 10 Oct 2007 20:31:42 +0000, by cehoyos
-
fix incorrect check for abs_diff_pic_num overflow libavcodecTue, 09 Oct 2007 17:45:34 +0000, by andoma
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodecTue, 09 Oct 2007 15:33:19 +0000, by reimar