summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* corrected problems with switching to and from fullscreen mode esp. with fixed-voreimar2004-03-171-19/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't mess with the window position in xinerama when -geometry changes it.diego2004-03-161-1/+2
| | | | | | | (Attila Kinali) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12033 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use system clock for xscreensaver pings (Tobias Diedrich).diego2004-03-161-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12032 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin provides setenv. Fixes compilation on Cygwin.diego2004-03-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12028 b3059339-0415-0410-9bf9-f77b7e298cf2
* move refreshrate and adapter_num variables to video_out because they might ↵faust32004-03-133-8/+10
| | | | | | be usefull for other drivers, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12022 b3059339-0415-0410-9bf9-f77b7e298cf2
* mouse support by Nehal Mistry <nehalmistry at gmx.net>faust32004-03-131-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12021 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12020 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to ↵faust32004-02-291-181/+234
| | | | | | implement 2 window fullscreenswitching by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12006 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace WM_DESTROY with WM_CLOSE to make it possible to play multiple files, ↵faust32004-02-291-1/+1
| | | | | | patch by Reimar Doeffinger git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12005 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont mess with the window position in xinerama when -geometry changes it.attila2004-02-242-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11997 b3059339-0415-0410-9bf9-f77b7e298cf2
* set min width/heightattila2004-02-241-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11996 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msgattila2004-02-222-39/+30
| | | | | | | patch by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11989 b3059339-0415-0410-9bf9-f77b7e298cf2
* fieldparity verbosity and tvnorm patchattila2004-02-221-0/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11988 b3059339-0415-0410-9bf9-f77b7e298cf2
* cut and paste typo fixedzdar2004-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11983 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed usage of fb_dev_name, imported field parity reporting from dfbmga, ↵zdar2004-02-171-10/+29
| | | | | | fixed vsync handling in triple buffering mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11973 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing segfault: libavcodec doesn't allocate some buffers if ↵rik2004-02-161-0/+3
| | | | | | avctx->thread_count == 0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11962 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_bit_count -> put_bits_countrik2004-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11927 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for latest CVS, patch by Ville Syrjalaalex2004-01-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11867 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused headeer dependenciesalex2004-01-283-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support binding F11 and F12 keys to commands.diego2004-01-163-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11794 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>attila2004-01-104-1/+4
| | | | | | | no idea whether this really works :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11766 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer is now GPL, URL updated.diego2004-01-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11752 b3059339-0415-0410-9bf9-f77b7e298cf2
* just the same include reordering as in vo_xv (codemetics :)alex2003-12-271-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11691 b3059339-0415-0410-9bf9-f77b7e298cf2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
* message fixrik2003-12-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11661 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lalex2003-12-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, ↵alex2003-12-081-0/+33
| | | | | | but slightly reworked git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11581 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent possible segfault when vidmodes is freed and config() calls vo_vm_switchattila2003-12-081-0/+1
| | | | | | | | again. Found by Peter Kosinar <goober@ksp.sk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused defineattila2003-12-081-4/+0
| | | | | | | Patch by Götz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. ↵alex2003-12-072-0/+62
| | | | | | Vdovikin <vdovikin@jscc.ru> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11566 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix_get_image() fixmichael2003-12-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11554 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime 'stay-on-top' functionalityjoey2003-11-3018-10/+102
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a patch from Anders Rune Jensen to support the latest em8300 CVS changesmswitch2003-11-281-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11531 b3059339-0415-0410-9bf9-f77b7e298cf2
* send quit command instead of key 'q'.joey2003-11-231-3/+3
| | | | | | | | | catch backspace key instead of ctrl key. keycodes.h says CTRL and BS are the same. this is not true for windows keycodes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11511 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype build fixhenry2003-11-202-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11501 b3059339-0415-0410-9bf9-f77b7e298cf2
* change vo_w32_fullscreen to behave like vo_x11_fullscreen patch by Reimar ↵faust32003-11-161-2/+3
| | | | | | Doeffinger <someone-guy at gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11480 b3059339-0415-0410-9bf9-f77b7e298cf2
* message expanded with hint to use -v optiongabucino2003-11-153-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11463 b3059339-0415-0410-9bf9-f77b7e298cf2
* specification of video norm should not be mandatoryrik2003-11-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11418 b3059339-0415-0410-9bf9-f77b7e298cf2
* added subdevice options, SECAM support (for what's it worth...), added \n to ↵rik2003-11-081-22/+119
| | | | | | some verbose messages, tended to compiler warnings (signed/unsigned comparison) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11417 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbosity changes, zero the whole surface_render[]iive2003-11-081-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warning fixes (approved by A'rpi).rathann2003-11-082-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change conflicting function declaration between .c and .h file, causing adiego2003-11-071-1/+1
| | | | | | | compilation failure on Cygwin, checked by Sascha Sommer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11409 b3059339-0415-0410-9bf9-f77b7e298cf2
* new zoran driver as discussed on the CVS list. Hardware passthrough isrik2003-11-042-0/+370
| | | | | | | | | currently supported. Testing: mplayer file.avi -vc zrmjpeg -vo zr2 -v git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11391 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper fix for 'some chipsets can't handle buffers > 128kB', vo_zr usedrik2003-11-031-35/+28
| | | | | | | | | | to ignore information about the _actual_ buffer size returned by the kernel and continued to use the requested buffer size (the old fix was to request smaller buffers, but not ignoring information about the actual buffer size is way better) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11377 b3059339-0415-0410-9bf9-f77b7e298cf2
* function convert_matrix() is fixed (off-by-one error) and it is now called ↵rik2003-10-311-2/+2
| | | | | | with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11346 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
*