aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
...
* Don't use void * arithmetic.Gravatar iive2008-03-09
* Handle vga_init() error and output error message.Gravatar iive2008-03-09
* This header uses parts of stdint.h, so #include it.Gravatar diego2008-03-07
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-07
* Remove unnecessary #ifdef nesting.Gravatar diego2008-03-07
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add missing multiple inclusion guards.Gravatar diego2008-02-21
* Consistently use filename as multiple inclusion guard.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* libvo: change asm syntax to use ASMALIGN and " # nop"Gravatar uau2008-02-15
* Revert accidentially committed line of r25994.Gravatar cehoyos2008-02-14
* typo fix: inited --> initializedGravatar diego2008-02-14
* Try harder to find OpenGL functions on Windows.Gravatar reimar2008-02-11
* Slightly document alpha for OSD colorGravatar reimar2008-02-11
* Support alpha for vo gl osdcolorGravatar reimar2008-02-11
* Remove an extern for a variable that no longer existsGravatar reimar2008-02-11
* Remove left-over extern definitions that should not be thereGravatar reimar2008-02-11
* Make some variables static.Gravatar reimar2008-02-10
* Avoid a useless extra pointer variable.Gravatar reimar2008-02-10
* Do not uselessly erase background, OpenGL will take care of drawing everything.Gravatar reimar2008-02-10
* Avoid -wid message processing blocking MPlayer.Gravatar reimar2008-02-10
* Forward mouse messages to -wid Window.Gravatar reimar2008-02-10
* Make sure the -wid window does not get notified when we destroy our attached ...Gravatar reimar2008-02-09
* Hack: Create a child window for Windows OpenGL with -wid, since (esp. nVidia)Gravatar reimar2008-02-09
* Add aspect_fit declaration missing for w32_common.Gravatar reimar2008-02-07
* Implement keepaspect for Windows OpenGL vos.Gravatar reimar2008-02-02
* Make aspect adjustment calculation simpler and more flexible.Gravatar reimar2008-02-02
* Redraw display on toggling borderGravatar reimar2008-02-01
* Always redraw video on resize.Gravatar reimar2008-01-31
* Avoid a MANGLE, there is no register pressure and the generated codeGravatar reimar2008-01-30
* Allow for larger fragment programs.Gravatar reimar2008-01-29
* Consistently use uppercase filename as multiple inclusion guard.Gravatar diego2008-01-28
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-27
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* Add a few const attributesGravatar reimar2008-01-23
* Avoid some pointer conversion warnings (the code is messy but not wrong)Gravatar reimar2008-01-20
* Add missing vo_w32_border prototypeGravatar reimar2008-01-20
* Fix some function types from unspecified to empty argument listGravatar reimar2008-01-20
* Remove redundant declarations (already in video_out.h)Gravatar reimar2008-01-20
* -panscan should also work for right and left bordersGravatar reimar2008-01-19
* Some reindentationGravatar reimar2008-01-19
* Fix a coefficient for lscale=5 OpenGL modeGravatar reimar2008-01-19
* Fix warning:Gravatar reimar2008-01-19
* Avoid void* arithmeticGravatar reimar2008-01-19
* Simplify and silence lots of warningsGravatar reimar2008-01-19
* Fix using both lscale and cscale 4Gravatar reimar2008-01-19
* Add a fragment program for 5x5 unsharp maskingGravatar reimar2008-01-18
* Remove leftover backslashGravatar reimar2008-01-18