summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-271-12/+12
* Allow independent scaling of vo_font and sub_font.reimar2008-01-273-14/+14
* Add a few const attributesreimar2008-01-231-2/+2
* Avoid some pointer conversion warnings (the code is messy but not wrong)reimar2008-01-201-2/+2
* Add missing vo_w32_border prototypereimar2008-01-201-0/+1
* Fix some function types from unspecified to empty argument listreimar2008-01-201-3/+3
* Remove redundant declarations (already in video_out.h)reimar2008-01-201-5/+0
* -panscan should also work for right and left bordersreimar2008-01-191-0/+2
* Some reindentationreimar2008-01-191-2/+2
* Fix a coefficient for lscale=5 OpenGL modereimar2008-01-191-1/+1
* Fix warning:reimar2008-01-191-1/+1
* Avoid void* arithmeticreimar2008-01-191-15/+15
* Simplify and silence lots of warningsreimar2008-01-191-29/+29
* Fix using both lscale and cscale 4reimar2008-01-191-15/+16
* Add a fragment program for 5x5 unsharp maskingreimar2008-01-182-0/+35
* Remove leftover backslashreimar2008-01-181-1/+1
* Simplifyreimar2008-01-181-6/+3
* Use the same unsharp filter template for 2D and RECT texturesreimar2008-01-181-32/+21
* Small typo in messagereimar2008-01-181-1/+1
* Remove broken test program that likely never worked.diego2008-01-181-26/+0
* Fix OpenGL unsharp filterreimar2008-01-161-2/+3
* Create/allocate conversion textures before scaler textures.reimar2008-01-151-2/+2
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-153-0/+37
* Document vo gl lscale=3reimar2008-01-151-0/+1
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.reimar2008-01-151-0/+1
* Fix the bug where the window would become smaller each time vo_ontop is toggled.reimar2008-01-131-3/+1
* fix bug in error message (found by Diego through a compiler warning)rik2008-01-131-1/+1
* Use a transform_color function to reduce code duplicationreimar2008-01-121-28/+14
* Write functions used by send_mpeg_*_packet may _not_ modify datareimar2008-01-121-1/+1
* Remove unnecessary <signal.h> includesuau2008-01-092-2/+0
* Set freetype flag in the font_desc_t when using a freetype font.ulion2008-01-071-0/+1
* Remove some now unused screensaver stuff code.reimar2008-01-071-65/+0
* Remove most of the messy screensaver code in favour of only XResetScreenSaverreimar2008-01-071-83/+2
* Use a screensaver_off variable to save current state and avoidreimar2008-01-071-0/+7
* Remove changelog from file header, we have revision control for this.diego2008-01-062-156/+0
* cosmetics: Whitespace changes, add comments to some #endif directives.diego2008-01-062-3/+3
* Relicense file to GPL v2 or later with the permission of Rudolf Marek,diego2008-01-021-2/+2
* when :card isn't specified by the user search the first available cardnicodvb2008-01-021-1/+16
* Add multiple inclusion guards to all header files that lack them.diego2008-01-015-2/+23
* consistency cosmetics: Do not #define multiple inclusion guards to 1.diego2008-01-011-1/+1
* Consistently use just the name of the #ifdef directive in #endif comments.diego2008-01-012-2/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3111-16/+13
* Relicense files marked as GPL v2 to GPL v2 or later.diego2007-12-312-2/+2
* Relicense files written by Nick Kurshev and marked as "GPL v2" todiego2007-12-303-3/+3
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* Remove unused variable, fixes the warning:diego2007-12-301-1/+1
* Remove redundant extern declarations, fixes the warnings:diego2007-12-301-4/+0
* Remove unused static variables, fixes the warnings:diego2007-12-301-1/+1
* Remove unused variables, fixes the warnings:diego2007-12-301-3/+1
* Disable unused code, fixes the warning:diego2007-12-301-0/+2
* Add missing #include for vo_draw_text.diego2007-12-301-0/+1
* Do not duplicate MJpegContext struct, #include the proper header instead.diego2007-12-301-14/+1
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* Use proper length specifiers in mp_msg calls, fixes the warnings:diego2007-12-281-3/+3
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourreimar2007-12-222-0/+2
* Add missing X11/extensions/scrnsaver.h includereimar2007-12-221-0/+4
* Do not send mouse movements events in root win mode.ulion2007-12-221-1/+1
* Add support for XScreenSaverSuspendreimar2007-12-221-1/+21
* Move more variables into the block where they are usedreimar2007-12-201-3/+1
* Move a variable to where it is usedreimar2007-12-201-2/+1
* Support send mouse movements commands to mplayer.ulion2007-12-201-2/+13
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-183-3/+3
* Use NSMakeRect and NSRect in correct way:ulion2007-12-181-5/+5
* Fix wrong code in last commit.ulion2007-12-181-2/+2
* Fix mouse button mapping:ulion2007-12-182-6/+12
* Record screen size and display size in vo_ variables.ulion2007-12-171-1/+8
* screen_frame is only used for fullscreen mode.ulion2007-12-171-5/+5
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.diego2007-12-162-3/+3
* Fix libass to support -nofontconfig.ulion2007-12-121-1/+1
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
* Format mapping table should be constreimar2007-12-021-2/+2
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-021-2/+2
* Make osd font constreimar2007-12-021-1/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-0238-38/+38