Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Thu, 06 Nov 2008 18:39:37 +0000 | reimar | For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS. |
Thu, 06 Nov 2008 12:41:23 +0000 | gpoirier | sync w/r27895 |
Wed, 05 Nov 2008 23:37:52 +0000 | nicodvb | set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar |
Tue, 04 Nov 2008 21:00:29 +0000 | diego | Add #include <string.h> for memset. |
Tue, 04 Nov 2008 20:46:45 +0000 | diego | Fix typo in psy-rd x264 option description. |
Tue, 04 Nov 2008 20:38:55 +0000 | diego | Add some const specifiers to function name variables; fixes a bunch of |
Tue, 04 Nov 2008 18:44:14 +0000 | reimar | Intialize unused fd variables to -1 (which is actually invalid) instead |
Tue, 04 Nov 2008 18:42:46 +0000 | reimar | Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB. |