summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* prevent lockups on words which do not fit on the screen - temporary fixhenry2003-10-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11298 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop ---> -vfdiego2003-10-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11262 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and ↵rik2003-10-241-10/+8
| | | | | | 31 in the caller git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11259 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw portfaust32003-10-221-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11240 b3059339-0415-0410-9bf9-f77b7e298cf2
* added aspect && geometry supportfaust32003-10-221-17/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11233 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed -nocolorkeyalex2003-10-225-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11217 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting to init_put_bits prototype changerik2003-10-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of the annoying and useless "Subtitles requested but not found" message.mosu2003-10-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11202 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/en/ ---> DOCS/HTML/en/diego2003-10-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11184 b3059339-0415-0410-9bf9-f77b7e298cf2
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-176-6/+69
| | | | | | | by Jake Page <jake@CS.Stanford.EDU> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11159 b3059339-0415-0410-9bf9-f77b7e298cf2
* backward compatibility patch by Villealex2003-10-171-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates by Ville Syrjälä <syrjala@sci.fi>alex2003-10-161-55/+82
| | | | | | | | | | | - Add black bars around the video when using the BES. - Clean up properly in uninit(). - Advertise only YUY2 on a G200. - Add "G200" to the description :) - Remove/fix a few leftovers from old patches. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11148 b3059339-0415-0410-9bf9-f77b7e298cf2
* I found that the tdfxfb video output driver doesn't work when compiled withattila2003-10-151-6/+1
| | | | | | | | | | | gcc 3.x. The OSD works fine, but the video size is not adjusted properly (it is always the same size as a console character). This patch corrects it (at least it works on my system). Tested with gcc 3.3.1 and gcc 2.95.4. patch by Jesús Sánchez <gusanje@yahoo.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11130 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aspect hackattila2003-10-153-9/+19
| | | | | | | | now geometry sets geometry_wh_changed when either width or height is changed. aspect is still preserved in fullscreen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11126 b3059339-0415-0410-9bf9-f77b7e298cf2
* non-directbuffer and slices supportalex2003-10-141-32/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11111 b3059339-0415-0410-9bf9-f77b7e298cf2
* * clear window on fullscreen switchattila2003-10-121-10/+16
| | | | | | | * add call of vo_x11_sizehint git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11088 b3059339-0415-0410-9bf9-f77b7e298cf2
* yet another hack to prevent crashes with drfaust32003-10-091-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11062 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct handling of subdevice, -fb device is obsoletedalex2003-10-082-12/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11056 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix equalizer support by Jake Page <jake@CS.Stanford.EDU>alex2003-10-071-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11037 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix -> cvidixfaust32003-10-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11020 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix -> cvidixfaust32003-10-052-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11018 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesgabucino2003-10-0411-12/+12
| | | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
* micro cleanupalex2003-10-031-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10995 b3059339-0415-0410-9bf9-f77b7e298cf2
* user settable colorkeyalex2003-10-035-36/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10989 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw portfaust32003-10-021-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10982 b3059339-0415-0410-9bf9-f77b7e298cf2
* new vidix vo modules for textmode console and windowsfaust32003-10-023-1/+469
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10980 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to mealex2003-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10948 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial MorphOS/Amiga (GeekGadgets) supportalex2003-09-261-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10946 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD stride fix and correct emailiive2003-09-251-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get more keys from X window (punctuation, etc.) Hopefully, all alnum keyslumag2003-09-242-0/+54
| | | | | | | will work now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10937 b3059339-0415-0410-9bf9-f77b7e298cf2
* blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, ↵iive2003-09-211-92/+82
| | | | | | page code removed/merged, small updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10925 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent crashes with vo_sdlhenry2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10921 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen switching in vo gl and vo gl2faust32003-09-212-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10920 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary fix for attilas 10l, until better solution is foundatmos42003-09-211-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtitle alignment & smart splitting by Salvatore Falcohenry2003-09-211-83/+303
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10917 b3059339-0415-0410-9bf9-f77b7e298cf2
* make aspect recognize -noaspectattila2003-09-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10908 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont fix things at the wrong placeattila2003-09-212-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10906 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix black screen on linux, patch by Jindrich Makovickafaust32003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10903 b3059339-0415-0410-9bf9-f77b7e298cf2
* use vo_fs + geometry supportfaust32003-09-211-16/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10901 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aspect for gl2 fullscreenattila2003-09-201-0/+2
| | | | | | | patch by Tristan Seligmann <mithrandi-mplayer-dev-eng@mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10890 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng ↵faust32003-09-194-102/+471
| | | | | | at mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some warnings (define order)pl2003-09-121-13/+21
| | | | | | | remove the static 'i' variable for the module git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10856 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for warning in some vo_*.cpl2003-09-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Config fixed, changed put_image to use memcpy instead of native blits (for ↵zdar2003-09-071-2/+58
| | | | | | compatibility reasons), always clear primary layer (to have always black background) and try to center image. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10841 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopefully final xv ports.attila2003-09-071-9/+20
| | | | | | | from Jim Hawkins <mplayer@jawkins.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10840 b3059339-0415-0410-9bf9-f77b7e298cf2
* IRIX support by Timo Kanera <timo@kanera.de>alex2003-09-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10839 b3059339-0415-0410-9bf9-f77b7e298cf2
* adaptors are not portsattila2003-09-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10835 b3059339-0415-0410-9bf9-f77b7e298cf2
* catch negative port numbers, just in caseattila2003-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10831 b3059339-0415-0410-9bf9-f77b7e298cf2
* add port parameter to -vo xvattila2003-09-061-4/+23
| | | | | | | based on patch from Jean-Yves Simon <lethalwp@tiscali.be> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10827 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-09-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed double free of data. Patch by Dima K. <dimakar@yahoo.com>mosu2003-09-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10795 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nomouseinput support for vo_sdlalex2003-09-014-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10786 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l. Never ever use such foolish GCC 3.x extensionscvs diff -u ↵alex2003-08-312-14/+20
| | | | | | x11_common.c x11_common.h |more git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10766 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-312-0/+401
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid flickering during resizes. Keep video contents even when paused. Fix ↵mosu2003-08-315-53/+123
| | | | | | by Tomas Simonaitis <haden@homelan.lt> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recieving of mouse events can be switched off. Patch by Markus Rechberger ↵alex2003-08-311-1/+6
| | | | | | <mrechberger@web.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10755 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove exit_player and exit referencesalex2003-08-313-13/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10735 b3059339-0415-0410-9bf9-f77b7e298cf2
* while we are at it: geometry support for xmgaattila2003-08-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10730 b3059339-0415-0410-9bf9-f77b7e298cf2
* geometry support for x11attila2003-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10729 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-292-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10liive2003-08-281-13/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10715 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD support, optinal queue, optional use of sleep(), and benchmark modeiive2003-08-251-139/+709
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.attila2003-08-251-15/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10696 b3059339-0415-0410-9bf9-f77b7e298cf2
* TGA image output VO modulearpi2003-08-242-0/+250
| | | | | | | patch by Daniele Forghieri ( guru@digitalfantasy.it ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10690 b3059339-0415-0410-9bf9-f77b7e298cf2
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix RGB16 vs BGR16 mismatchfaust32003-08-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10648 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix playback of rgb files when overlay is not disabledfaust32003-08-171-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10641 b3059339-0415-0410-9bf9-f77b7e298cf2
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they ↵alex2003-08-153-4/+7
| | | | | | will be freed at exit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling police:diego2003-08-141-1/+1
| | | | | | | Something that we do not know about is unknowN. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10609 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-142-15/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10606 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-141-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10605 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that ↵alex2003-08-131-1/+1
| | | | | | lately (my backward compatibilty macro uses M_OPT_UNKNOWN) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10596 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the historic cfgparser and switched full to the new config parser ↵alex2003-08-133-6/+6
| | | | | | (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved lot of global variables into static ones (and some minor spelling fixes)alex2003-08-121-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10588 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l, the old code was slow as hell, copying stuff extra times andrfelker2003-08-121-24/+5
| | | | | | | | | | | | | | | | | | | | | | actually broken -- blanking the whole screen at each 'page flip' with -dr enabled. benchmarks: before: 56% cpu for decode 56% cpu for vo with no -dr 25% cpu for vo with -dr after: 56% cpu for decode 25% cpu for vo without -dr 0% cpu for vo with -dr if vo_fbdev is going to do pageflip, it needs to do it for REAL, using vertical scroll registers (like g2), not copying a temp buffer (which will shear anyway and is super-slow). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed all printf into mp_msgjoey2003-08-121-294/+204
| | | | | | | | | | | | | | | | | | Removed extern int verbose Removed some unneeded includes Removed swscale, because this should be done by vf layer instead Removed weird video_out_png definition There is no more flip, zoom, or geometry support, so I removed those. Slices, stride support for all supported CSP. Replaced draw_frame with a stub. Removed: do { ... } while (0) Removed unused dstFourcc. Added DR support Removed USE_CONVERT2FB, since we have real DR now Simplified some color depth checks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10577 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (and fixes some wmaker issues)alex2003-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10571 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete my_profilealex2003-08-032-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10517 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-08-032-4/+0