Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sat, 31 Jul 2010 16:55:57 +0000 | reimar | Fix compilation with --enable-crash-debug |
Sat, 31 Jul 2010 16:43:20 +0000 | diego | Initialize conf_file variable to kill the warning: |
Sat, 31 Jul 2010 16:15:36 +0000 | diego | Use mp_a52_framesize() in all cases; gets rid of liba52 dependency. |
Sat, 31 Jul 2010 16:05:19 +0000 | diego | Add 'z' length modifier to %d printf format specifiers for size_t arguments. |
Sat, 31 Jul 2010 15:22:11 +0000 | diego | Initialize frame_length variable to zero to avoid the warning: |
Sat, 31 Jul 2010 15:17:17 +0000 | diego | 10l: Add the Subversion revision to the version string, not "VERSION". |
Sat, 31 Jul 2010 13:47:47 +0000 | compn | add binary expression codec for fourcc MTS2 |
Fri, 30 Jul 2010 18:28:02 +0000 | reimar | Properly close file on error or uninit. |