Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Wed, 31 Jan 2007 10:29:58 +0000 | reimar | Add two extra needed bounds checks libavcodec |
Wed, 31 Jan 2007 10:07:22 +0000 | michael | replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... libavcodec |
Wed, 31 Jan 2007 09:37:02 +0000 | reimar | Add code to testcode to ease comparing with liblzo. libavcodec |
Wed, 31 Jan 2007 00:34:56 +0000 | takis | Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodec |
Tue, 30 Jan 2007 14:24:12 +0000 | takis | Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodec |
Tue, 30 Jan 2007 14:19:43 +0000 | takis | Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodec |
Tue, 30 Jan 2007 10:31:34 +0000 | takis | Add the const specifier as needed to reduce the number of warnings. libavcodec |