log

age author description
2012-12-11 ib Add a parameter to uiUnsetMedia().
2012-12-11 upsuper Cosmetic: Reindent.
2012-12-10 ib Cosmetic: Adjust indent.
2012-12-10 ib Embrace several individual "if (guiInfo.Playing)" conditions.
2012-12-10 ib Relocate and change code to set Chapter and Angle start values.
2012-12-10 ib Reset media information for CD/VCD/DVD after playback.
2012-12-10 ib Add a function to unset media information.
2012-12-10 ib Cosmetic: Adjust indent.
2012-12-10 ib Make DVD stop if manually advancing beyond last chapter of last track.
2012-12-10 ib Relocate code to set Track, Chapter and Angle start values.
2012-12-10 ib Limit playlist reset to first item after playback.
2012-12-10 ib Limit internal automatic audio CD track advancing.
2012-12-10 ib Change internal automatic audio CD track advancing.
2012-12-10 ib Simplify code.
2012-12-10 ib Calculate number of playlist tracks in any case.
2012-12-10 ib Don't unconditionally reset playlist to first item after playback.
2012-12-10 ib Merge declaration and initialization.
2012-12-10 ib Set track number after resetting playlist to first item.
2012-12-10 ib Deallocate in reverse order of allocation.
2012-12-10 ib Free guiInfo when GUI ends.
2012-12-10 ib Change parameter from NULL to 0.
2012-12-09 ib Cosmetic: Adjust indent and add a blank line.
2012-12-09 ib Reset playlist to first item after playback has stopped.
2012-12-09 ib Use FFMIN in evSetVolume.
2012-12-09 ib Add comment.
2012-12-09 ib Set volume in evSetBalance.
2012-12-09 ib Set volume in GUI_SET_MIXER.
2012-12-09 ib Cosmetic: Add some blank lines.
2012-12-09 ib Cosmetic: Relocate variable definition.
2012-12-09 ib Fix bug with evSetBalance.
2012-12-09 ib Cosmetic: Adjust indent.
2012-12-09 ib Fix bug with wrong balance calculation.
2012-12-09 ib Check availability of mixer before rendering.
2012-12-09 ib Relocate mixer assignment.
2012-12-09 upsuper Remove two pointless conditions.
2012-12-09 upsuper Add missing break.
2012-12-09 upsuper Fix a wrong condition.
2012-12-07 ib Set svn properties for newly created GUI directories.
2012-12-06 ib Cosmetic: Rearrange #includes.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Rebuild GUI directory structure.
2012-12-06 ib Add doxygen comments.
2012-12-06 ib Rearrange #includes and add missing one.
2012-12-06 ib Fix bug with removing items from playlist.
2012-12-05 ib Avoid using local variables named filename.
2012-12-05 ib Don't unnecessarily use global MPlayer variable filename in Win32 GUI.
2012-12-05 ib Don't unnecessarily use global MPlayer variable filename.
2012-12-05 ib Move instruction up.
2012-12-05 ib Make comments doxygen comments.
2012-12-05 ib Remove unnecessary cast.
2012-12-05 ib Simplify condition.
2012-12-05 ib Cosmetic: Adjust indent.
2012-12-05 ib Revise guiPlaylist() concerning pt_iter.
2012-12-05 ib Cosmetic: Change variable names.
2012-12-05 ib Cosmetic: Adjust indent.
2012-12-05 ib Combine guiPlaylistInitialize() and guiPlaylistAdd().
2012-12-05 upsuper Add video/ogg as an Ogg mimetype.