Wed, 02 Sep 2009 14:18:01 +0000 |
reimar |
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
|
Wed, 02 Sep 2009 14:11:30 +0000 |
reimar |
Cosmetics: get rid of many pointless ()
|
Wed, 02 Sep 2009 14:02:15 +0000 |
reimar |
Reduce code duplication for half/normal/double video size handling.
|
Wed, 02 Sep 2009 11:38:18 +0000 |
reimar |
Remove unused variable.
|
Wed, 02 Sep 2009 09:51:38 +0000 |
reimar |
vo_quartz: change deallocation/uninit to more reliably free allocated data.
|
Fri, 28 Aug 2009 14:39:42 +0000 |
reimar |
Port feature from corevideo: remember half/double size settings and reapply
|
Fri, 28 Aug 2009 13:25:30 +0000 |
reimar |
Move aspect change handling from vo_quartz to osx_common.
|
Fri, 28 Aug 2009 12:54:33 +0000 |
reimar |
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
|
Fri, 28 Aug 2009 08:36:51 +0000 |
reimar |
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
|
Thu, 27 Aug 2009 23:13:37 +0000 |
reimar |
Use lookup_keymap_table function with data structure instead of huge switch-case
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 04 May 2009 17:35:26 +0000 |
diego |
Add missing 'void' to parameterless function declarations.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Wed, 17 Dec 2008 00:08:04 +0000 |
diego |
Do not use full relative #include path for headers in the same directory.
|
Mon, 08 Dec 2008 00:02:07 +0000 |
diego |
#include appropriate headers instead of locally declaring function prototypes.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Mon, 24 Nov 2008 14:29:32 +0000 |
gpoirier |
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
|
Mon, 24 Nov 2008 14:25:14 +0000 |
gpoirier |
avoid putting several statements on a single line
|
Mon, 24 Nov 2008 13:34:31 +0000 |
gpoirier |
Use doxygen-style comments in file header. Remove tabs usage.
|
Mon, 24 Nov 2008 13:28:56 +0000 |
gpoirier |
whitespace-cleanup
|
Mon, 24 Nov 2008 10:01:03 +0000 |
gpoirier |
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 10:57:40 +0000 |
diego |
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Tue, 18 Dec 2007 14:48:30 +0000 |
ulion |
Fix mouse button mapping:
|
Sun, 02 Dec 2007 14:39:15 +0000 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
Sun, 02 Dec 2007 14:06:03 +0000 |
reimar |
Make vo info structs const
|
Wed, 07 Nov 2007 01:44:41 +0000 |
ulion |
Handle mouse up event to get double click support from mp_fifo.
|
Tue, 06 Nov 2007 15:57:36 +0000 |
ulion |
Fix mouse right button and middle button incorrect identifications.
|
Tue, 06 Nov 2007 13:17:37 +0000 |
ulion |
Fix KPENTER keycode value.
|
Tue, 06 Nov 2007 12:52:54 +0000 |
ulion |
Fix the prevent system idle code. Original code also works, but not as expected.
|
Tue, 06 Nov 2007 12:12:48 +0000 |
ulion |
Warning fixes:
|
Fri, 29 Jun 2007 21:57:31 +0000 |
nplourde |
bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 28 May 2007 08:42:35 +0000 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
Thu, 29 Mar 2007 17:16:11 +0000 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
Fri, 01 Dec 2006 15:04:46 +0000 |
diego |
Fix a declarations vs statements warning.
|
Sat, 08 Apr 2006 16:16:48 +0000 |
nplourde |
Replace deprecated function
|
Tue, 07 Feb 2006 01:36:32 +0000 |
nplourde |
let osx sleep if video is paused
|
Wed, 02 Nov 2005 21:50:55 +0000 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
Sun, 21 Aug 2005 01:20:31 +0000 |
reimar |
remove extern for variables that are already in headers.
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Sun, 03 Jul 2005 14:28:51 +0000 |
nplourde |
resize video after keep aspect menu item toggle
|
Sun, 03 Jul 2005 12:24:48 +0000 |
nplourde |
fix various window resizing bug with menu option
|
Sat, 02 Jul 2005 19:44:48 +0000 |
nplourde |
more fullscreen behaviour fix for mouse cursor
|
Sat, 02 Jul 2005 13:28:25 +0000 |
nplourde |
properly redraw fullscreen window with -fs and zoom
|
Fri, 01 Jul 2005 17:21:13 +0000 |
nplourde |
auto hide menubar and cursor in fullscreen
|
Tue, 14 Jun 2005 12:48:39 +0000 |
nplourde |
draw resize box
|
Thu, 09 Jun 2005 12:39:52 +0000 |
nplourde |
Fix Live Resize to match vo_macosx behavior
|
Fri, 20 May 2005 16:40:35 +0000 |
nplourde |
Toggle only between ontop and normal.
|
Mon, 14 Feb 2005 21:28:21 +0000 |
nplourde |
set device id to 0 if the device selected on startup do not exist
|
Wed, 01 Dec 2004 21:22:18 +0000 |
nplourde |
do not bring process to front if HAVE_SDL
|
Wed, 01 Dec 2004 21:19:04 +0000 |
nplourde |
clear menubar before adding new menu
|
Wed, 10 Nov 2004 16:43:40 +0000 |
nplourde |
add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
|
Tue, 02 Nov 2004 23:01:25 +0000 |
nplourde |
remove window shadow in fullscreen
|
Tue, 02 Nov 2004 18:16:41 +0000 |
nplourde |
set aqua default theme
|
Mon, 01 Nov 2004 17:19:25 +0000 |
nplourde |
do not hide mouse and menubar in fulscreen if not using main device
|
Mon, 01 Nov 2004 16:17:49 +0000 |
nplourde |
more panscan fix
|
Sat, 30 Oct 2004 19:56:41 +0000 |
nplourde |
window now save is old position when going in fullscreen or while using resize preset
|
Fri, 29 Oct 2004 02:16:16 +0000 |
nplourde |
resize preset now respect movie aspect
|
Fri, 29 Oct 2004 01:24:14 +0000 |
nplourde |
enable pan-scan + menu option
|
Thu, 28 Oct 2004 23:06:35 +0000 |
nplourde |
get proper movie aspect
|
Thu, 28 Oct 2004 22:03:26 +0000 |
nplourde |
menu option to set desired movie aspect & keep aspect on window resize
|
Thu, 28 Oct 2004 21:48:41 +0000 |
nplourde |
autodetect proper monitor aspect
|
Thu, 28 Oct 2004 14:52:47 +0000 |
nplourde |
let you choose fullscreen resolution for slower system
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Wed, 27 Oct 2004 21:20:11 +0000 |
nplourde |
fix windows resizing ui glitch
|
Fri, 22 Oct 2004 00:28:03 +0000 |
nplourde |
Enable live resize
|
Thu, 21 Oct 2004 12:43:08 +0000 |
nplourde |
fixed typo
|
Thu, 21 Oct 2004 11:36:20 +0000 |
nplourde |
move variable declaration at beginning of block
|
Wed, 20 Oct 2004 23:33:31 +0000 |
nplourde |
removed duplicate case and fixed aspect ratio for window zoom feature
|
Wed, 20 Oct 2004 16:38:33 +0000 |
nplourde |
Fixed event handling for menubar and window close button.
|
Tue, 19 Oct 2004 15:04:45 +0000 |
nplourde |
fix menu bar support and add new movie zoom option menu a la quicktime
|
Tue, 24 Aug 2004 20:42:27 +0000 |
nplourde |
add rgb32 csp support
|
Tue, 24 Aug 2004 17:40:31 +0000 |
nplourde |
fix crash when using close button
|
Thu, 29 Jul 2004 14:59:48 +0000 |
nplourde |
add var vo_rootwin and -rootwin switch for mac osx
|
Fri, 23 Jul 2004 14:28:31 +0000 |
nplourde |
removed ref to extern WinID
|
Fri, 23 Jul 2004 13:02:40 +0000 |
nplourde |
add support for -rootwin command
|
Thu, 22 Jul 2004 20:02:26 +0000 |
nplourde |
listen for key repeats, patch by Dan Christiansen
|
Fri, 16 Jul 2004 10:13:26 +0000 |
nplourde |
Fixed typo
|
Thu, 15 Jul 2004 17:36:01 +0000 |
nplourde |
Add Window Level Key, Can switch mode with T key
|
Fri, 09 Jul 2004 16:54:57 +0000 |
nplourde |
make mplayer capable of being in the foreground by Dan Christiansen
|
Wed, 23 Jun 2004 12:48:42 +0000 |
nplourde |
added more key to keyboard event
|
Wed, 23 Jun 2004 12:16:34 +0000 |
nplourde |
removed buggy rgb32 support
|
Wed, 02 Jun 2004 00:58:05 +0000 |
nplourde |
choose fullscreen device with suboption device_id=#
|
Mon, 31 May 2004 15:16:41 +0000 |
nplourde |
uyvy osd support
|
Tue, 18 May 2004 20:49:44 +0000 |
nplourde |
re-use same window when playing multiple files
|
Wed, 12 May 2004 20:47:14 +0000 |
nplourde |
Event Handling Makeover
|
Fri, 07 May 2004 02:34:22 +0000 |
nplourde |
More code cleanup
|
Fri, 07 May 2004 01:44:08 +0000 |
nplourde |
Switch rgb32 from QD to QT
|
Wed, 05 May 2004 02:38:35 +0000 |
nplourde |
Disable live resize for yuv - HW accel bug
|
Wed, 05 May 2004 01:04:44 +0000 |
nplourde |
Cosmetic change std ident style
|
Wed, 05 May 2004 00:30:30 +0000 |
nplourde |
Removed unused debug code.
|
Tue, 04 May 2004 02:57:10 +0000 |
nplourde |
Add yuv csp support
|
Mon, 26 Apr 2004 12:17:26 +0000 |
nplourde |
Add Fullscreen, Ontop and OSD support
|
Mon, 05 Apr 2004 21:20:19 +0000 |
alex |
Quartz/MacOSX video output module by Nicolas Plourde
|