| Commit message (Expand) | Author | Age |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Add LGPL license header. | diego | 2007-05-28 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) | michael | 2007-05-27 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 |
* | compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables | rik | 2007-05-27 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 |
* | Make -monitorpixelaspect 1 the default. | cehoyos | 2007-04-27 |
* | Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd | reimar | 2007-04-27 |
* | Add -ass-hinting option for setting font hinting method. | eugeni | 2007-04-27 |
* | Gui --> gui | diego | 2007-04-23 |
* | Add Makefile variable for either internal or external VIDIX. | diego | 2007-04-22 |
* | Readd an explicit rule for Objective C files. Apparently only Apple's fork of | diego | 2007-04-22 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 |
* | prevent building xvmc with the old api. | iive | 2007-03-26 |
* | call vbeGetControllerInfo() only once | aurel | 2007-03-23 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 |
* | cosmetics, fix indentation | attila | 2007-03-18 |
* | allow horizontal resolutions >1024 in case we have a G550 | attila | 2007-03-18 |
* | Remove unnecessary -I option. | diego | 2007-03-13 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | forgotten lscale=2 part for gl_common.h | reimar | 2007-03-11 |
* | Add a new GPU-based scaling method to vo gl | reimar | 2007-03-11 |
* | 100l, last patch broke window resizing with xv and xvmc. | reimar | 2007-03-08 |
* | Fix unkown --> unkNown typo. | diego | 2007-03-07 |
* | Factor out some duplicated code in vo_xv and vo_xvmc | reimar | 2007-03-06 |
* | Simplify config by using code available in video_out.c | reimar | 2007-03-06 |
* | Add support for tracking mouse movements. | reimar | 2007-03-04 |
* | Whitespace-only cosmetics: get rid of all remaining tabs | reimar | 2007-03-04 |
* | Generate resize events when size of -wid window changes. | reimar | 2007-03-04 |
* | compilation fix clip_uint8 -> av_clip_uint8 | rik | 2007-02-27 |
* | support for new ivtv api | ben | 2007-02-26 |
* | The fragment program functions are and most likely always will be ARB-only, | reimar | 2007-02-25 |
* | 10, checked for the wrong thing. Do aspect scaling only in config_video_out | reimar | 2007-02-25 |
* | cosmetics: typo fixes, usefuLL --> useful and aswell --> as well | diego | 2007-02-22 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 |
* | Don't free and then allocate surfaces when config() is called again with same... | iive | 2007-02-19 |
* | Fix 10 in r22250, do not use screendimensions if not set | reimar | 2007-02-18 |
* | Set classhint directly after creating window just as all other vos do, in acc... | reimar | 2007-02-18 |
* | Revert r22255 on iive's request. | reimar | 2007-02-18 |
* | Avoid parts of xvmc reinit when source format does not change | reimar | 2007-02-18 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 |
* | Fix two 10l memleaks in vo_xvmc.c | reimar | 2007-02-15 |
* | Avoid calling aspect on each frame and make ass subtitles work better with pa... | reimar | 2007-02-06 |