| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | warning fix: | diego | 2007-09-24 | 1 | -1/+2 |
* | warning fixes: | diego | 2007-09-13 | 1 | -1/+1 |
* | warning fix: | diego | 2007-09-10 | 1 | -0/+1 |
* | Fix borders for xmga broken by r23675. Tested by Diego. | reimar | 2007-09-08 | 1 | -0/+1 |
* | Implement boxes for subtitle teletext pages. | voroshil | 2007-09-08 | 1 | -0/+1 |
* | Allow XF86AudioLowerVolume/XF86AudioRaiseVolume keys to be handled by MPlayer. | diego | 2007-09-05 | 1 | -0/+6 |
* | Move debug message to verbose output level. | diego | 2007-09-04 | 1 | -1/+1 |
* | Add a bicubic scaler that needs a lot more instruction but no | reimar | 2007-09-04 | 2 | -0/+42 |
* | Fix compilation after patch to remove global vo_hdc | reimar | 2007-09-03 | 3 | -4/+6 |
* | Remove global vo_hdc, since it is recommended to release a DC as soon as poss... | reimar | 2007-09-03 | 2 | -9/+15 |
* | Remove checks that in the worst case will completely break fullscreen | reimar | 2007-09-03 | 1 | -6/+0 |
* | Make sure aspect hint is adjusted on aspect change | reimar | 2007-09-03 | 1 | -0/+1 |
* | Cosmetics: set vo_hint.flags at more consistent places (directly before | reimar | 2007-09-02 | 1 | -3/+5 |
* | Proper support for flashing chars in teletext pages. | voroshil | 2007-09-01 | 1 | -2/+4 |
* | Remove pointless forward declarations. | diego | 2007-08-31 | 1 | -7/+0 |
* | Purge looooong obsolete remnants of vo_fsdga. | diego | 2007-08-29 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -0/+1 |
* | warning fix: | diego | 2007-08-28 | 1 | -0/+1 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 3 | -6/+2 |
* | warning fix: | diego | 2007-08-28 | 1 | -0/+2 |
* | warning fix: | diego | 2007-08-28 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+0 |
* | Assume first xinerama screen, in case xmga could | attila | 2007-08-28 | 1 | -0/+9 |
* | Fix wrong calculation of nbooleans that causes a crash on 64 bit systems | reimar | 2007-08-27 | 1 | -1/+1 |
* | warning fix: | diego | 2007-08-25 | 1 | -3/+0 |
* | Remove pointless variable declaration, the code that sets it is long-gone. | diego | 2007-08-25 | 1 | -3/+0 |
* | Remove stray comment, the code it commented is long-gone. | diego | 2007-08-25 | 1 | -2/+0 |
* | Fix warnings: | diego | 2007-08-25 | 1 | -3/+3 |
* | Fix warning: | diego | 2007-08-25 | 1 | -3/+0 |
* | Fix warning: | diego | 2007-08-25 | 1 | -2/+0 |
* | Fix redundant redeclaration warnings. | diego | 2007-08-25 | 1 | -4/+0 |
* | Watch X11 fd in main input select() if using vo xv | uau | 2007-08-25 | 1 | -0/+4 |
* | Remove fallback round implementation that is protected by a preprocessor | diego | 2007-08-24 | 1 | -7/+0 |
* | 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 | 2 | -5/+33 |
* | Functions that do not return a value must be void | reimar | 2007-08-18 | 2 | -4/+4 |
* | Text files must end with a newline | reimar | 2007-08-18 | 1 | -1/+1 |
* | Remove duplicate extern declaration | reimar | 2007-08-18 | 1 | -5/+0 |
* | Identifiers should not start with two underscores. | diego | 2007-08-15 | 4 | -8/+8 |
* | Remove unused variable. | diego | 2007-08-15 | 1 | -1/+0 |
* | Fix likely mistake when using char*. | cehoyos | 2007-08-13 | 2 | -4/+4 |
* | Declare all vo_gamma variables in libvo/video_out.h and remove them from | diego | 2007-08-12 | 1 | -0/+1 |
* | Remove useless #include and silence warnings when compiling find_sub.c. | cehoyos | 2007-08-08 | 1 | -4/+0 |
* | Handle case where get_image is called twice without a draw_image in-between | reimar | 2007-08-03 | 1 | -1/+6 |
* | Forgot to add the main vo_xvr100.c file | reimar | 2007-08-03 | 1 | -0/+451 |
* | add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu) | reimar | 2007-08-03 | 1 | -0/+6 |
* | v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as... | ben | 2007-07-29 | 2 | -0/+268 |
* | Teletext support | voroshil | 2007-07-29 | 2 | -0/+275 |
* | Set -vo gl slice-height default to 0, the current default of 4 seems | reimar | 2007-07-28 | 1 | -3/+1 |
* | Use a new variable for user-supplied monitor-aspect so we can overwrite | reimar | 2007-07-28 | 1 | -1/+4 |
* | make sure update_xinerama_info is always called even when using the | reimar | 2007-07-28 | 1 | -1/+1 |
* | cosmetics: misc typo fixes | diego | 2007-07-28 | 2 | -3/+3 |
* | document "default" behaviour if CopyFromParent is passed as colormap | attila | 2007-07-22 | 1 | -1/+1 |
* | 10l | attila | 2007-07-22 | 2 | -2/+2 |
* | Remove vo_syncfb, which was unused for 5 years. | diego | 2007-07-20 | 2 | -468/+0 |
* | Put a compilation fix bandaid in place for the png.h issue. | diego | 2007-07-17 | 1 | -0/+2 |
* | Remove incomplete compilation fix bandaid. | diego | 2007-07-16 | 1 | -2/+0 |
* | bandaid compilation fix | diego | 2007-07-16 | 1 | -0/+2 |
* | Use -font for subtitles when -subfont is not given, patch by kiriuja | zuxy | 2007-07-11 | 1 | -2/+8 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -8/+9 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 12 | -26/+26 |
* | Consistently use filenames as multiple inclusion guards. | diego | 2007-07-02 | 4 | -8/+8 |
* | bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end... | nplourde | 2007-06-29 | 1 | -18/+19 |
* | Get rid of my_memcpy_pic code duplication in many filters. | reimar | 2007-06-28 | 1 | -2/+11 |
* | Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing | reimar | 2007-06-27 | 1 | -1/+1 |
* | Remove some unused variables | reimar | 2007-06-27 | 3 | -6/+0 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 11 | -265/+89 |
* | Lots of cosmetics for gl2 | reimar | 2007-06-26 | 1 | -329/+283 |
* | Remove two unused variables | reimar | 2007-06-26 | 1 | -2/+0 |
* | Remove overly complex and unused per-subtexture "dirty" handling | reimar | 2007-06-26 | 1 | -77/+12 |
* | Remove now unused variable | reimar | 2007-06-26 | 1 | -3/+0 |
* | remove useless calloc cast | reimar | 2007-06-26 | 1 | -2/+1 |
* | Remove some unused code and useless error checking that only clutters the code | reimar | 2007-06-26 | 1 | -56/+1 |
* | Remove unused function. | reimar | 2007-06-24 | 1 | -16/+0 |
* | Avoid vo_sdl void * arithmetic | reimar | 2007-06-24 | 1 | -2/+2 |
* | Remove completely pointless "!= 1". | reimar | 2007-06-24 | 1 | -2/+2 |
* | Another unneeded xinerama_screen extern | reimar | 2007-06-24 | 1 | -3/+0 |
* | xinerama_screen is already declared in video_out.h | reimar | 2007-06-24 | 1 | -4/+0 |
* | Add missing return value for x11 error handler | reimar | 2007-06-24 | 1 | -0/+1 |
* | suboverlap_enabled is already declared in included subreader.h | reimar | 2007-06-24 | 1 | -1/+0 |
* | vo_init is x11 specific and has no place in video_out.h. | reimar | 2007-06-24 | 1 | -2/+0 |
* | Remove redundant vo_format_name, included img_format.h already provides it | reimar | 2007-06-24 | 1 | -1/+0 |
* | Hack around some fullscreen issues with gl under Windows | reimar | 2007-06-22 | 1 | -0/+3 |
* | Revert r23530. | voroshil | 2007-06-21 | 2 | -140/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 2 | -2/+4 |
* | avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d... | lu_zero | 2007-06-10 | 1 | -0/+1 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 2 | -0/+140 |
* | set the window aspect hint | henry | 2007-06-09 | 1 | -0/+2 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 4 | -6/+6 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 19 | -70/+71 |
* | Add LGPL license header. | diego | 2007-05-28 | 1 | -0/+18 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 4 | -4/+1 |
* | HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) | michael | 2007-05-27 | 1 | -6/+6 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 | 4 | -6/+0 |
* | compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables | rik | 2007-05-27 | 1 | -8/+8 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 3 | -33/+43 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 | 1 | -6/+4 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 | 1 | -1/+1 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 | 1 | -2/+1 |
* | Make -monitorpixelaspect 1 the default. | cehoyos | 2007-04-27 | 1 | -3/+3 |
* | Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd | reimar | 2007-04-27 | 1 | -1/+1 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 | 1 | -1/+1 |
* | Gui --> gui | diego | 2007-04-23 | 11 | -11/+11 |
* | Add Makefile variable for either internal or external VIDIX. | diego | 2007-04-22 | 1 | -1/+0 |
* | Readd an explicit rule for Objective C files. Apparently only Apple's fork of | diego | 2007-04-22 | 1 | -0/+3 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 5 | -8/+8 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 11 | -14/+11 |
* | prevent building xvmc with the old api. | iive | 2007-03-26 | 1 | -0/+5 |
* | |