Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 30 Jul 2007 15:19:35 +0000 | reimar | Indicate desired number of output channels to ffmpeg audio decoder. |
Mon, 30 Jul 2007 14:52:07 +0000 | reimar | Avoid void * arithmetic |
Mon, 30 Jul 2007 13:58:45 +0000 | reimar | Use the standard inline instead of __inline |
Mon, 30 Jul 2007 13:55:51 +0000 | reimar | Another missed case-range |
Mon, 30 Jul 2007 13:54:15 +0000 | reimar | Do not use gnu case-range extension if it's easy to avoid |
Mon, 30 Jul 2007 13:48:08 +0000 | reimar | Use goto instead of useless recursion that might fill up the stack |
Mon, 30 Jul 2007 13:46:53 +0000 | reimar | Do not use a return value for a void function |