Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 07 Nov 2010 21:48:12 +0000 | cboesch | Replace hardcoded str size with sizeof |
Sun, 07 Nov 2010 21:42:26 +0000 | cboesch | Use MSGTR_MemAllocFailed instead of hardcoded string |
Sun, 07 Nov 2010 21:26:07 +0000 | diego | Remove outdated reference to 80kB patch size limit; the limit no longer exists. |
Sun, 07 Nov 2010 18:27:24 +0000 | reimar | Use calloc instead of malloc+memset. |
Sun, 07 Nov 2010 18:13:22 +0000 | reimar | Avoid unnecessary (). |
Sun, 07 Nov 2010 12:47:40 +0000 | diego | Remove some useless NULL pointer checks before invoking free() on the pointer. |
Sun, 07 Nov 2010 11:03:47 +0000 | cehoyos | Add a comment to codecs that require their fourcc's added to demuxer.c. |
Sun, 07 Nov 2010 11:00:00 +0000 | cehoyos | Add missing fourcc's that require libavcodec parsing. |