| Commit message (Expand) | Author | Age | Files | Lines |
* | Change I_TYPE -> FF_I_TYPE to fix compilation. | reimar | 2008-04-03 | 1 | -1/+1 |
* | Use __AMIGAOS4__ instead of AMIGA, like everywhere else. | diego | 2008-03-15 | 1 | -1/+1 |
* | Add a separate definition for quartz. | diego | 2008-03-15 | 1 | -1/+1 |
* | Consistently use __APPLE__ instead of MACOSX as preprocessor condition. | diego | 2008-03-15 | 1 | -1/+1 |
* | MACOSX_COREVIDEO --> corevideo | diego | 2008-03-15 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 5 | -9/+5 |
* | Fix and simplify lscale=2 (bicub_x) scaler, produced funny | reimar | 2008-03-12 | 1 | -7/+7 |
* | Fix wrong check for vidix usage. | iive | 2008-03-09 | 1 | -1/+1 |
* | Don't use void * arithmetic. | iive | 2008-03-09 | 1 | -1/+1 |
* | Handle vga_init() error and output error message. | iive | 2008-03-09 | 1 | -3/+6 |
* | This header uses parts of stdint.h, so #include it. | diego | 2008-03-07 | 1 | -0/+1 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-07 | 6 | -0/+14 |
* | Remove unnecessary #ifdef nesting. | diego | 2008-03-07 | 1 | -2/+2 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 18 | -55/+54 |
* | Add missing multiple inclusion guards. | diego | 2008-02-21 | 1 | -0/+5 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 | 1 | -3/+3 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 3 | -40/+0 |
* | libvo: change asm syntax to use ASMALIGN and " # nop" | uau | 2008-02-15 | 2 | -5/+5 |
* | Revert accidentially committed line of r25994. | cehoyos | 2008-02-14 | 1 | -1/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 9 | -16/+16 |
* | Try harder to find OpenGL functions on Windows. | reimar | 2008-02-11 | 1 | -1/+5 |
* | Slightly document alpha for OSD color | reimar | 2008-02-11 | 1 | -1/+1 |
* | Support alpha for vo gl osdcolor | reimar | 2008-02-11 | 1 | -4/+4 |
* | Remove an extern for a variable that no longer exists | reimar | 2008-02-11 | 1 | -1/+0 |
* | Remove left-over extern definitions that should not be there | reimar | 2008-02-11 | 1 | -2/+0 |
* | Make some variables static. | reimar | 2008-02-10 | 1 | -6/+6 |
* | Avoid a useless extra pointer variable. | reimar | 2008-02-10 | 1 | -1/+1 |
* | Do not uselessly erase background, OpenGL will take care of drawing everything. | reimar | 2008-02-10 | 1 | -2/+5 |
* | Avoid -wid message processing blocking MPlayer. | reimar | 2008-02-10 | 1 | -1/+1 |
* | Forward mouse messages to -wid Window. | reimar | 2008-02-10 | 1 | -1/+15 |
* | Make sure the -wid window does not get notified when we destroy our attached ... | reimar | 2008-02-09 | 1 | -1/+1 |
* | Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia) | reimar | 2008-02-09 | 1 | -8/+10 |
* | Add aspect_fit declaration missing for w32_common. | reimar | 2008-02-07 | 1 | -0/+1 |
* | Implement keepaspect for Windows OpenGL vos. | reimar | 2008-02-02 | 1 | -0/+12 |
* | Make aspect adjustment calculation simpler and more flexible. | reimar | 2008-02-02 | 1 | -24/+19 |
* | Redraw display on toggling border | reimar | 2008-02-01 | 1 | -0/+1 |
* | Always redraw video on resize. | reimar | 2008-01-31 | 1 | -2/+2 |
* | Avoid a MANGLE, there is no register pressure and the generated code | reimar | 2008-01-30 | 2 | -3/+3 |
* | Allow for larger fragment programs. | reimar | 2008-01-29 | 1 | -3/+10 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 | 1 | -12/+12 |
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 | 3 | -14/+14 |
* | Add a few const attributes | reimar | 2008-01-23 | 1 | -2/+2 |
* | Avoid some pointer conversion warnings (the code is messy but not wrong) | reimar | 2008-01-20 | 1 | -2/+2 |
* | Add missing vo_w32_border prototype | reimar | 2008-01-20 | 1 | -0/+1 |
* | Fix some function types from unspecified to empty argument list | reimar | 2008-01-20 | 1 | -3/+3 |
* | Remove redundant declarations (already in video_out.h) | reimar | 2008-01-20 | 1 | -5/+0 |
* | -panscan should also work for right and left borders | reimar | 2008-01-19 | 1 | -0/+2 |
* | Some reindentation | reimar | 2008-01-19 | 1 | -2/+2 |
* | Fix a coefficient for lscale=5 OpenGL mode | reimar | 2008-01-19 | 1 | -1/+1 |
* | Fix warning: | reimar | 2008-01-19 | 1 | -1/+1 |
* | Avoid void* arithmetic | reimar | 2008-01-19 | 1 | -15/+15 |
* | Simplify and silence lots of warnings | reimar | 2008-01-19 | 1 | -29/+29 |
* | Fix using both lscale and cscale 4 | reimar | 2008-01-19 | 1 | -15/+16 |
* | Add a fragment program for 5x5 unsharp masking | reimar | 2008-01-18 | 2 | -0/+35 |
* | Remove leftover backslash | reimar | 2008-01-18 | 1 | -1/+1 |
* | Simplify | reimar | 2008-01-18 | 1 | -6/+3 |
* | Use the same unsharp filter template for 2D and RECT textures | reimar | 2008-01-18 | 1 | -32/+21 |
* | Small typo in message | reimar | 2008-01-18 | 1 | -1/+1 |
* | Remove broken test program that likely never worked. | diego | 2008-01-18 | 1 | -26/+0 |
* | Fix OpenGL unsharp filter | reimar | 2008-01-16 | 1 | -2/+3 |
* | Create/allocate conversion textures before scaler textures. | reimar | 2008-01-15 | 1 | -2/+2 |
* | Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect. | reimar | 2008-01-15 | 3 | -0/+37 |
* | Document vo gl lscale=3 | reimar | 2008-01-15 | 1 | -0/+1 |
* | Add a forgotten case to create_scaler_textures, avoids an incorrect warning. | reimar | 2008-01-15 | 1 | -0/+1 |
* | Fix the bug where the window would become smaller each time vo_ontop is toggled. | reimar | 2008-01-13 | 1 | -3/+1 |
* | fix bug in error message (found by Diego through a compiler warning) | rik | 2008-01-13 | 1 | -1/+1 |
* | Use a transform_color function to reduce code duplication | reimar | 2008-01-12 | 1 | -28/+14 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 | 1 | -1/+1 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 2 | -2/+0 |
* | Set freetype flag in the font_desc_t when using a freetype font. | ulion | 2008-01-07 | 1 | -0/+1 |
* | Remove some now unused screensaver stuff code. | reimar | 2008-01-07 | 1 | -65/+0 |
* | Remove most of the messy screensaver code in favour of only XResetScreenSaver | reimar | 2008-01-07 | 1 | -83/+2 |
* | Use a screensaver_off variable to save current state and avoid | reimar | 2008-01-07 | 1 | -0/+7 |
* | Remove changelog from file header, we have revision control for this. | diego | 2008-01-06 | 2 | -156/+0 |
* | cosmetics: Whitespace changes, add comments to some #endif directives. | diego | 2008-01-06 | 2 | -3/+3 |
* | Relicense file to GPL v2 or later with the permission of Rudolf Marek, | diego | 2008-01-02 | 1 | -2/+2 |
* | when :card isn't specified by the user search the first available card | nicodvb | 2008-01-02 | 1 | -1/+16 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 5 | -2/+23 |
* | consistency cosmetics: Do not #define multiple inclusion guards to 1. | diego | 2008-01-01 | 1 | -1/+1 |
* | Consistently use just the name of the #ifdef directive in #endif comments. | diego | 2008-01-01 | 2 | -2/+3 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 11 | -16/+13 |
* | Relicense files marked as GPL v2 to GPL v2 or later. | diego | 2007-12-31 | 2 | -2/+2 |
* | Relicense files written by Nick Kurshev and marked as "GPL v2" to | diego | 2007-12-30 | 3 | -3/+3 |
* | Add missing #include, fixes the warning: | diego | 2007-12-30 | 1 | -0/+1 |
* | Remove unused variable, fixes the warning: | diego | 2007-12-30 | 1 | -1/+1 |
* | Remove redundant extern declarations, fixes the warnings: | diego | 2007-12-30 | 1 | -4/+0 |
* | Remove unused static variables, fixes the warnings: | diego | 2007-12-30 | 1 | -1/+1 |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-30 | 1 | -3/+1 |
* | Disable unused code, fixes the warning: | diego | 2007-12-30 | 1 | -0/+2 |
* | Add missing #include for vo_draw_text. | diego | 2007-12-30 | 1 | -0/+1 |
* | Do not duplicate MJpegContext struct, #include the proper header instead. | diego | 2007-12-30 | 1 | -14/+1 |
* | Add missing #include, fixes the warning: | diego | 2007-12-30 | 1 | -0/+1 |
* | Use proper length specifiers in mp_msg calls, fixes the warnings: | diego | 2007-12-28 | 1 | -3/+3 |
* | Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour | reimar | 2007-12-22 | 2 | -0/+2 |
* | Add missing X11/extensions/scrnsaver.h include | reimar | 2007-12-22 | 1 | -0/+4 |
* | Do not send mouse movements events in root win mode. | ulion | 2007-12-22 | 1 | -1/+1 |
* | Add support for XScreenSaverSuspend | reimar | 2007-12-22 | 1 | -1/+21 |
* | Move more variables into the block where they are used | reimar | 2007-12-20 | 1 | -3/+1 |
* | Move a variable to where it is used | reimar | 2007-12-20 | 1 | -2/+1 |
* | Support send mouse movements commands to mplayer. | ulion | 2007-12-20 | 1 | -2/+13 |
* | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ... | rik | 2007-12-18 | 3 | -3/+3 |
* | 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 | 2 | -6/+12 |
* | 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 |
* | Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__. | diego | 2007-12-16 | 2 | -3/+3 |
* | Fix libass to support -nofontconfig. | ulion | 2007-12-12 | 1 | -1/+1 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 | 1 | -1/+1 |
* | Format mapping table should be const | reimar | 2007-12-02 | 1 | -2/+2 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 | 1 | -2/+2 |
* | Make osd font const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 38 | -38/+38 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 4 | -10/+10 |
* | Make vo info structs const | reimar | 2007-12-02 | 46 | -46/+46 |
* | Remove last remains of long-gone VOCTRL_SCREENSHOT | reimar | 2007-12-02 | 1 | -1/+0 |
* | Remove video_out_png extern in vo_vesa (remains of ill-advised | reimar | 2007-12-02 | 1 | -4/+0 |
* | Remove casts that are (no longer) necessary | reimar | 2007-12-02 | 1 | -7/+7 |
* | Use proper type for vidix_preinit parameter instead of void * | reimar | 2007-12-02 | 2 | -3/+3 |
* | Support double buffering, fix osd flicker. | ulion | 2007-11-30 | 2 | -5/+26 |
* | 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 |
* | Proper license header. | ivo | 2007-11-29 | 1 | -11/+13 |
* | Remove redundant changelog from comments | ivo | 2007-11-29 | 1 | -9/+17 |
* | Proper license header. | ivo | 2007-11-29 | 1 | -2/+14 |
* | Remove redundant changelog comments. There's always svn log. | ivo | 2007-11-29 | 1 | -11/+0 |
* | Set protocol for the vo proxy used in shared-buffer mode. | ulion | 2007-11-28 | 2 | -6/+31 |
* | 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 |
* | main() --> main(void) | diego | 2007-11-21 | 2 | -2/+2 |
* | 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 |
* | 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 |
* | Fix the prevent system idle code. Original code also works, but not as expected. | ulion | 2007-11-06 | 1 | -2/+1 |
* | Warning fixes: | ulion | 2007-11-06 | 1 | -26/+27 |
* | cosmetics: output grammar/spelling fixes | diego | 2007-11-06 | 1 | -5/+5 |
* | cosmetics: Comment grammar and spelling fixes. | diego | 2007-11-06 | 1 | -17/+17 |
* | Reduce excessive verbosity: Move debug messages to the appropriate MSGL | diego | 2007-11-06 | 1 | -46/+46 |
* | 10l Diego, revert commit 24966. | iive | 2007-11-04 | 1 | -2/+2 |
* | Fix previous incorrect commit, +/- has higher precedence than shifts. | diego | 2007-11-04 | 1 | -2/+2 |
* | Add some parentheses to fix the following warnings: | diego | 2007-11-03 | 1 | -2/+2 |
* | Remove some pointless 'inline' qualifiers | uau | 2007-11-01 | 1 | -1/+1 |
* | movie player for Linux --> movie player | diego | 2007-10-30 | 1 | -2/+1 |
* | move errors and a warning to help_mp-en.h | compn | 2007-10-30 | 1 | -8/+9 |
* | Disable clear_screen function, the call to the function is commented out | diego | 2007-10-30 | 1 | -0/+2 |
* | Remove unused variables. | zuxy | 2007-10-27 | 1 | -3/+1 |
* | Cosmetic fix for r24861 | zuxy | 2007-10-27 | 1 | -12/+12 |
* | Avoid crash after recovering from screensaver | zuxy | 2007-10-27 | 1 | -4/+21 |
* | Get rid of void pointer arithmetic. | zuxy | 2007-10-23 | 1 | -1/+1 |
* | A missing break statement caused SDLK_PLUS to be triggered twice on one press. | diego | 2007-10-22 | 1 | -2/+2 |
* | Remove some unused code, fixes the following warnings: | diego | 2007-10-21 | 1 | -65/+0 |
* | Avoid text deformation and subtitles moving outside the screen in pan-and-scan | eugeni | 2007-10-19 | 1 | -2/+2 |
* | Fix typo in comment | reimar | 2007-10-18 | 1 | -1/+1 |
* | Fix deallocate bug which sometimes causes a crash when reinitializing. | nplourde | 2007-10-13 | 1 | -0/+1 |
* | cosmetics: typo | diego | 2007-10-11 | 1 | -2/+2 |
* | enable fullscreen command from mplayer to be sent to mplayer osx | nplourde | 2007-10-07 | 1 | -1/+1 |
* | Get rid of mp_msg_test in vo_png, only reason to use it is performance and | reimar | 2007-10-03 | 1 | -20/+10 |
* | Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier | reimar | 2007-10-03 | 1 | -1/+1 |
* | Make a local-only variable static in vo_png | reimar | 2007-10-03 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-26 | 1 | -2/+0 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 2 | -4/+4 |
* | |