Mercurial > libavcodec.hg
graph
-
Make sure we do not accidentially "fix" cnt to something < 0 libavcodecWed, 31 Jan 2007 21:20:31 +0000, by reimar
-
Simplify checks, use that we know that cnt will not be < 0 libavcodecWed, 31 Jan 2007 21:00:48 +0000, by reimar
-
Remove boundary checks that are actually done "well enough" libavcodecWed, 31 Jan 2007 20:57:30 +0000, by reimar
-
Documentation fix: Copy functions should "work" fine for cnt == 0 libavcodecWed, 31 Jan 2007 20:26:32 +0000, by reimar
-
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 ... libavcodecWed, 31 Jan 2007 10:07:22 +0000, by michael
-
Add code to testcode to ease comparing with liblzo. libavcodecWed, 31 Jan 2007 09:37:02 +0000, by reimar
-
Make BMP decoder use bytestream. Patch by Michel Bardiaux libavcodecWed, 31 Jan 2007 00:34:56 +0000, by takis
-
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian libavcodecTue, 30 Jan 2007 14:24:12 +0000, by takis
-
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not libavcodecTue, 30 Jan 2007 14:19:43 +0000, by takis
-
Add the const specifier as needed to reduce the number of warnings. libavcodecTue, 30 Jan 2007 10:31:34 +0000, by takis
-
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru libavcodecMon, 29 Jan 2007 22:27:27 +0000, by mru
-
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. libavcodecMon, 29 Jan 2007 14:07:12 +0000, by takis
-
Check that js_vlc_bits from the extradata is in a valid range. libavcodecMon, 29 Jan 2007 10:42:36 +0000, by banan
-
Get rid of the COOKextradata struct. And use valid C to parse the extradata. libavcodecMon, 29 Jan 2007 10:32:14 +0000, by banan
-
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. libavcodecMon, 29 Jan 2007 08:37:22 +0000, by banan
-
LZO optimization: check input buffer bounds less frequently if padded libavcodecSun, 28 Jan 2007 16:49:51 +0000, by reimar
-
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. libavcodecSun, 28 Jan 2007 10:05:21 +0000, by banan
-
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) libavcodecSat, 27 Jan 2007 15:09:34 +0000, by lu_zero
-
Fix buffer end checks in lzo copy code to work in all cases. libavcodecSat, 27 Jan 2007 14:15:03 +0000, by reimar
-
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure libavcodecSat, 27 Jan 2007 14:10:57 +0000, by mru
-
Segregate code common to BMP decoder and future encoder libavcodecSat, 27 Jan 2007 07:39:16 +0000, by diego
-
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodecFri, 26 Jan 2007 15:26:08 +0000, by michael
-
Silence GCC when incorrectly complaining that the "line" variable could be used libavcodecThu, 25 Jan 2007 15:23:22 +0000, by takis
-
Bring down the number of snow.c warnings from 27 to 17 by using the const libavcodecThu, 25 Jan 2007 09:54:22 +0000, by takis
-
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses libavcodecThu, 25 Jan 2007 09:43:52 +0000, by takis
-
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be. libavcodecThu, 25 Jan 2007 08:21:02 +0000, by banan
-
Some TIFFs do not set rows per strip for single strip. libavcodecThu, 25 Jan 2007 06:44:53 +0000, by kostya
-
Move conditional CFLAGS and OBJS setting to common place. libavcodecThu, 25 Jan 2007 00:34:38 +0000, by diego