Mercurial > mplayer.hg
log libmpdemux/muxer_mpeg.c @ 36229:430a2b6238bb
age | author | description |
---|---|---|
Sun, 17 Mar 2013 22:47:17 +0000 | diego | Add missing strings.h #includes for strcasecmp(). |
Sat, 10 Nov 2012 14:38:49 +0000 | reimar | Simplify: remove useless casts, NULL checks etc. |
Thu, 01 Nov 2012 22:00:48 +0000 | reimar | Remove pointless unused variable. |
Thu, 01 Nov 2012 21:59:15 +0000 | reimar | Add a few "const". |
Thu, 01 Nov 2012 21:57:16 +0000 | reimar | Fix format string typo. |
Tue, 29 Nov 2011 13:03:58 +0000 | ranma | conf_packet_size is used as CONF_TYPE_INT, which is a 32bit type (fixes possible memory corruption). |
Wed, 27 Jul 2011 13:40:06 +0000 | diego | cleanup: adjust printf format strings to match parameter types |