Mercurial > mplayer.hg
log libmpdemux/demux_avs.c @ 36569:6ff73f13785c
age | author | description |
---|---|---|
Fri, 06 Dec 2013 19:32:52 +0000 | reimar | demux_avs: fixed pointer signedness mismatch |
Fri, 06 Dec 2013 19:30:53 +0000 | reimar | demux_avs: calloc instead of malloc + memset |
Sun, 19 Feb 2012 15:21:28 +0000 | diego | Make inline keyword handling consistent. |
Sun, 12 Sep 2010 12:22:01 +0000 | reimar | Replace some sizeof(type) by sizeof(*pointer) |
Sat, 10 Jul 2010 18:47:59 +0000 | reimar | Make the stream language an argument to the stream creation function |
Mon, 14 Jun 2010 14:35:57 +0000 | diego | Replace forward declarations by proper loader/wine/winbase.h #include. |
Wed, 17 Feb 2010 22:01:35 +0000 | diego | libmpdemux: Mark functions not used outside of their files as static. |