Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 26 Aug 2008 18:41:04 +0000 | reimar | Fix forumla -> formula in comment |
Sun, 24 Aug 2008 13:52:54 +0000 | ranma | Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking) |
Sun, 24 Aug 2008 13:36:04 +0000 | ranma | Handle AOPLAY_FINAL_CHUNK |
Sun, 24 Aug 2008 00:08:55 +0000 | aurel | cosmetics: indentation |
Sun, 24 Aug 2008 00:07:09 +0000 | aurel | use new lavf API to grab sample_aspect_ratio from the demuxers |
Sat, 23 Aug 2008 08:14:37 +0000 | ranma | fix compiler warnings |