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
|
Tue, 31 Mar 2009 13:33:55 +0000 |
reimar |
Remove now pointless temporary pix variables.
libavcodec
|
Tue, 31 Mar 2009 13:30:42 +0000 |
reimar |
Slightly simplify part of ipvideo_decode_block_opcode_0x8
libavcodec
|
Tue, 31 Mar 2009 13:21:41 +0000 |
reimar |
Fix indentation
libavcodec
|
Tue, 31 Mar 2009 13:21:10 +0000 |
reimar |
Avoid code duplication by using ?: and array indexing instead of if..else
libavcodec
|
Tue, 31 Mar 2009 12:57:03 +0000 |
reimar |
Prettify some assignments
libavcodec
|
Tue, 31 Mar 2009 12:44:35 +0000 |
reimar |
Get rid of some pointless bitmask/shifter variables in interplayvideo.c
libavcodec
|
Sun, 29 Mar 2009 18:15:02 +0000 |
reimar |
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single
libavcodec
|
Sun, 29 Mar 2009 17:50:46 +0000 |
reimar |
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
libavcodec
|
Sun, 29 Mar 2009 17:42:03 +0000 |
reimar |
Simplify check for leftover bytes after decoding for interplayvideo.
libavcodec
|
Sun, 29 Mar 2009 17:35:22 +0000 |
reimar |
Get rid of pointless "B" array in interplayvideo decoder.
libavcodec
|
Sun, 29 Mar 2009 17:23:40 +0000 |
reimar |
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
libavcodec
|
Sun, 29 Mar 2009 17:15:42 +0000 |
reimar |
Make ipvideo_decode_block array constant, compile-time initialized instead
libavcodec
|
Wed, 04 Mar 2009 18:18:49 +0000 |
reimar |
100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function
libavcodec
|