Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |