log

age author description
Wed, 29 Jun 2011 14:31:17 +0000 ib Rename guiGetEvent type guiSetDefaults guiNewFile.
Wed, 29 Jun 2011 14:24:39 +0000 ib Don't let MPlayer directly call user interface functions.
Wed, 29 Jun 2011 13:37:04 +0000 ib Use unsigned index variable for comparison with array size.
Wed, 29 Jun 2011 13:33:21 +0000 ib Cosmetic: Arrange guiGetEvent() types in the sequence they are called.
Wed, 29 Jun 2011 13:16:35 +0000 ib Remove unused guiGetEvent type guiSetFileName.
Wed, 29 Jun 2011 11:38:21 +0000 ib Add missing #include "libavutil/common.h".
Wed, 29 Jun 2011 11:35:58 +0000 ib Replace numeric constants for gtkEquChannels array size.
Wed, 29 Jun 2011 11:21:09 +0000 ib Don't destroy the equalizer settings.
Wed, 29 Jun 2011 10:53:15 +0000 ib Cosmetic: Rename variable dvdp dvd.
Wed, 29 Jun 2011 10:51:22 +0000 ib Prefer previously assigned guiInfo.StreamTyp over stream->type.
Wed, 29 Jun 2011 10:49:43 +0000 ib Make assignments to variables in guiGetEvent() only if needed.
Wed, 29 Jun 2011 10:48:55 +0000 diego configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
Wed, 29 Jun 2011 10:25:02 +0000 ib Don't stop playing after a DXR3 demuxer type error.
Wed, 29 Jun 2011 10:12:12 +0000 diego configure: Remove check for compiler support of 10 assembler operands.
Wed, 29 Jun 2011 10:07:25 +0000 ib Cosmetic: Remove wrong comment.
Wed, 29 Jun 2011 10:05:32 +0000 ib Move audio related code from guiSetVideo to guiSetAudio.
Wed, 29 Jun 2011 09:12:03 +0000 ib Simplify code of guiGetEvent type guiSetAudio.
Tue, 28 Jun 2011 23:45:05 +0000 diego build: touch ffmpeg/.config to avoid spurious warning messages.
Tue, 28 Jun 2011 23:45:03 +0000 diego configure: Add AS_O to config.mak for Libav/FFmpeg build.
Tue, 28 Jun 2011 23:45:01 +0000 diego build: Skip touching FFmpeg libraries after compilation.
Tue, 28 Jun 2011 23:45:00 +0000 diego build: Simplify FFmpeg library handling.
Tue, 28 Jun 2011 23:44:58 +0000 diego demux_vqf: typo/wording fixes
Tue, 28 Jun 2011 18:18:32 +0000 ib Cosmetic: Adjust indent.
Tue, 28 Jun 2011 18:16:06 +0000 ib Prevent balance from hopping.
Tue, 28 Jun 2011 17:52:30 +0000 ib Fix volume and balance bug.
Tue, 28 Jun 2011 17:36:19 +0000 ib Rename guiGetEvent type guiSetVolume guiSetMixer.
Tue, 28 Jun 2011 17:23:37 +0000 ib Redraw GUI only after all necessary values have been set.
Tue, 28 Jun 2011 17:01:24 +0000 reimar Fix compilation with --disable-qtx.
Tue, 28 Jun 2011 15:00:05 +0000 ib Fix bug introduced as a side effect in r33750.
Tue, 28 Jun 2011 10:55:17 +0000 ib Change return code of guiGetEvent() to indicate success.