Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 08 Jul 2008 08:17:50 +0000 | diego | Use correct PRIu64 length modifier for uint64_t value, fixes the warning: |
Mon, 07 Jul 2008 12:17:46 +0000 | diego | Add support for MLP audio through FFmpeg. |
Mon, 07 Jul 2008 09:32:21 +0000 | diego | Run bash-specific shell scripts with bash, not sh. |
Mon, 07 Jul 2008 09:30:22 +0000 | diego | Give all shell scripts a .sh suffix for consistency. |
Mon, 07 Jul 2008 06:47:01 +0000 | diego | Replace bash-specific [[]] construct by a proper [] test. |
Mon, 07 Jul 2008 06:43:45 +0000 | diego | Replace == in []/test constructs with =, == is a bashism. |
Mon, 07 Jul 2008 06:30:24 +0000 | diego | Remove unnecessary function keyword from shell script function declarations, |