Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Fri, 20 Nov 2009 10:32:45 +0000 | reimar | sub_fribidi should be static, it is not used outside subreader.c |
Fri, 20 Nov 2009 10:24:31 +0000 | reimar | Use early return instead of block over whole function. |
Fri, 20 Nov 2009 10:22:57 +0000 | reimar | Use FFMAX instead of a custom max macro. |
Wed, 18 Nov 2009 18:24:05 +0000 | cehoyos | Silence two gcc warnings: suggest parentheses around && within || |
Wed, 18 Nov 2009 18:07:54 +0000 | diego | Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h. |
Wed, 18 Nov 2009 17:16:02 +0000 | diego | Add functions to return library license and library configuration. |
Wed, 18 Nov 2009 09:13:09 +0000 | cehoyos | 10l to Reimar: Fix typo. |
Tue, 17 Nov 2009 19:23:55 +0000 | reimar | Deobfuscate the special hack to disable cache for live555. |