| Commit message (Expand) | Author | Age | Files | Lines |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 | 1 | -7/+6 |
* | Fix deinit problem due to r28215 | gpoirier | 2009-01-03 | 1 | -2/+4 |
* | Add an option to vo_macosx to set a custom buffer_name. | gpoirier | 2008-12-30 | 1 | -6/+23 |
* | Replace vo_macosx's custom options parsing with a subopt_parse()-based one | gpoirier | 2008-12-19 | 1 | -22/+24 |
* | Add missing unistd.h #include, fixes the warning: | diego | 2008-12-08 | 1 | -0/+1 |
* | Remove unused variable, fixes the warning: | diego | 2008-12-08 | 1 | -1/+0 |
* | #include appropriate headers instead of locally declaring function prototypes. | diego | 2008-12-08 | 1 | -3/+2 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch> | nplourde | 2008-11-30 | 1 | -17/+32 |
* | factorize mouse hiding and screensaver disabling code | gpoirier | 2008-11-27 | 1 | -10/+7 |
* | typo fix + readability improvement | gpoirier | 2008-11-25 | 1 | -1/+1 |
* | Allow vo_macosx to be compiled in 64-bits mode: | gpoirier | 2008-11-24 | 1 | -3/+7 |
* | 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 | -2/+2 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | Do not send mouse movements events in root win mode. | ulion | 2007-12-22 | 1 | -1/+1 |
* | Support send mouse movements commands to mplayer. | ulion | 2007-12-20 | 1 | -2/+13 |
* | Use NSMakeRect and NSRect in correct way: | ulion | 2007-12-18 | 1 | -5/+5 |
* | Fix wrong code in last commit. | ulion | 2007-12-18 | 1 | -2/+2 |
* | Fix mouse button mapping: | ulion | 2007-12-18 | 1 | -2/+8 |
* | Record screen size and display size in vo_ variables. | ulion | 2007-12-17 | 1 | -1/+8 |
* | screen_frame is only used for fullscreen mode. | ulion | 2007-12-17 | 1 | -5/+5 |
* | Support double buffering, fix osd flicker. | ulion | 2007-11-30 | 1 | -4/+25 |
* | Fix play window not get actived problem on Leopard. | ulion | 2007-11-30 | 1 | -0/+13 |
* | Ignore empty event. | ulion | 2007-11-29 | 1 | -0/+2 |
* | Set protocol for the vo proxy used in shared-buffer mode. | ulion | 2007-11-28 | 1 | -6/+19 |
* | Fix warning on Leopard, tested ok on Tiger: | ulion | 2007-11-26 | 1 | -1/+1 |
* | Fix warning: | ulion | 2007-11-26 | 1 | -1/+2 |
* | Fix memory leak of image_data. | ulion | 2007-11-23 | 1 | -0/+5 |
* | Fix a memory leak when working in shared_buffer mode. | ulion | 2007-11-23 | 1 | -1/+2 |
* | Move the setCurrentTexture call into flip_page(), fix osd flicker problem. | ulion | 2007-11-23 | 1 | -5/+3 |
* | Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView. | ulion | 2007-11-19 | 1 | -0/+3 |
* | Enable ontop command from mplayer to be sent to mplayer osx. | ulion | 2007-11-09 | 1 | -1/+1 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 | 1 | -2/+1 |
* | Fix deallocate bug which sometimes causes a crash when reinitializing. | nplourde | 2007-10-13 | 1 | -0/+1 |
* | enable fullscreen command from mplayer to be sent to mplayer osx | nplourde | 2007-10-07 | 1 | -1/+1 |
* | 100l typo: ENTER --> KPENTER | diego | 2007-08-23 | 1 | -1/+1 |
* | Fix KPENTER keycode value on Mac OS X. | diego | 2007-08-23 | 1 | -1/+1 |
* | added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com> | nplourde | 2007-08-18 | 1 | -5/+30 |
* | Functions that do not return a value must be void | reimar | 2007-08-18 | 1 | -2/+2 |
* | Remove duplicate extern declaration | reimar | 2007-08-18 | 1 | -5/+0 |
* | 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 |
* | vo_macosx, fix crash when closing window | nplourde | 2006-12-10 | 1 | -4/+8 |
* | vo_macosx.m disable window animation when going to fullscreen | nplourde | 2006-12-09 | 1 | -5/+5 |
* | Fix declarations vs statements warning. | diego | 2006-12-01 | 1 | -4/+6 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | Replace deprecated function | nplourde | 2006-04-08 | 1 | -20/+12 |
* | update activity every 30 sec | nplourde | 2006-03-04 | 1 | -2/+2 |
* | let osx sleep if video is paused | nplourde | 2006-02-07 | 1 | -15/+15 |
* | do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hec... | nplourde | 2006-01-11 | 1 | -20/+20 |
* | mplayer osx shared video buffer | nplourde | 2005-09-04 | 1 | -30/+88 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | exit kiosk mode and show mouse cursor in uninit | nplourde | 2005-07-28 | 1 | -0/+3 |
* | properly release window | nplourde | 2005-07-28 | 1 | -2/+9 |
* | restore window shadow when quitting fullscreen mode | nplourde | 2005-07-24 | 1 | -1/+1 |
* | resize video after keep aspect menu item toggle | nplourde | 2005-07-03 | 1 | -2/+4 |
* | fix various window resizing bug with menu option | nplourde | 2005-07-03 | 1 | -5/+15 |
* | fix fullscreen menubar item behaviour | nplourde | 2005-07-01 | 1 | -14/+28 |
* | keep window size when changing aspect | nplourde | 2005-06-29 | 1 | -11/+15 |
* | crash on autorelease, do not add to pool | nplourde | 2005-06-29 | 1 | -2/+0 |
* | osx 10.3 dont like to have a window init with no size | nplourde | 2005-06-17 | 1 | -1/+1 |
* | set nsapp and setup cocoa with NSApplicationLoad | nplourde | 2005-06-16 | 1 | -1/+2 |
* | proper init of NSApp | nplourde | 2005-06-16 | 1 | -1/+1 |
* | set window alpha | nplourde | 2005-06-16 | 1 | -2/+20 |
* | new texture frame | nplourde | 2005-06-15 | 1 | -15/+8 |
* | device_id flag force fullscreen device | nplourde | 2005-06-15 | 1 | -48/+50 |
* | fix gcc warning | nplourde | 2005-06-15 | 1 | -2/+2 |
* | do not realloc window while playing playlist | nplourde | 2005-06-15 | 1 | -32/+47 |
* | show window only after texture creation (look better). | nplourde | 2005-06-05 | 1 | -3/+4 |
* | Pure cosmetic | nplourde | 2005-06-05 | 1 | -12/+4 |
* | Moved event update inside cocoa openglview class | nplourde | 2005-06-02 | 1 | -15/+15 |
* | Function name cleanup | nplourde | 2005-06-02 | 1 | -16/+16 |
* | Sync swap with VBL. | nplourde | 2005-06-02 | 1 | -0/+2 |
* | Fix pan-scan in fullscreen mode | nplourde | 2005-05-26 | 1 | -1/+2 |
* | fix signess warning | nplourde | 2005-05-25 | 1 | -2/+2 |
* | create menu | nplourde | 2005-05-25 | 1 | -0/+163 |
* | draw resize box | nplourde | 2005-05-04 | 1 | -1/+25 |
* | enable panscan | nplourde | 2005-05-02 | 1 | -4/+5 |
* | enable rootwin | nplourde | 2005-05-02 | 1 | -7/+33 |
* | close button exit mplayer with esc key | nplourde | 2005-05-02 | 1 | -1/+7 |
* | add ontop | nplourde | 2005-05-02 | 1 | -0/+11 |
* | macosx core video module | nplourde | 2005-04-29 | 1 | -0/+657 |