aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* remove now useless vidixlib.h fileGravatar ben2008-06-20
* allow conditionnal compilation of yuv4mpeg video out.Gravatar ben2008-06-20
* Add missing string.h #include for memcpy prototype;Gravatar diego2008-06-16
* Move message about which adapter is used to verbose mode.Gravatar diego2008-06-15
* Add parentheses to expression to avoid the warning:Gravatar diego2008-06-15
* Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.Gravatar diego2008-06-09
* Slightly reduce VIDIX video output verbosity.Gravatar diego2008-06-08
* declare some functions as staticGravatar ben2008-06-07
* remove useless vidix versioning stuffGravatar ben2008-06-07
* remove duplicated codeGravatar ben2008-06-07
* Drop some useless parameter from vidix init routineGravatar ben2008-06-07
* Drop support for external libvidix (unmaintained and not up-to-date)Gravatar ben2008-06-07
* Remove unnecessary mangle.h #include.Gravatar diego2008-06-04
* Fix typo in string name.Gravatar diego2008-05-27
* Render everything as early as possible, doing as little as possible inGravatar reimar2008-05-25
* Reorder flip_page to make moving around do_render call easierGravatar reimar2008-05-25
* Split flip_page functionGravatar reimar2008-05-25
* Simplify yuv to rgb conversion matrix stuff.Gravatar reimar2008-05-24
* Cosmetics: alignGravatar reimar2008-05-24
* update doxygen commentsGravatar reimar2008-05-24
* Add a filter strength parameter for blurring/sharpening scalers.Gravatar reimar2008-05-24
* Forgotten changes to gl_common.hGravatar reimar2008-05-24
* Use a struct instead of a huge and further growing argument list.Gravatar reimar2008-05-24
* make use of the new MGA_VID_VERSION ioctl to checkGravatar attila2008-05-23
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEGravatar reimar2008-05-22
* Simplify equalizer handling for vo glGravatar reimar2008-05-22
* 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