Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Sep 2010 15:55:47 +0000 | reimar | Replace sizeof(WAVEFORMATEX) occurrences. |
Sun, 12 Sep 2010 15:51:11 +0000 | diego | Skip #ifdefs around harmless ae_*.h header #includes. |
Sun, 12 Sep 2010 15:48:46 +0000 | reimar | Replace malloc+memset by calloc |
Sun, 12 Sep 2010 15:47:37 +0000 | diego | Merge one malloc() + memset() invocation into calloc(). |
Sun, 12 Sep 2010 15:38:21 +0000 | diego | Remove libavcodec ifdeffery from the GUI code. |
Sun, 12 Sep 2010 15:35:41 +0000 | reimar | Avoid some pointless uses of sizeof() and one related cast. |
Sun, 12 Sep 2010 15:14:47 +0000 | diego | Replace one more instance of sizeof(WAVEFORMATEX); fix compilation. |
Sun, 12 Sep 2010 13:49:08 +0000 | reimar | Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c |