log

age author description
Sat, 11 Feb 2012 17:21:14 +0000 reimar Optimize midentify script to not wasted time filling the cache.
Sat, 11 Feb 2012 15:35:39 +0000 reimar Support -noborder with SDL.
Fri, 10 Feb 2012 15:40:53 +0000 ib Prefer static const char arrays for string constants to #defines.
Fri, 10 Feb 2012 15:24:27 +0000 ib Simplify character array definition.
Fri, 10 Feb 2012 15:06:59 +0000 ib Don't destroy list pointers while saving list items.
Fri, 10 Feb 2012 14:57:29 +0000 ib Adjust content of GUI configuration file to MPlayer configuration files.
Fri, 10 Feb 2012 14:13:14 +0000 ib Show option save error in message box.
Fri, 10 Feb 2012 13:48:42 +0000 ib Use macro FF_ARRAY_ELEMS() instead of numeric constant.
Fri, 10 Feb 2012 13:44:25 +0000 ib Remove unnecessary variable definition and commented code.
Fri, 10 Feb 2012 13:06:43 +0000 ib Don't unnecessarily use gstrdup().
Thu, 09 Feb 2012 15:12:58 +0000 ib Prevent reading empty lines.
Thu, 09 Feb 2012 15:02:16 +0000 ib Cosmetic: Adjust indent.
Thu, 09 Feb 2012 15:01:32 +0000 ib Prevent out-of-bounds array access of fsHistory.
Thu, 09 Feb 2012 14:53:24 +0000 ib Cosmetic: Adjust indent.
Thu, 09 Feb 2012 14:52:22 +0000 ib Check for playlist errors (path, but no file).
Thu, 09 Feb 2012 14:37:38 +0000 ib Cosmetic: Adjust indent.
Thu, 09 Feb 2012 14:37:06 +0000 ib Check for allocation error.
Thu, 09 Feb 2012 14:26:12 +0000 ib Simplify end-of-file detection.
Thu, 09 Feb 2012 14:14:39 +0000 ib Move buffer at top of function and rename it.
Thu, 09 Feb 2012 13:57:25 +0000 ib Fix history file read-only fopen mode.
Thu, 09 Feb 2012 13:43:23 +0000 ib Cosmetic: Change some variable names.
Thu, 09 Feb 2012 13:25:05 +0000 ib In case of a GUI config error, exit MPlayer with error.
Thu, 09 Feb 2012 12:52:09 +0000 ib Replace string constants by symbolic constants.
Thu, 09 Feb 2012 12:43:09 +0000 ib Update dates in man pages.
Thu, 09 Feb 2012 12:29:07 +0000 ib Fix German translation of MSGTR_MemAllocFailed.
Tue, 07 Feb 2012 23:09:52 +0000 cehoyos Support RGB48 tiff decoding.
Tue, 07 Feb 2012 23:04:30 +0000 cehoyos Support displaying 64bit RGB via OpenGL.
Tue, 07 Feb 2012 22:07:09 +0000 cehoyos Use 128 instead of 64 to define non-native RGB image formats.
Tue, 07 Feb 2012 21:56:45 +0000 cehoyos X11 non-native RGB/BGR "emulation" only works for 32bit.
Tue, 07 Feb 2012 14:52:23 +0000 siretart Add missing libavutil #include.