| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 | 8 | -41/+73 |
* | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 6 | -7/+9 |
|\ |
|
| * | 100l, bpp is bits per pixel, not bytes | reimar | 2008-06-22 | 1 | -2/+2 |
| * | remove useless typedef againstfor VDXContext | ben | 2008-06-20 | 1 | -1/+1 |
| * | remove now useless vidixlib.h file | ben | 2008-06-20 | 4 | -4/+4 |
| * | allow conditionnal compilation of yuv4mpeg video out. | ben | 2008-06-20 | 1 | -0/+2 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 5 | -6/+8 |
|\| |
|
| * | Add missing string.h #include for memcpy prototype; | diego | 2008-06-16 | 1 | -0/+1 |
| * | Move message about which adapter is used to verbose mode. | diego | 2008-06-15 | 1 | -2/+3 |
| * | Add parentheses to expression to avoid the warning: | diego | 2008-06-15 | 1 | -1/+1 |
| * | Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com. | diego | 2008-06-09 | 1 | -1/+1 |
| * | Slightly reduce VIDIX video output verbosity. | diego | 2008-06-08 | 1 | -2/+2 |
* | | Merge svn changes up to r27025 | Uoti Urpala | 2008-06-07 | 3 | -24/+6 |
|\| |
|
| * | declare some functions as static | ben | 2008-06-07 | 2 | -9/+4 |
| * | remove useless vidix versioning stuff | ben | 2008-06-07 | 1 | -5/+0 |
| * | remove duplicated code | ben | 2008-06-07 | 1 | -6/+1 |
| * | Drop some useless parameter from vidix init routine | ben | 2008-06-07 | 1 | -4/+2 |
| * | Drop support for external libvidix (unmaintained and not up-to-date) | ben | 2008-06-07 | 1 | -1/+1 |
| * | Remove unnecessary mangle.h #include. | diego | 2008-06-04 | 1 | -1/+0 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 21 | -274/+271 |
|\| |
|
| * | Fix typo in string name. | diego | 2008-05-27 | 1 | -1/+1 |
| * | Render everything as early as possible, doing as little as possible in | reimar | 2008-05-25 | 1 | -4/+19 |
| * | Reorder flip_page to make moving around do_render call easier | reimar | 2008-05-25 | 1 | -8/+8 |
| * | Split flip_page function | reimar | 2008-05-25 | 1 | -3/+4 |
| * | Simplify yuv to rgb conversion matrix stuff. | reimar | 2008-05-24 | 1 | -51/+52 |
| * | Cosmetics: align | reimar | 2008-05-24 | 1 | -4/+4 |
| * | update doxygen comments | reimar | 2008-05-24 | 1 | -29/+7 |
| * | Add a filter strength parameter for blurring/sharpening scalers. | reimar | 2008-05-24 | 3 | -9/+14 |
| * | Forgotten changes to gl_common.h | reimar | 2008-05-24 | 1 | -5/+15 |
| * | Use a struct instead of a huge and further growing argument list. | reimar | 2008-05-24 | 3 | -51/+45 |
| * | make use of the new MGA_VID_VERSION ioctl to check | attila | 2008-05-23 | 1 | -0/+11 |
| * | Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME | reimar | 2008-05-22 | 2 | -4/+8 |
| * | Simplify equalizer handling for vo gl | reimar | 2008-05-22 | 1 | -54/+32 |
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 22 | -82/+82 |
* | | vo_xv: Fix port selection | Uoti Urpala | 2008-05-15 | 1 | -2/+1 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 18 | -187/+240 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 15 | -185/+197 |
| * | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 | 2 | -0/+14 |
| * | Add force-pbo suboption for faster OpenGL output. | reimar | 2008-05-10 | 1 | -2/+22 |
| * | Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers | reimar | 2008-05-10 | 1 | -0/+7 |
* | | Merge svn changes up to r26680 | Uoti Urpala | 2008-05-07 | 1 | -5/+3 |
|\| |
|
| * | vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_... | reimar | 2008-05-03 | 1 | -2/+0 |
| * | Fix 100l: mpi->height must be used to calculate required memory, not mpi->h. | reimar | 2008-05-03 | 1 | -3/+3 |
* | | sub.h: Remove obsolete code under #if 0 | Uoti Urpala | 2008-05-01 | 1 | -10/+0 |
* | | Move aspect.c options to option struct | Uoti Urpala | 2008-05-01 | 1 | -12/+10 |
* | | libvo: Move aspect.c static variables to vo struct | Uoti Urpala | 2008-05-01 | 11 | -110/+128 |
* | | sub.c: Make tables const | Uoti Urpala | 2008-05-01 | 2 | -4/+4 |
* | | Merge svn changes up to r26624 | Uoti Urpala | 2008-05-01 | 1 | -0/+2 |
|\| |
|
| * | Add compilation rule for libvo/aspecttest and (hackishly) fix linking. | diego | 2008-04-30 | 1 | -0/+2 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 3 | -3/+4 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 3 | -8/+16 |
* | | Move allocation/free of x11 struct to x11_common.c | Uoti Urpala | 2008-04-29 | 2 | -2/+6 |
* | | Add a context for mp_fifo | Uoti Urpala | 2008-04-29 | 5 | -95/+104 |
* | | vo_macosx: Include header instead of "extern ..." | Uoti Urpala | 2008-04-29 | 1 | -2/+1 |
* | | vo_macosx.m: Fix compilation after recent changes | Uoti Urpala | 2008-04-29 | 1 | -2/+1 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 1 | -4/+7 |
* | | font_load_ft.c: Make tables const | Uoti Urpala | 2008-04-28 | 1 | -2/+2 |
* | | Move vo_gamma_* to options struct | Uoti Urpala | 2008-04-26 | 1 | -9/+0 |
* | | Remove global vo_flags | Uoti Urpala | 2008-04-25 | 2 | -4/+0 |
* | | Move movie_aspect to options struct | Uoti Urpala | 2008-04-25 | 4 | -3/+1 |
* | | Move vidmode to options struct | Uoti Urpala | 2008-04-25 | 2 | -2/+1 |
* | | Merge svn changes up to r26510 | Uoti Urpala | 2008-04-23 | 1 | -28/+0 |
|\| |
|
| * | Merge libvo/Makefile into top-level Makefile. | diego | 2008-04-23 | 1 | -27/+0 |
* | | Move mRootWin,mScreen,mLocalDisplay to x11 struct | Uoti Urpala | 2008-04-23 | 3 | -33/+37 |
* | | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 struct | Uoti Urpala | 2008-04-23 | 3 | -30/+29 |
* | | x11_common: Move vo_old_[x|y|width|height| to x11 struct | Uoti Urpala | 2008-04-23 | 2 | -18/+19 |
* | | x11_common.c: Move orig_layer and old_gravity to x11 struct | Uoti Urpala | 2008-04-23 | 2 | -8/+9 |
* | | Move static mouse hide timers to x11 struct | Uoti Urpala | 2008-04-23 | 2 | -12/+11 |
* | | Move vo_gc,f_gc,vo_hints to x11 struct | Uoti Urpala | 2008-04-23 | 3 | -63/+64 |
* | | x11_common.c: Move function-static variables to struct | Uoti Urpala | 2008-04-23 | 2 | -25/+30 |
* | | Mark a table const | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | | Move xv_port,xv_colorkey,xv_ck_info to x11 struct | Uoti Urpala | 2008-04-23 | 3 | -73/+71 |
* | | Move vo_window to x11 struct | Uoti Urpala | 2008-04-23 | 3 | -86/+80 |
* | | Move static X11 atoms to struct | Uoti Urpala | 2008-04-23 | 3 | -59/+65 |
* | | Move vo_screenwidth,vo_screenheight to options struct | Uoti Urpala | 2008-04-23 | 6 | -54/+61 |
* | | Move vo_depthonscreen to x11 struct | Uoti Urpala | 2008-04-23 | 4 | -13/+13 |
* | | Remove vo_depthonscreen references from non-X VOs | Uoti Urpala | 2008-04-23 | 3 | -11/+15 |
* | | Move vo_dbpp to options struct | Uoti Urpala | 2008-04-23 | 3 | -7/+3 |
* | | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo struct | Uoti Urpala | 2008-04-23 | 7 | -74/+77 |
* | | Move global vo_config_count to vo struct | Uoti Urpala | 2008-04-23 | 4 | -7/+17 |
* | | Move global mDisplay to x11 state struct | Uoti Urpala | 2008-04-23 | 4 | -194/+225 |
* | | Create a struct for X11 state | Uoti Urpala | 2008-04-23 | 4 | -4/+17 |
* | | x11_common.c: Make some functions static | Uoti Urpala | 2008-04-23 | 2 | -15/+8 |
* | | Allocate vo struct with talloc | Uoti Urpala | 2008-04-23 | 2 | -5/+5 |
* | | Move vo_ontop to options struct | Uoti Urpala | 2008-04-23 | 10 | -20/+55 |
* | | vo_gl[2]: Rename conflicting vo_ontop macro | Uoti Urpala | 2008-04-23 | 3 | -4/+4 |
* | | Add option pointer to vo struct | Uoti Urpala | 2008-04-23 | 2 | -4/+7 |
* | | vo_xv: Free resources in error cases | Uoti Urpala | 2008-04-23 | 1 | -9/+19 |
* | | vo_xv.c: Make reconfig logic more robust | Uoti Urpala | 2008-04-23 | 1 | -7/+6 |
* | | vo_xv.c: remove unnecessary #ifdefs and static vars | Uoti Urpala | 2008-04-23 | 1 | -11/+4 |
* | | vo_xv.c: Cosmetic changes | Uoti Urpala | 2008-04-23 | 1 | -15/+10 |
* | | Change vo_xv to use new VO API | Uoti Urpala | 2008-04-23 | 1 | -238/+283 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 | 1 | -2/+4 |
* | | vo_xv.c: Remove #if 0 code | Uoti Urpala | 2008-04-23 | 1 | -25/+1 |
* | | Add context variable to vo_draw_text callback | Uoti Urpala | 2008-04-23 | 7 | -12/+29 |
* | | Add new video driver API | Uoti Urpala | 2008-04-23 | 18 | -126/+333 |
* | | video_out.c: Cosmetic changes | Uoti Urpala | 2008-04-23 | 1 | -62/+65 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 49 | -51/+50 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 | 19 | -376/+126 |
|/ |
|
* | revert commits 26437-26439 | attila | 2008-04-19 | 1 | -11/+14 |
* | cosmetics: fix indentation | attila | 2008-04-13 | 1 | -8/+8 |
* | move the #ifdef HAVE_XINERAMA to enclose the whole function | attila | 2008-04-13 | 1 | -1/+1 |
* | Always calculate the xinerama screen mplayer is on. | attila | 2008-04-13 | 1 | -6/+3 |
* | Replace "all rights reserved" statement with standard GPL license header. | diego | 2008-04-13 | 1 | -5/+16 |
* | Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS. | diego | 2008-04-09 | 1 | -2/+0 |
* | Fix nonsensical license header, mpeg2dec is not GNU Make. | diego | 2008-04-09 | 1 | -1/+1 |
* | 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 |