| Commit message (Expand) | Author | Age | Files | Lines |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | vo_corevideo, vo_quartz: remove useless kQuitCmd | reimar | 2010-11-02 | 1 | -1/+0 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -21/+1 |
|\ |
|
| * | Refactor OS X foreground process setting into a separate function. | diego | 2010-03-26 | 1 | -21/+1 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -211/+97 |
|\| |
|
| * | Consistently use sizeof(variable) instead of sizeof(type) where easily possible. | reimar | 2009-09-02 | 1 | -7/+7 |
| * | Cosmetics: get rid of many pointless () | reimar | 2009-09-02 | 1 | -17/+17 |
| * | Reduce code duplication for half/normal/double video size handling. | reimar | 2009-09-02 | 1 | -31/+19 |
| * | Remove unused variable. | reimar | 2009-09-02 | 1 | -1/+0 |
| * | vo_quartz: change deallocation/uninit to more reliably free allocated data. | reimar | 2009-09-02 | 1 | -29/+20 |
| * | Port feature from corevideo: remember half/double size settings and reapply | reimar | 2009-08-28 | 1 | -0/+6 |
| * | Move aspect change handling from vo_quartz to osx_common. | reimar | 2009-08-28 | 1 | -12/+4 |
| * | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. | reimar | 2009-08-28 | 1 | -38/+1 |
| * | Use the standard MPlayer aspect handling instead of reimplementing our own in... | reimar | 2009-08-28 | 1 | -80/+42 |
| * | Use lookup_keymap_table function with data structure instead of huge switch-case | reimar | 2009-08-27 | 1 | -50/+33 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -1/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -8/+8 |
|\| |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 1 | -8/+8 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -0/+18 |
|\| |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+18 |
* | | Merge svn changes up to r28162 | Uoti Urpala | 2008-12-19 | 1 | -1/+1 |
|\| |
|
| * | Do not use full relative #include path for headers in the same directory. | diego | 2008-12-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -0/+1 |
|\| |
|
| * | #include appropriate headers instead of locally declaring function prototypes. | diego | 2008-12-08 | 1 | -2/+1 |
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | | Merge svn changes up to r28038 | Uoti Urpala | 2008-11-25 | 1 | -1236/+1276 |
|\| |
|
| * | cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences) | gpoirier | 2008-11-24 | 1 | -1186/+1189 |
| * | avoid putting several statements on a single line | gpoirier | 2008-11-24 | 1 | -9/+21 |
| * | Use doxygen-style comments in file header. Remove tabs usage. | gpoirier | 2008-11-24 | 1 | -12/+10 |
| * | whitespace-cleanup | gpoirier | 2008-11-24 | 1 | -175/+175 |
| * | Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu... | gpoirier | 2008-11-24 | 1 | -69/+96 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -1/+1 |
| * | Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER. | diego | 2008-08-07 | 1 | -1/+1 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -1/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | | libvo: Move aspect.c static variables to vo struct | Uoti Urpala | 2008-05-01 | 1 | -1/+0 |
* | | Move movie_aspect to options struct | Uoti Urpala | 2008-04-25 | 1 | -1/+0 |
* | | Add context variable to vo_draw_text callback | Uoti Urpala | 2008-04-23 | 1 | -2/+0 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Fix mouse button mapping: | ulion | 2007-12-18 | 1 | -4/+4 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Handle mouse up event to get double click support from mp_fifo. | ulion | 2007-11-07 | 1 | -6/+23 |
* | Fix mouse right button and middle button incorrect identifications. | ulion | 2007-11-06 | 1 | -3/+9 |
* | Fix KPENTER keycode value. | ulion | 2007-11-06 | 1 | -1/+1 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 | 1 | -3/+2 |
* | Warning fixes: | ulion | 2007-11-06 | 1 | -26/+27 |
* | bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end... | nplourde | 2007-06-29 | 1 | -18/+19 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -1/+1 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+0 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Fix a declarations vs statements warning. | diego | 2006-12-01 | 1 | -2/+5 |
* | Replace deprecated function | nplourde | 2006-04-08 | 1 | -18/+10 |
* | let osx sleep if video is paused | nplourde | 2006-02-07 | 1 | -15/+15 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -2/+2 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 1 | -5/+0 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | resize video after keep aspect menu item toggle | nplourde | 2005-07-03 | 1 | -0/+1 |
* | fix various window resizing bug with menu option | nplourde | 2005-07-03 | 1 | -1/+6 |
* | more fullscreen behaviour fix for mouse cursor | nplourde | 2005-07-02 | 1 | -7/+12 |
* | properly redraw fullscreen window with -fs and zoom | nplourde | 2005-07-02 | 1 | -3/+6 |
* | auto hide menubar and cursor in fullscreen | nplourde | 2005-07-01 | 1 | -2/+34 |
* | draw resize box | nplourde | 2005-06-14 | 1 | -2/+36 |
* | Fix Live Resize to match vo_macosx behavior | nplourde | 2005-06-09 | 1 | -69/+101 |
* | Toggle only between ontop and normal. | nplourde | 2005-05-20 | 1 | -20/+1 |
* | set device id to 0 if the device selected on startup do not exist | nplourde | 2005-02-14 | 1 | -0/+1 |
* | do not bring process to front if HAVE_SDL | nplourde | 2004-12-01 | 1 | -1/+1 |
* | clear menubar before adding new menu | nplourde | 2004-12-01 | 1 | -0/+3 |
* | add support for macosx finder argument support (let you bundle mplayer to be ... | nplourde | 2004-11-10 | 1 | -0/+2 |
* | remove window shadow in fullscreen | nplourde | 2004-11-02 | 1 | -1/+1 |
* | set aqua default theme | nplourde | 2004-11-02 | 1 | -7/+7 |
* | do not hide mouse and menubar in fulscreen if not using main device | nplourde | 2004-11-01 | 1 | -4/+10 |
* | more panscan fix | nplourde | 2004-11-01 | 1 | -19/+27 |
* | window now save is old position when going in fullscreen or while using resiz... | nplourde | 2004-10-30 | 1 | -9/+9 |
* | resize preset now respect movie aspect | nplourde | 2004-10-29 | 1 | -3/+3 |
* | enable pan-scan + menu option | nplourde | 2004-10-29 | 1 | -1/+20 |
* | get proper movie aspect | nplourde | 2004-10-28 | 1 | -3/+3 |
* | menu option to set desired movie aspect & keep aspect on window resize | nplourde | 2004-10-28 | 1 | -6/+70 |
* | autodetect proper monitor aspect | nplourde | 2004-10-28 | 1 | -0/+3 |
* | let you choose fullscreen resolution for slower system | nplourde | 2004-10-28 | 1 | -0/+41 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -3/+3 |
* | fix windows resizing ui glitch | nplourde | 2004-10-27 | 1 | -10/+9 |
* | Enable live resize | nplourde | 2004-10-22 | 1 | -23/+35 |
* | fixed typo | nplourde | 2004-10-21 | 1 | -2/+2 |
* | move variable declaration at beginning of block | nplourde | 2004-10-21 | 1 | -7/+12 |
* | removed duplicate case and fixed aspect ratio for window zoom feature | nplourde | 2004-10-20 | 1 | -77/+8 |
* | Fixed event handling for menubar and window close button. | nplourde | 2004-10-20 | 1 | -48/+111 |
* | fix menu bar support and add new movie zoom option menu a la quicktime | nplourde | 2004-10-19 | 1 | -11/+134 |
* | add rgb32 csp support | nplourde | 2004-08-24 | 1 | -19/+95 |
* | fix crash when using close button | nplourde | 2004-08-24 | 1 | -0/+1 |
* | add var vo_rootwin and -rootwin switch for mac osx | nplourde | 2004-07-29 | 1 | -3/+2 |
* | removed ref to extern WinID | nplourde | 2004-07-23 | 1 | -1/+0 |
* | add support for -rootwin command | nplourde | 2004-07-23 | 1 | -0/+11 |
* | listen for key repeats, patch by Dan Christiansen | nplourde | 2004-07-22 | 1 | -59/+66 |
* | Fixed typo | nplourde | 2004-07-16 | 1 | -1/+1 |
* | Add Window Level Key, Can switch mode with T key | nplourde | 2004-07-15 | 1 | -10/+39 |
* | make mplayer capable of being in the foreground by Dan Christiansen | nplourde | 2004-07-09 | 1 | -3/+22 |
* | added more key to keyboard event | nplourde | 2004-06-23 | 1 | -24/+25 |
* | removed buggy rgb32 support | nplourde | 2004-06-23 | 1 | -103/+31 |
* | choose fullscreen device with suboption device_id=# | nplourde | 2004-06-02 | 1 | -22/+52 |
* | uyvy osd support | nplourde | 2004-05-31 | 1 | -1/+1 |
* | re-use same window when playing multiple files | nplourde | 2004-05-18 | 1 | -102/+146 |
* | Event Handling Makeover | nplourde | 2004-05-12 | 1 | -167/+158 |
* | More code cleanup | nplourde | 2004-05-07 | 1 | -59/+55 |
* | Switch rgb32 from QD to QT | nplourde | 2004-05-07 | 1 | -289/+206 |
* | Disable live resize for yuv - HW accel bug | nplourde | 2004-05-05 | 1 | -6/+15 |
* | Cosmetic change std ident style | nplourde | 2004-05-05 | 1 | -304/+339 |
* | Removed unused debug code. | nplourde | 2004-05-05 | 1 | -62/+0 |
* | Add yuv csp support | nplourde | 2004-05-04 | 1 | -19/+513 |
* | Add Fullscreen, Ontop and OSD support | nplourde | 2004-04-26 | 1 | -447/+461 |
* | Quartz/MacOSX video output module by Nicolas Plourde | alex | 2004-04-05 | 1 | -0/+529 |