log

age author description
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Fix bug with evPlay.
2013-01-25 ib Cosmetic: Rename variable.
2013-01-25 ib Move main window initialization code to uiMainInit().
2013-01-25 ib Move video window initialization code to uiVideoInit().
2013-01-25 ib Update skin documentation.
2013-01-25 ib Cosmetic: Adjust indent.
2013-01-25 ib Allow video window without image displayed in it.
2013-01-25 ib Improve debug message.
2013-01-25 ib Add a playbar window initialization debug message.
2013-01-25 ib Relocate menu window initialization debug message.
2013-01-25 ib Add comment on order of window initialization.
2013-01-25 ib Add new functions uiMainInit() and uiVideoInit().
2013-01-25 ib Fix segmentation fault with menu window.
2013-01-25 ib Set MouseHandler for menu window.
2013-01-25 ib Relocate uiLoadPlay.
2013-01-25 ib Add comments.
2013-01-25 ib Add missing type to variable declaration.
2013-01-25 ib Remove unnecessary initialization.
2013-01-25 ib Cosmetic: Rename uiMainEvent() uiEvent().
2013-01-25 ib Relocate uiMainEvent() prototype.
2013-01-25 ib Relocate uiMainEvent().
2013-01-24 ib Cosmetic: Rename uiMainAutoPlay uiLoadPlay.
2013-01-24 ib Remove unused declaration.
2013-01-24 ib Cosmetic: Rename uiEventHandling() uiMainEvent().
2013-01-24 ib Cosmetic: Replace uiMenuInit().
2013-01-24 ib Rename uiShowMenu() uiMenuShow() and uiHideMenu() uiMenuHide().
2013-01-24 ib Cosmetic: Replace uiPlaybarShow().
2013-01-24 ib Cosmetic: Replace declarations.
2013-01-24 ib Cosmetic: Rename uiDND uiMainDND.
2013-01-24 ib Cosmetic: Remove "Handle(r)" from function names.
2013-01-24 ib Remove unnecessary cast.
2013-01-24 ib Cosmetic: Rename ReDraw DrawHandler.
2013-01-24 ib Cosmetic: Replace DandD by DND.
2013-01-24 ib Make uiMainRender static.
2013-01-24 ib Get rid of uiVideoRender.
2013-01-24 ib Cosmetic: Adjust indent.
2013-01-24 ib Realize a smooth and flicker-free video when resizing during playback.
2013-01-24 ib Partly revert r35847.
2013-01-24 ib Cosmetic: Adjust indent.
2013-01-24 ib Disable handler fuctions in wsWindowDestroy().
2013-01-24 ib Remove unnecessary assignment.
2013-01-24 ib Rename menuRender uiMenuRender and make it static.
2013-01-24 ib Remove unnecessary setting of uiMainRender.
2013-01-24 ib Cosmetic: Change argument to uiEventHandling() ivRedraw call.
2013-01-24 ib Move assignment to uiMainRender to a more appropriate place.
2013-01-24 ib Add some notes for later checking and fixing.
2013-01-23 ib Remove unnecessary setting of uiVideoRender.
2013-01-23 ib Cosmetic: Rename wsImageConvert() wsImageRender().
2013-01-23 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
2013-01-23 diego configure: Drop unused WORDS_BIGENDIAN config.h #define.
2013-01-23 diego libdvdcss: Revert r35255, which tried to work around Windows breakage.
2013-01-23 diego configure: Unset HAVE_DIRECT_H if direct.h is not available.
2013-01-23 ib Remove unnecessary wsWindowBackground() calls.
2013-01-23 ib Remove wsWindowClear().
2013-01-23 ib Cosmetic: Adjust indent.
2013-01-23 ib Remove setting pointless window attribute CWBackPixel.
2013-01-23 cehoyos Also support EVRC in qcp.
2013-01-23 ib Remove pointless parentheses.
2013-01-22 ib Remove and simplify code.
2013-01-22 michael configure: Add cbrt() code to avoid breaking compile with ffmpeg which will need that in a moment.
2013-01-22 ib Relocate #defines and make them enums.
2013-01-22 ib Relocate #defines and make them functions.
2013-01-22 ib Revise some doxygen comments.
2013-01-22 ib Redefine PACK_RGB16 and PACK_RGB15.
2013-01-22 ib Remove pointless wsWindowClear() when setting movie aspect ratio.
2013-01-21 diego configure: cosmetics: Move os2threads check to a more suitable place.
2013-01-21 diego configure: Add windows.h check for libavutil
2013-01-21 diego configure: cosmetics: Restructure some entries in config.h.
2013-01-21 diego configure: Simplify giflib workaround check through helper functions.
2013-01-21 diego configure: Simplify liba52 check through helper functions.
2013-01-21 diego configure: Drop commented-out line from OpenAL check.
2013-01-21 diego demux_lavf: Fix CODEC_ID availability ifdefs and add a missing one
2013-01-21 diego vd_ffmpeg: Define potentially unavailable error resilience values
2013-01-21 diego fmt-conversion: Fix PIX_FMT availability ifdefs to work as expected.
2013-01-21 diego configure: Add check for _aligned_malloc(), used in libavutil.
2013-01-21 SubJunk Formatting
2013-01-21 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
2013-01-21 diego configure: Add check for mprotect(), used in libswscale.
2013-01-21 diego configure: Unconditionally check for io.h and direct.h
2013-01-21 diego Add a number of missing libavutil header #includes.
2013-01-21 diego av_opts: Replace deprecated av_set_string3() by av_opt_set()
2013-01-21 cehoyos Support FFmpeg EVRC decoder by Paul B Mahol.
2013-01-21 ib Adjust year for copyright notes.
2013-01-21 SubJunk Bumped year
2013-01-20 diego Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
2013-01-20 diego muxer_lavf: Replace forward declaration by the correct #include
2013-01-20 diego Replace obsolete x86_cpu.h #includes by the correct header.
2013-01-20 diego (Partially) synchronize .gitignore with svn:ignore properties.
2013-01-20 ib Cosmetic: Remove/adjust comments.
2013-01-20 ib Clean up #includes.
2013-01-19 SubJunk Updated libass to 7e45532
2013-01-19 ib Cosmetic: Rename ws functions for the sake of consistency.
2013-01-19 ib Make wsWindowDecoration() static.
2013-01-19 ib Cosmetic: Relocate wsWindowDecoration().
2013-01-19 ib Remove redundant parameter from function.
2013-01-19 ib Cosmetic: Rename structure member, use singular.
2013-01-19 ib Use Bool type.
2013-01-19 ib Remove unused wsWindow structure members.
2013-01-19 jrash Synced with help_mp-en.h rev. 35738
2013-01-18 ib Use Bool type.
2013-01-18 ib Enable resize handles for resizable windows only.
2013-01-18 ib Make variables local.
2013-01-18 ib Remove unnecessary #includes.
2013-01-18 ib Cosmetic: Rename wItem guiItem.
2013-01-18 ib Don't unnecessarily restrict property mask to 8 bits.
2013-01-18 ib Don't set "normal size" check mark in menu by default.
2013-01-18 cehoyos Fix libvpx compilation.
2013-01-18 cehoyos Support fourcc ZMP4.
2013-01-18 ib Remove parameter for border_width from wsWindowCreate().
2013-01-18 ib Cosmetic: Change parameter names.
2013-01-18 ib Cosmetic: Rename ws functions for the sake of consistency.
2013-01-17 ib Don't close the display.
2013-01-17 ib Remove unused structure member wGCV.
2013-01-17 ib Make variable wsScreenDepth static.
2013-01-17 ib Cosmetic: Adjust indent.
2013-01-17 ib Cosmetic: Rename DepthOnScreen ScreenDepth.
2013-01-17 ib Move wgIsRect from ws.h to gui.h.
2013-01-17 ib Remove unused code.
2013-01-17 ib Make functions static that only have file scope.
2013-01-17 ib Cosmetic: Relocate some functions.
2013-01-17 ib Fix bug introduced in r35757.
2013-01-17 ib Remove unused code.
2013-01-17 ib Remove pointless variable wsTrue.
2013-01-17 ib Remove unused wsKeyTable.
2013-01-17 ib Make variables static that only have file scope.
2013-01-17 ib Cosmetic: Relocate and revise comments on code origin.
2013-01-17 ib Remove unused code and declarations.