log libvo/vo_quartz.c @ 24655:a5ff078d7471

age author description
2007-06-29 nplourde bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-05-28 diego Remove some unused variables, patch by timwoj ieee org.
2007-03-29 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
2006-12-01 diego Fix a declarations vs statements warning.
2006-04-08 nplourde Replace deprecated function
2006-02-07 nplourde let osx sleep if video is paused
2005-11-02 albeu libvo input cleanup: remove the dependency on libinput,
2005-08-21 reimar remove extern for variables that are already in headers.
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-07-03 nplourde resize video after keep aspect menu item toggle
2005-07-03 nplourde fix various window resizing bug with menu option
2005-07-02 nplourde more fullscreen behaviour fix for mouse cursor
2005-07-02 nplourde properly redraw fullscreen window with -fs and zoom
2005-07-01 nplourde auto hide menubar and cursor in fullscreen
2005-06-14 nplourde draw resize box
2005-06-09 nplourde Fix Live Resize to match vo_macosx behavior
2005-05-20 nplourde Toggle only between ontop and normal.
2005-02-14 nplourde set device id to 0 if the device selected on startup do not exist
2004-12-01 nplourde do not bring process to front if HAVE_SDL
2004-12-01 nplourde clear menubar before adding new menu
2004-11-10 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>
2004-11-02 nplourde remove window shadow in fullscreen
2004-11-02 nplourde set aqua default theme
2004-11-01 nplourde do not hide mouse and menubar in fulscreen if not using main device
2004-11-01 nplourde more panscan fix
2004-10-30 nplourde window now save is old position when going in fullscreen or while using resize preset
2004-10-29 nplourde resize preset now respect movie aspect
2004-10-29 nplourde enable pan-scan + menu option
2004-10-28 nplourde get proper movie aspect
2004-10-28 nplourde menu option to set desired movie aspect & keep aspect on window resize
2004-10-28 nplourde autodetect proper monitor aspect
2004-10-28 nplourde let you choose fullscreen resolution for slower system
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-10-27 nplourde fix windows resizing ui glitch
2004-10-22 nplourde Enable live resize
2004-10-21 nplourde fixed typo
2004-10-21 nplourde move variable declaration at beginning of block
2004-10-20 nplourde removed duplicate case and fixed aspect ratio for window zoom feature
2004-10-20 nplourde Fixed event handling for menubar and window close button.
2004-10-19 nplourde fix menu bar support and add new movie zoom option menu a la quicktime
2004-08-24 nplourde add rgb32 csp support
2004-08-24 nplourde fix crash when using close button
2004-07-29 nplourde add var vo_rootwin and -rootwin switch for mac osx
2004-07-23 nplourde removed ref to extern WinID
2004-07-23 nplourde add support for -rootwin command
2004-07-22 nplourde listen for key repeats, patch by Dan Christiansen
2004-07-16 nplourde Fixed typo
2004-07-15 nplourde Add Window Level Key, Can switch mode with T key
2004-07-09 nplourde make mplayer capable of being in the foreground by Dan Christiansen
2004-06-23 nplourde added more key to keyboard event
2004-06-23 nplourde removed buggy rgb32 support
2004-06-02 nplourde choose fullscreen device with suboption device_id=#
2004-05-31 nplourde uyvy osd support
2004-05-18 nplourde re-use same window when playing multiple files
2004-05-12 nplourde Event Handling Makeover
2004-05-07 nplourde More code cleanup
2004-05-07 nplourde Switch rgb32 from QD to QT
2004-05-05 nplourde Disable live resize for yuv - HW accel bug
2004-05-05 nplourde Cosmetic change std ident style