log interplayvideo.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 27 Dec 2009 14:07:21 +0000 kostya 16-bit Interplay video does not need palette control libavcodec
Sun, 27 Dec 2009 09:12:50 +0000 kostya Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec
Sun, 27 Dec 2009 09:03:31 +0000 kostya 16-bit Interplay Video stores motion vector data at the end of frame, libavcodec
Sun, 27 Dec 2009 08:56:06 +0000 kostya 10l trocadero: forgot one case where picture linesize should be used libavcodec
Sun, 27 Dec 2009 08:53:02 +0000 kostya cosmetics: reindent and break long lines after last commits libavcodec
Sun, 27 Dec 2009 08:49:32 +0000 kostya Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec
Sun, 27 Dec 2009 08:38:07 +0000 kostya Use frame linesize in Interplay Video block copying function libavcodec
Sun, 27 Dec 2009 08:31:39 +0000 kostya Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with libavcodec
Sun, 27 Dec 2009 08:21:40 +0000 kostya Recognize 16-bit Interplay Video variant libavcodec
Sun, 27 Dec 2009 08:15:19 +0000 kostya Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec
Fri, 25 Dec 2009 17:13:05 +0000 kostya cosmetics: reindent libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Fri, 17 Apr 2009 19:28:36 +0000 reimar Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec
Fri, 17 Apr 2009 19:21:50 +0000 reimar Remove unused code_counts array from interplavideo.c. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Tue, 31 Mar 2009 22:28:36 +0000 reimar Fix ipvideo_decode_block_opcode_0xD again. libavcodec
Tue, 31 Mar 2009 19:39:47 +0000 reimar Cosmetics: remove some pointless {} libavcodec
Tue, 31 Mar 2009 19:36:44 +0000 reimar Slightly simplify ipvideo_decode_block_opcode_0xD libavcodec
Tue, 31 Mar 2009 19:18:13 +0000 reimar One more simplification for ipvideo_decode_block_opcode_0xA libavcodec
Tue, 31 Mar 2009 18:48:31 +0000 reimar Slightly simplify first part of ipvideo_decode_block_opcode_0xA, libavcodec
Tue, 31 Mar 2009 18:35:19 +0000 reimar Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels libavcodec
Tue, 31 Mar 2009 18:23:52 +0000 reimar Fix a too small CHECK_STREAM_PTR value in interplayvideo.c libavcodec
Tue, 31 Mar 2009 14:48:14 +0000 reimar Avoid the last two uses of bitmasks in interplayvideo libavcodec
Tue, 31 Mar 2009 14:44:46 +0000 reimar 100l, fix FATE test broken by r18264 libavcodec
Tue, 31 Mar 2009 14:10:45 +0000 reimar Reindent libavcodec
Tue, 31 Mar 2009 14:06:22 +0000 reimar Deduplicate code by moving it outside the if/else libavcodec
Tue, 31 Mar 2009 14:04:54 +0000 reimar Rearrange how the different cases are checked to reduce the number of libavcodec
Tue, 31 Mar 2009 13:58:40 +0000 reimar Avoid "reloading" code by using a 64 bit type for the flags and loading all at once. libavcodec