Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Thu, 29 Jan 2009 00:16:09 +0000 | diego | Use cat instead of echo to generate version.h. |
Wed, 28 Jan 2009 17:47:50 +0000 | diego | Remove superfluous backslash escapes that caused unintended escapes. |
Wed, 28 Jan 2009 12:46:05 +0000 | reimar | Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded. |
Wed, 28 Jan 2009 00:44:48 +0000 | compn | increase max subtitle stream limit |
Tue, 27 Jan 2009 19:06:50 +0000 | reimar | Do not use select n lirc code, instead set the fd non-blocking. |
Tue, 27 Jan 2009 10:02:47 +0000 | reimar | Allocate a larger backbuffer to allow resizing without reinit. |
Mon, 26 Jan 2009 15:06:44 +0000 | diego | Add standard license headers. |
Mon, 26 Jan 2009 14:36:31 +0000 | diego | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. |