| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -0/+17 |
|\ |
|
| * | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+17 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -1/+1 |
|\| |
|
| * | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -3/+3 |
|\| |
|
| * | Fix MGSTR vs. MSGTR typo. | diego | 2008-12-09 | 1 | -3/+3 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -1/+1 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -1/+1 |
|\| |
|
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -1/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -4/+15 |
|\| |
|
| * | Fix typo in string name. | diego | 2008-05-27 | 1 | -1/+1 |
| * | make use of the new MGA_VID_VERSION ioctl to check | attila | 2008-05-23 | 1 | -0/+11 |
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -4/+4 |
* | | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 | 1 | -0/+1 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 | 1 | -15/+10 |
|/ |
|
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-13 | 1 | -1/+1 |
* | Move debug message to verbose output level. | diego | 2007-09-04 | 1 | -1/+1 |
* | warning fix: | diego | 2007-08-28 | 1 | -0/+2 |
* | Assume first xinerama screen, in case xmga could | attila | 2007-08-28 | 1 | -0/+9 |
* | Another unneeded xinerama_screen extern | reimar | 2007-06-24 | 1 | -3/+0 |
* | cosmetics, fix indentation | attila | 2007-03-18 | 1 | -7/+7 |
* | allow horizontal resolutions >1024 in case we have a G550 | attila | 2007-03-18 | 1 | -6/+29 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -0/+1 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -1/+1 |
* | 10l | attila | 2006-06-25 | 1 | -1/+1 |
* | fail with an error if the source resolution is larger than 1023x1023 | attila | 2006-06-25 | 1 | -0/+6 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 | 1 | -1/+0 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 1 | -10/+11 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -5/+5 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -1/+1 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -4/+4 |
* | removed unused headeer dependencies | alex | 2004-01-28 | 1 | -1/+0 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+3 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 | 1 | -7/+1 |
* | ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/... | rfelker | 2003-04-27 | 1 | -0/+10 |
* | fix panscan font resizing with vo_mga | rfelker | 2003-04-26 | 1 | -3/+3 |
* | 100l to Gabu, this caused divide-by-zero with -vo mga. Apparently | rfelker | 2003-03-29 | 1 | -2/+3 |
* | fixing truetype rescaling with (x)mga + panscan | gabucino | 2003-03-26 | 1 | -1/+2 |
* | fix xmga + playbar | pontscho | 2003-01-20 | 1 | -1/+1 |
* | xinerama fix part 1 | attila | 2003-01-18 | 1 | -3/+21 |
* | don't keep mga_vid device open if x11 init fails (fixes "-vo xmga,mga") | rfelker | 2003-01-04 | 1 | -1/+4 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -2/+5 |
* | panscan support in -vo mga (actually moved common code to mga_common.c) | arpi | 2002-11-01 | 1 | -2/+91 |
* | -fixed-vo support | pontscho | 2002-10-17 | 1 | -0/+2 |
* | compiler warning found by Dominik | arpi | 2002-10-10 | 1 | -1/+1 |
* | also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented | arpi | 2002-10-10 | 1 | -1/+1 |
* | draw_image() implementation (new libvo API) | arpi | 2002-10-09 | 1 | -20/+23 |
* | more cleanup, some -vo mga fullscreen fixes | arpi | 2002-10-09 | 1 | -10/+18 |
* | some cleanup | arpi | 2002-10-09 | 1 | -2/+36 |
* | preinit() has an arg... use it. | arpi | 2002-10-09 | 1 | -2/+2 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -9/+2 |
* | eq fixed, based on patch by .so | arpi | 2002-07-25 | 1 | -59/+66 |
* | - fix audio equalizer | pontscho | 2002-07-19 | 1 | -3/+15 |
* | fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch | pontscho | 2002-06-10 | 1 | -7/+14 |
* | warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-06-07 | 1 | -0/+3 |
* | add mute support ( step 1 ) and fixed panscan bugs (1000l for me) | pontscho | 2002-06-06 | 1 | -0/+1 |
* | added panscan support for xmga/xvidix | pontscho | 2002-06-05 | 1 | -0/+11 |
* | wm detection -- round two | pontscho | 2002-05-07 | 1 | -0/+4 |
* | fullscreen toggle for vo_mga | rfelker | 2002-05-05 | 1 | -2/+30 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+0 |
* | VFCAP added | arpi | 2002-04-11 | 1 | -1/+1 |
* | open(/dev/mga_vid) moved to preinit | arpi | 2002-03-31 | 1 | -0/+9 |
* | use only 1 buffers if dr=yes and double=no | arpi | 2002-03-31 | 1 | -1/+3 |
* | 10l | arpi | 2002-03-30 | 1 | -1/+1 |
* | using interleaveBytes() for G200 draw_slice | arpi | 2002-03-30 | 1 | -54/+5 |
* | quick hack to make vo_mga accept multiple calls to config | rfelker | 2002-03-29 | 1 | -1/+2 |
* | disabel DR and UV swapping for g200 planar modes | arpi | 2002-03-25 | 1 | -7/+3 |
* | U,V plane odrer fixed | arpi | 2002-03-24 | 1 | -10/+25 |
* | video_eq support - applied brightness/contrast patch by Brian J. Murrell | arpi | 2002-03-10 | 1 | -0/+45 |
* | rewrite fullscreen support in some libvo driver | pontscho | 2002-03-07 | 1 | -0/+5 |
* | accept STATIC buffers if num_buffers==1 | arpi | 2002-03-07 | 1 | -1/+1 |
* | direct rendering support | arpi | 2002-03-07 | 1 | -1/+33 |
* | control+preinit moved to mga_common.c | arpi | 2002-03-07 | 1 | -0/+16 |
* | using mem2agpcpy_pic() | arpi | 2002-03-06 | 1 | -40/+15 |
* | mmx opt ,untested, i have no mga | michael | 2001-11-02 | 1 | -0/+41 |
* | fixed mga uninit | arpi | 2001-08-22 | 1 | -0/+5 |
* | ehh fixed ;) | arpi_esp | 2001-04-21 | 1 | -1/+1 |
* | I420/IYUV support | arpi_esp | 2001-04-16 | 1 | -0/+4 |
* | UYVY support | arpi_esp | 2001-04-16 | 1 | -2/+9 |
* | qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+ | arpi_esp | 2001-04-15 | 1 | -3/+8 |
* | fastmemcpy added | arpi_esp | 2001-04-14 | 1 | -0/+2 |
* | OSD alpha renderers moved to osd.c | arpi_esp | 2001-04-10 | 1 | -31/+4 |
* | fixed the bespitch*y*x bug | arpi_esp | 2001-04-04 | 1 | -12/+11 |
* | lamer_protection++ | arpi_esp | 2001-04-01 | 1 | -1/+2 |
* | OSD/SUB image quality & speed improvement | arpi_esp | 2001-03-29 | 1 | -2/+4 |
* | grey+alpha rendering support (for .sub) | arpi_esp | 2001-03-24 | 1 | -60/+29 |
* | mga_vid fixes, code cleanup | arpi_esp | 2001-03-08 | 1 | -2/+33 |
* | vsync in mga/xmga | arpi_esp | 2001-03-07 | 1 | -8/+8 |
* | added check_events() interface | arpi_esp | 2001-03-03 | 1 | -1/+1 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+220 |