aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Add a new suboption to -vo xv and -vo xvmc that allows selectionGravatar ben2008-05-13
* Add force-pbo suboption for faster OpenGL output.Gravatar reimar2008-05-10
* Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersGravatar reimar2008-05-10
* vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...Gravatar reimar2008-05-03
* Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.Gravatar reimar2008-05-03
* Add compilation rule for libvo/aspecttest and (hackishly) fix linking.Gravatar diego2008-04-30
* Merge libvo/Makefile into top-level Makefile.Gravatar diego2008-04-23
* revert commits 26437-26439Gravatar attila2008-04-19
* cosmetics: fix indentationGravatar attila2008-04-13
* move the #ifdef HAVE_XINERAMA to enclose the whole functionGravatar attila2008-04-13
* Always calculate the xinerama screen mplayer is on.Gravatar attila2008-04-13
* Replace "all rights reserved" statement with standard GPL license header.Gravatar diego2008-04-13
* Remove -I CFLAGS hack, -I../libavcodec is no longer in CFLAGS.Gravatar diego2008-04-09
* Fix nonsensical license header, mpeg2dec is not GNU Make.Gravatar diego2008-04-09
* Change I_TYPE -> FF_I_TYPE to fix compilation.Gravatar reimar2008-04-03
* Use __AMIGAOS4__ instead of AMIGA, like everywhere else.Gravatar diego2008-03-15
* Add a separate definition for quartz.Gravatar diego2008-03-15
* Consistently use __APPLE__ instead of MACOSX as preprocessor condition.Gravatar diego2008-03-15
* MACOSX_COREVIDEO --> corevideoGravatar diego2008-03-15
* #include config.h before all other headers.Gravatar diego2008-03-14
* Fix and simplify lscale=2 (bicub_x) scaler, produced funnyGravatar reimar2008-03-12
* Fix wrong check for vidix usage.Gravatar iive2008-03-09
* 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