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
|