summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* Mark imported files from uCIFS library as changed for GPL §2a compliance.diego2005-04-152-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15165 b3059339-0415-0410-9bf9-f77b7e298cf2
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-04-141-6/+12
| | | | | | | | bugfix of the "grayscale" output scheme; the height and width of the movie were written als -1 and -1 into the resulting *.bml file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15159 b3059339-0415-0410-9bf9-f77b7e298cf2
* messed ordering of switch branches, 10l for Ivanhenry2005-04-131-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15152 b3059339-0415-0410-9bf9-f77b7e298cf2
* incorporate all image drawing in single function and use fixed ↵iive2005-04-101-12/+16
| | | | | | | | | vo_xv_draw_colorkey() for proper key drawing. This time panscan should be really bugfree (blackbars used to stay) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15103 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix vo_xv_draw_colorkey to a workable stateiive2005-04-102-12/+13
| | | | | | | (using panscan makes x,y negative, so it is very bad idea they to be unsigned) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15101 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert the previous commit, gl needs to reload the font immediatelyhenry2005-04-101-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15087 b3059339-0415-0410-9bf9-f77b7e298cf2
* defer loading of the font after display size change to avoid uselesshenry2005-04-101-4/+26
| | | | | | | | reloading - hack, but needed because for most of the vo's the panscan information and screen size are updated asynchronously git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15086 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove force_load_font stuff moved to sub.chenry2005-04-091-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15081 b3059339-0415-0410-9bf9-f77b7e298cf2
* reload font on each change of the display sizehenry2005-04-091-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15079 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for negative strides (fixes -vf spp,flip crash)henry2005-04-081-2/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15070 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix blackscreen when changing panscan.iive2005-04-071-18/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15061 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-3/+3
| | | | | | | - fix bad sscanf usage in geometry.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memset() usage, patch by Ismail Donmezrathann2005-03-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert vo_aa suboption parser to using the subopt-helper.ivo2005-03-111-93/+94
| | | | | | | This obsoletes all -aa* commandline options. Use -vo aa:* instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up properly if preinit() fails.syrjala2005-03-071-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14930 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing externs (fixes implicit declaration warnings)rathann2005-03-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14885 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l Don't set SDL to X11 by default.ivo2005-03-011-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14877 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -noxv and -forcexv command line options and replace them byivo2005-03-011-4/+21
| | | | | | | | | | | suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option. Updated manual page. Original patch by < ods15 at ods15 dot dyndns dot org> Modified by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't print (stupid) message if output directory is .ivo2005-02-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14853 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compile warningsivo2005-02-283-26/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14851 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_jpeg now uses the generic int_pos() from subopt-helper.civo2005-02-271-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always use vo_x11_sizehint function ( even when going fullscreen ) toal2005-02-241-3/+1
| | | | | | | reflect at least the window aspect behaviour. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14798 b3059339-0415-0410-9bf9-f77b7e298cf2
* strides should always be signedrfelker2005-02-241-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14797 b3059339-0415-0410-9bf9-f77b7e298cf2
* no effect in practice, but strides should always be signedrfelker2005-02-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't change buffers when paused and redrawing.al2005-02-231-19/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove a lot of duplicate codereimar2005-02-213-66/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14748 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should not crash, only because we couldn't hide the cursor.al2005-02-201-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unified colorkey code for vo xv and vo xvmc.al2005-02-204-131/+417
| | | | | | | | | | | | Made the code also more flexible. Colorkey drawing is now by default done as proposed by Marko Macek. Patch also approved by iive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move generic tests to a common place.al2005-02-192-17/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added NV12/NV21 support.syrjala2005-02-171-9/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14717 b3059339-0415-0410-9bf9-f77b7e298cf2
* set device id to 0 if the device selected on startup do not existnplourde2005-02-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14700 b3059339-0415-0410-9bf9-f77b7e298cf2
* always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer ↵faust32005-02-131-0/+1
| | | | | | at netfarm.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the behaviour of -geometry according to the documentation.al2005-02-091-5/+6
| | | | | | | Patch by Bjorn Danielsson <mplayer-mail ta dax tod nu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14679 b3059339-0415-0410-9bf9-f77b7e298cf2
* X11 headers must be included also when X11_FULLSCREEN is not defined (althoughreimar2005-02-061-2/+2
| | | | | | | it is not really beautiful that their are included here in the first place) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate XF86 video mode extension check from XF86 keysym check asdiego2005-02-021-0/+3
| | | | | | | | XFree 3.x does not have the latter. based on a patch by Trent Piepho <xyzzy at speakeasy dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14637 b3059339-0415-0410-9bf9-f77b7e298cf2
* Query XV_COLORKEY only when listed in attribute list, fixes displaying with ↵iive2005-02-021-17/+9
| | | | | | non overlay ports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14636 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Don't advertise IMGFMT_RGBxxsyrjala2005-01-311-9/+1
| | | | | | | - Updated copyright line git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14627 b3059339-0415-0410-9bf9-f77b7e298cf2
* free MSTRZ args also if parser failsrik2005-01-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14596 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_zr2 moved to OPT_ARG_MSTRZ from OPT_ARG_STRrik2005-01-251-19/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14595 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid using vo_subdevicealex2005-01-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make this file compile with gcc-4.0.0. The old code was invalid C.gpoirier2005-01-211-6/+6
| | | | | | | (with the blessing of Rich) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14566 b3059339-0415-0410-9bf9-f77b7e298cf2
* New suboption type: malloc'ed, zero terminated stringreimar2005-01-194-56/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replaced suboption parser by call to suboption helper.ivo2005-01-152-242/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14509 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l. parser can work with pnm_maxfiles directlyivo2005-01-151-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Transition of suboption parser to subopt-helper parser.ivo2005-01-151-128/+82
| | | | | | | Removal of stupid malloc_failed function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14505 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implementation of vo_png suboption parser with subopt-helper and removalivo2005-01-101-13/+17
| | | | | | | of -z command line option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14452 b3059339-0415-0410-9bf9-f77b7e298cf2
* set sub_bg_alpha only to 255 when using hardware OSD.reimar2005-01-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14431 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-082-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14430 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_zr2 moves to subopt-helper (per Alex's request)rik2005-01-081-44/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14429 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed-vo/libmpeg2 aspect change fixfaust32005-01-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14402 b3059339-0415-0410-9bf9-f77b7e298cf2
* 256 color mode support, use -vm to get better output when overlay is not ↵faust32005-01-061-1/+20
| | | | | | supported git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14401 b3059339-0415-0410-9bf9-f77b7e298cf2
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>faust32005-01-021-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use subopt helper to parse argumentsreimar2004-12-311-50/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use subopt parserreimar2004-12-311-36/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definesreimar2004-12-291-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Doxygen comments improvedreimar2004-12-292-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14270 b3059339-0415-0410-9bf9-f77b7e298cf2
* win95 does not support GetMonitorInfofaust32004-12-271-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ontop for some WMs that lose ontop state after fullscreen event.al2004-12-271-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14245 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to remove now useless extern monitor_aspectreimar2004-12-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14224 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.reimar2004-12-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14222 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -wid support for vo_directx.joey2004-12-213-4/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic monitoraspect calculation for vo_directx.joey2004-12-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14207 b3059339-0415-0410-9bf9-f77b7e298cf2
* added colorkey support for vo_directx.joey2004-12-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14206 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fixed mode setting, so any video can be played on all supported ggi targets.diego2004-12-171-84/+154
| | | | | | | | | | - Fixed and enabled draw_slice(). - Only perform flushes in flip_page(). - implemented a primitive dirty region handling to only flush changed area. patch by Christoph Egger <Christoph_Egger at gmx dot de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14176 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix leak with -fixed-vo, allow concatenatingreimar2004-12-121-3/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improving gl2 under windows, moving some functionality to gl_commonreimar2004-12-115-37/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a file= suboption to set output file.reimar2004-12-031-22/+42
| | | | | | | Patch by Olivier Rolland (( billl |at| users <dot> sf <dot> net )). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14096 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove old buggy workaround. kerneltwosix.h itself will be removed soon if ↵rfelker2004-12-033-3/+0
| | | | | | this doesn't cause problems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move selection of internal texture format to appropriate place, shouldreimar2004-12-031-59/+51
| | | | | | | be at texture initialization as visual might change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the context not current before destroying it.reimar2004-12-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14090 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not bring process to front if HAVE_SDLnplourde2004-12-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14083 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear menubar before adding new menunplourde2004-12-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14082 b3059339-0415-0410-9bf9-f77b7e298cf2
* More similar code from gl and gl2 moved to gl_commonreimar2004-12-014-159/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14079 b3059339-0415-0410-9bf9-f77b7e298cf2
* it's stupid for the default to be something both slower (for xv+dr) and ↵rfelker2004-11-301-1/+1
| | | | | | visually incorrect.. use -nodouble if you want old behavior git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14067 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbosity spam fixesrfelker2004-11-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_directfb.c. From now DirectFB => 0.9.13 is required for vo ↵zdar2004-11-251-1872/+0
| | | | | | directfb. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14044 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>faust32004-11-251-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove broken support for directbuffer and including frame-handling use.iive2004-11-231-178/+8
| | | | | | | | | Allows using of directrendering for hw acceleration, with fallbacl to directbuffer. No more black frames. No more flickering. patch by Christoph Egger, approved by al3x git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14022 b3059339-0415-0410-9bf9-f77b7e298cf2
* The GUI shouldn't handle key events at two places.al2004-11-211-4/+4
| | |