summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27374Uoti Urpala2008-07-305-15/+14
|\
| * Start unifying names of internal preprocessor directives.diego2008-07-305-15/+14
* | Merge svn changes up to r27347Uoti Urpala2008-07-255-7/+13
|\|
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-225-6/+11
| * Support -noborder with X11-based vosreimar2008-07-221-0/+1
| * Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...reimar2008-07-221-1/+1
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-3/+6
|\|
| * One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
| * Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-2/+5
|\|
| * 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
| * More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* | Move global sub_font to OSD structUoti Urpala2008-06-243-11/+11
* | Create a context struct for OSD stateUoti Urpala2008-06-248-41/+73
* | Merge svn changes up to r27123Uoti Urpala2008-06-236-7/+9
|\|
| * 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
| * remove useless typedef againstfor VDXContextben2008-06-201-1/+1
| * remove now useless vidixlib.h fileben2008-06-204-4/+4
| * allow conditionnal compilation of yuv4mpeg video out.ben2008-06-201-0/+2
* | Merge svn changes up to r27092Uoti Urpala2008-06-175-6/+8
|\|
| * Add missing string.h #include for memcpy prototype;diego2008-06-161-0/+1
| * Move message about which adapter is used to verbose mode.diego2008-06-151-2/+3
| * Add parentheses to expression to avoid the warning:diego2008-06-151-1/+1
| * Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.diego2008-06-091-1/+1
| * Slightly reduce VIDIX video output verbosity.diego2008-06-081-2/+2
* | Merge svn changes up to r27025Uoti Urpala2008-06-073-24/+6
|\|
| * declare some functions as staticben2008-06-072-9/+4
| * remove useless vidix versioning stuffben2008-06-071-5/+0
| * remove duplicated codeben2008-06-071-6/+1
| * Drop some useless parameter from vidix init routineben2008-06-071-4/+2
| * Drop support for external libvidix (unmaintained and not up-to-date)ben2008-06-071-1/+1
| * Remove unnecessary mangle.h #include.diego2008-06-041-1/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-0421-274/+271
|\|
| * Fix typo in string name.diego2008-05-271-1/+1
| * Render everything as early as possible, doing as little as possible inreimar2008-05-251-4/+19
| * Reorder flip_page to make moving around do_render call easierreimar2008-05-251-8/+8
| * Split flip_page functionreimar2008-05-251-3/+4
| * Simplify yuv to rgb conversion matrix stuff.reimar2008-05-241-51/+52
| * Cosmetics: alignreimar2008-05-241-4/+4
| * update doxygen commentsreimar2008-05-241-29/+7
| * Add a filter strength parameter for blurring/sharpening scalers.reimar2008-05-243-9/+14
| * Forgotten changes to gl_common.hreimar2008-05-241-5/+15
| * Use a struct instead of a huge and further growing argument list.reimar2008-05-243-51/+45
| * make use of the new MGA_VID_VERSION ioctl to checkattila2008-05-231-0/+11
| * Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-222-4/+8
| * Simplify equalizer handling for vo glreimar2008-05-221-54/+32
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-1622-82/+82
* | vo_xv: Fix port selectionUoti Urpala2008-05-151-2/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-1518-187/+240
|\|
| * Use standard license headers with standard formatting.diego2008-05-1415-185/+197
| * Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-132-0/+14
| * Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
| * Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
* | Merge svn changes up to r26680Uoti Urpala2008-05-071-5/+3
|\|
| * vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
| * Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
* | sub.h: Remove obsolete code under #if 0Uoti Urpala2008-05-011-10/+0
* | Move aspect.c options to option structUoti Urpala2008-05-011-12/+10
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-0111-110/+128
* | sub.c: Make tables constUoti Urpala2008-05-012-4/+4
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-0/+2
|\|
| * Add compilation rule for libvo/aspecttest and (hackishly) fix linking.diego2008-04-301-0/+2
* | input: Move cmd_queue to context structUoti Urpala2008-04-303-3/+4
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-303-8/+16
* | Move allocation/free of x11 struct to x11_common.cUoti Urpala2008-04-292-2/+6
* | Add a context for mp_fifoUoti Urpala2008-04-295-95/+104
* | vo_macosx: Include header instead of "extern ..."Uoti Urpala2008-04-291-2/+1
* | vo_macosx.m: Fix compilation after recent changesUoti Urpala2008-04-291-2/+1
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-4/+7
* | font_load_ft.c: Make tables constUoti Urpala2008-04-281-2/+2
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-9/+0
* | Remove global vo_flagsUoti Urpala2008-04-252-4/+0
* | Move movie_aspect to options structUoti Urpala2008-04-254-3/+1
* | Move vidmode to options structUoti Urpala2008-04-252-2/+1
* | Merge svn changes up to r26510Uoti Urpala2008-04-231-28/+0
|\|
| * Merge libvo/Makefile into top-level Makefile.diego2008-04-231-27/+0
* | Move mRootWin,mScreen,mLocalDisplay to x11 structUoti Urpala2008-04-233-33/+37
* | Move vo_mouse_autohide,vo_wm_type,vo_fs_type,vo_fs_flip to x11 structUoti Urpala2008-04-233-30/+29
* | x11_common: Move vo_old_[x|y|width|height| to x11 structUoti Urpala2008-04-232-18/+19
* | x11_common.c: Move orig_layer and old_gravity to x11 structUoti Urpala2008-04-232-8/+9
* | Move static mouse hide timers to x11 structUoti Urpala2008-04-232-12/+11
* | Move vo_gc,f_gc,vo_hints to x11 structUoti Urpala2008-04-233-63/+64
* | x11_common.c: Move function-static variables to structUoti Urpala2008-04-232-25/+30
* | Mark a table constUoti Urpala2008-04-231-1/+1
* | Move xv_port,xv_colorkey,xv_ck_info to x11 structUoti Urpala2008-04-233-73/+71
* | Move vo_window to x11 structUoti Urpala2008-04-233-86/+80
* | Move static X11 atoms to structUoti Urpala2008-04-233-59/+65
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-236-54/+61
* | Move vo_depthonscreen to x11 structUoti Urpala2008-04-234-13/+13
* | Remove vo_depthonscreen references from non-X VOsUoti Urpala2008-04-233-11/+15
* | Move vo_dbpp to options structUoti Urpala2008-04-233-7/+3
* | Move vo_dx,vo_dy,vo_dwidth,vo_dheight to vo structUoti Urpala2008-04-237-74/+77
* | Move global vo_config_count to vo structUoti Urpala2008-04-234-7/+17
* | Move global mDisplay to x11 state structUoti Urpala2008-04-234-194/+225
* | Create a struct for X11 stateUoti Urpala2008-04-234-4/+17
* | x11_common.c: Make some functions staticUoti Urpala2008-04-232-15/+8
* | Allocate vo struct with tallocUoti Urpala2008-04-232-5/+5
* | Move vo_ontop to options structUoti Urpala2008-04-2310-20/+55
* | vo_gl[2]: Rename conflicting vo_ontop macroUoti Urpala2008-04-233-4/+4
* | Add option pointer to vo structUoti Urpala2008-04-232-4/+7
* | vo_xv: Free resources in error casesUoti Urpala2008-04-231-9/+19
* | vo_xv.c: Make reconfig logic more robustUoti Urpala2008-04-231-7/+6
* | vo_xv.c: remove unnecessary #ifdefs and static varsUoti Urpala2008-04-231-11/+4
* | vo_xv.c: Cosmetic changesUoti Urpala2008-04-231-15/+10
* | Change vo_xv to use new VO APIUoti Urpala2008-04-231-238/+283
* | Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-231-2/+4
* | vo_xv.c: Remove #if 0 codeUoti Urpala2008-04-231-25/+1
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-237-12/+29
* | Add new video driver APIUoti Urpala2008-04-2318-126/+333
* | video_out.c: Cosmetic changesUoti Urpala2008-04-231-62/+65
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-2349-51/+50
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-2319-376/+126
|/
* revert commits 26437-26439attila2008-04-191-11/+14
* cosmetics: fix indentationattila2008-04-131-8/+8
* move the #ifdef HAVE_XINERAMA to enclose the whole functionattila2008-04-131-1/+1
* Always calculate the xinerama screen mplayer is on.attila2008-04-131-6/+3
* Replace "all rights reserved" statement with standard GPL license header.diego2008-04-131-5/+16
* Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.diego2008-04-091-2/+0
* Fix nonsensical license header, mpeg2dec is not GNU Make.diego2008-04-091-1/+1
* Change I_TYPE -> FF_I_TYPE to fix compilation.reimar2008-04-031-1/+1
* Use __AMIGAOS4__ instead of AMIGA, like everywhere else.diego2008-03-151-1/+1
* Add a separate definition for quartz.diego2008-03-151-1/+1
* Consistently use __APPLE__ instead of MACOSX as preprocessor condition.diego2008-03-151-1/+1
* MACOSX_COREVIDEO --> corevideodiego2008-03-151-1/+1
* #include config.h before all other headers.diego2008-03-145-9/+5
* Fix and simplify lscale=2 (bicub_x) scaler, produced funnyreimar2008-03-121-7/+7
* Fix wrong check for vidix usage.iive2008-03-091-1/+1
* Don't use void * arithmetic.iive2008-03-091-1/+1
* Handle vga_init() error and output error message.iive2008-03-091-3/+6
* This header uses parts of stdint.h, so #include it.diego2008-03-071-0/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-076-0/+14
* Remove unnecessary #ifdef nesting.diego2008-03-071-2/+2
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2218-55/+54
* Add missing multiple inclusion guards.diego2008-02-211-0/+5
* Consistently use filename as multiple inclusion guard.diego2008-02-211-3/+3
* Remove pointless #ifdefs around extern declarations.diego2008-02-203-40/+0
* libvo: change asm syntax to use ASMALIGN and " # nop"uau2008-02-152-5/+5
* Revert accidentially committed line of r25994.cehoyos2008-02-141-1/+1
* typo fix: inited --> initializeddiego2008-02-149-16/+16
* Try harder to find OpenGL functions on Windows.reimar2008-02-111-1/+5
* Slightly document alpha for OSD colorreimar2008-02-111-1/+1
* Support alpha for vo gl osdcolorreimar2008-02-111-4/+4
* Remove an extern for a variable that no longer existsreimar2008-02-111-1/+0
* Remove left-over extern definitions that should not be therereimar2008-02-111-2/+0
* Make some variables static.reimar2008-02-101-6/+6
* Avoid a useless extra pointer variable.reimar2008-02-101-1/+1
* Do not uselessly erase background, OpenGL will take care of drawing everything.reimar2008-02-101-2/+5
* Avoid -wid message processing blocking MPlayer.reimar2008-02-101-1/+1
* Forward mouse messages to -wid Window.reimar2008-02-101-1/+15
* Make sure the -wid window does not get notified when we destroy our attached ...reimar2008-02-091-1/+1
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)reimar2008-02-091-8/+10
* Add aspect_fit declaration missing for w32_common.reimar2008-02-071-0/+1
* Implement keepaspect for Windows OpenGL vos.reimar2008-02-021-0/+12
* Make aspect adjustment calculation simpler and more flexible.reimar2008-02-021-24/+19
* Redraw display on toggling borderreimar2008-02-011-0/+1
* Always redraw video on resize.reimar2008-01-311-2/+2
* Avoid a MANGLE, there is no register pressure and the generated codereimar2008-01-302-3/+3
* Allow for larger fragment programs.reimar2008-01-291-3/+10
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* <