log

age author description
Tue, 30 Oct 2007 23:20:26 +0000 aurel EA IMA EACS decoder libavcodec
Tue, 30 Oct 2007 23:12:18 +0000 aurel EA IMA SEAD decoder libavcodec
Sat, 27 Oct 2007 13:39:19 +0000 lorenm remove a branch from an inner loop. libavcodec
Wed, 24 Oct 2007 20:49:42 +0000 aurel EA ADPCM R1, R2 and R3 decoder libavcodec
Mon, 22 Oct 2007 15:13:10 +0000 diego Clarify comment block and rewrite in better English. libavcodec
Mon, 22 Oct 2007 10:23:38 +0000 kostya Use simple IDCT for now libavcodec
Mon, 22 Oct 2007 10:22:36 +0000 kostya Remove incorrect and unneeded code libavcodec
Mon, 22 Oct 2007 06:01:38 +0000 kostya Beam Software SIFF demuxer and video decoder libavcodec
Sun, 21 Oct 2007 22:44:05 +0000 aurel remove some useless initializations (the whole context is initialized to 0) libavcodec
Sun, 21 Oct 2007 22:16:28 +0000 aurel remove unused context var libavcodec
Sun, 21 Oct 2007 17:26:02 +0000 kostya New RM format deserves small version bump libavcodec
Sun, 21 Oct 2007 17:23:07 +0000 kostya indentation after last commit libavcodec
Sun, 21 Oct 2007 17:22:37 +0000 kostya Make RV10/20 decoder work with new frame format libavcodec
Thu, 18 Oct 2007 23:59:31 +0000 aurel ensure all compiled in codec/muxer are registered libavcodec
Thu, 18 Oct 2007 21:03:10 +0000 aurel small simplification libavcodec
Thu, 18 Oct 2007 16:10:36 +0000 kostya WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec
Thu, 18 Oct 2007 15:16:07 +0000 banan Unaligned memory access rcrash fix libavcodec
Thu, 18 Oct 2007 14:01:20 +0000 mbardiaux Print pixel and display aspect ratios libavcodec
Thu, 18 Oct 2007 11:11:33 +0000 michael replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec
Thu, 18 Oct 2007 09:34:49 +0000 diego Rename LIB to LIBNAME for consistency. libavcodec
Wed, 17 Oct 2007 23:02:35 +0000 diego Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec
Wed, 17 Oct 2007 22:29:13 +0000 diego Explain why there are no multiple inclusion guards in these header files. libavcodec
Wed, 17 Oct 2007 18:23:11 +0000 diego Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 11:19:42 +0000 aurel Remove wrong multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:34:48 +0000 diego Add a comment that explains why this header lacks multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:31:06 +0000 diego Add missing multiple inclusion guards. libavcodec
Wed, 17 Oct 2007 09:21:52 +0000 diego Fix #endif comment typo. libavcodec
Wed, 17 Oct 2007 09:16:21 +0000 diego Use filename as multiple inclusion guard. libavcodec
Mon, 15 Oct 2007 22:17:39 +0000 cehoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec
Mon, 15 Oct 2007 21:41:01 +0000 aurel Cygwin don't like this function declaration. libavcodec
Mon, 15 Oct 2007 16:26:02 +0000 banan Nellymoser ASAO decoder libavcodec
Mon, 15 Oct 2007 06:23:02 +0000 cehoyos Fix mix-up of values in r10690 (deblocking for PAFF). libavcodec
Sun, 14 Oct 2007 22:30:59 +0000 aurel add support for VP6 with huffman encoded blocks libavcodec
Sun, 14 Oct 2007 21:19:40 +0000 aurel moves fraps huffman decoder to its own file, making it more generic libavcodec
Sun, 14 Oct 2007 01:16:15 +0000 aurel VP6A needs its Makefile rules too libavcodec
Sat, 13 Oct 2007 17:38:58 +0000 voroshil Fix MJPEG decoder for AMV files. libavcodec
Sat, 13 Oct 2007 12:25:31 +0000 michael prevent infinite loop and memcpy of negative amounts libavcodec
Sat, 13 Oct 2007 09:58:39 +0000 michael factorize code and add safety check to prevent memcpying negative amounts libavcodec
Sat, 13 Oct 2007 05:50:11 +0000 andoma Simplify tests for field macroblocks libavcodec
Sat, 13 Oct 2007 01:34:00 +0000 ramiro Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec
Fri, 12 Oct 2007 09:38:34 +0000 diego 10l: refill2() is not unused, it is used conditionally. libavcodec
Fri, 12 Oct 2007 09:10:07 +0000 cehoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodec
Fri, 12 Oct 2007 08:43:23 +0000 diego Disable unused code; fixes several gcc warnings: libavcodec
Thu, 11 Oct 2007 22:31:08 +0000 cehoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodec
Thu, 11 Oct 2007 22:18:38 +0000 cehoyos Fix intended order of operations for 4 assert() checks. libavcodec
Thu, 11 Oct 2007 21:09:40 +0000 ramiro Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec
Thu, 11 Oct 2007 09:35:06 +0000 diego warning fixes: libavcodec
Wed, 10 Oct 2007 20:31:42 +0000 cehoyos Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodec
Tue, 09 Oct 2007 17:45:34 +0000 andoma fix incorrect check for abs_diff_pic_num overflow libavcodec
Tue, 09 Oct 2007 15:33:19 +0000 reimar Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec
Tue, 09 Oct 2007 15:09:51 +0000 andoma reindent libavcodec
Tue, 09 Oct 2007 14:15:03 +0000 bcoudurier better lambda search method libavcodec
Tue, 09 Oct 2007 12:28:17 +0000 cehoyos Enable PAFF decoding libavcodec
Tue, 09 Oct 2007 05:39:49 +0000 aurel oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodec
Tue, 09 Oct 2007 04:49:12 +0000 aurel dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodec
Mon, 08 Oct 2007 17:44:38 +0000 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
Mon, 08 Oct 2007 17:39:34 +0000 andoma Fix deblocking for PAFF content libavcodec
Mon, 08 Oct 2007 15:36:57 +0000 bcoudurier dnxhd 36mbit support libavcodec
Mon, 08 Oct 2007 12:28:36 +0000 bcoudurier typo weigth->weight libavcodec