summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* flickering fix, patch by Fredrik Noring <noring@nocrew.org>arpi2002-10-011-14/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7576 b3059339-0415-0410-9bf9-f77b7e298cf2
* _NET_WM_FULLSCREEN supportpontscho2002-10-011-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7573 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals ↵rik2002-09-301-7/+8
| | | | | | in MpegEncContext git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7568 b3059339-0415-0410-9bf9-f77b7e298cf2
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-292-0/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix - hope it don't break itarpi2002-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix kde 3.1 fullscreen issues, closes my latest bugreport on that issue.atmos42002-09-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7545 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreen fixes, based on mail by Havoc Pennington <hp@redhat.com>arpi2002-09-281-2/+4
| | | | | | | | | | | | | | | | - it should not set _NET_WM_STATE_STAYS_ON_TOP, this hint does not exist in the spec (http://www.freedesktop.org/standards/wm-spec/1.2/html/x224.html) and _NET_WM_STATE_FULLSCREEN already implies "on top" so there's no need to set this. it should set _NET_WM_STATE_FULLSCREEN instead, I don't currently see code to set _NET_WM_STATE_FULLSCREEN - the XUnmapWindow() after sending the client message is officially speaking breaking the spec, should be XWithdrawWindow(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7543 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-285-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh i forgot to add new file..arpi2002-09-281-0/+1244
| | | | | | | directx driver by Sascha Sommer <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7538 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
* another dga v1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7534 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix new afm/vfm supportpontscho2002-09-281-1/+1
| | | | | | | | - fix fullscreen with xv - add cache support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7527 b3059339-0415-0410-9bf9-f77b7e298cf2
* DGA1 fix by Fredrik Noring <noring@nocrew.org>arpi2002-09-271-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7516 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes problem with video image alignment.arpi2002-09-251-3/+3
| | | | | | | patch by Fredrik Noring <noring@nocrew.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7501 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics...arpi2002-09-251-213/+56
| | | | | | | | | | | - made some internal funcs static - removed spaces & obsolete comment at the end - removed cvs log from header - different driver name if no XF86VidMode avail. - removed vd_printf, use mp_msg() instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attached patch improves the vertical retrace synchronisation (vsync)arpi2002-09-251-66/+92
| | | | | | | | | | | of the mplayer DGA driver. It implements a more general buffer scheme than double buffers that allows for deeper buffer queues. by Fredrik Noring <noring@nocrew.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modern versions of OpenSSH listen on localhost to forward the X11 connectionarpi2002-09-231-1/+1
| | | | | | | | | | | | (X11UseLocalhost defaults to yes). The following patch permits to consider as non local any DISPLAY environment which port is greater or equal to 10 else mplayer tries a local optimization on a distant X server which doesn't work. patch by Denis.Ducamp@groar.org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7493 b3059339-0415-0410-9bf9-f77b7e298cf2
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-222-12/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7488 b3059339-0415-0410-9bf9-f77b7e298cf2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-228-28/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* d_width==screenwidth && -fs hopefully fixedarpi2002-09-183-19/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7436 b3059339-0415-0410-9bf9-f77b7e298cf2
* -zoom will be handled by -vop scalearpi2002-09-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7428 b3059339-0415-0410-9bf9-f77b7e298cf2
* It prevents mode change when Hsync out of range.arpi2002-09-101-5/+18
| | | | | | | | | Supports non-countinous Hsync freq spec. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7361 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, use mencoder...arpi2002-09-091-286/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7341 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsolete, old code. use dga with swscaler (-vo dga -zoom)arpi2002-09-091-476/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7340 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics - copyright msg removed, this file has nothing with mpeg2dec orarpi2002-09-091-20/+3
| | | | | | | original Aaron code, except its filename :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7339 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleted by font_load_ft.carpi2002-09-091-714/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7338 b3059339-0415-0410-9bf9-f77b7e298cf2
* extensible blinkenlights driver, can currently be used for the Arcade ↵rik2002-09-082-0/+424
| | | | | | http://www.blinkenlights.de/arcade git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
* config() parameters changezdar2002-09-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()jkeil2002-09-033-62/+57
| | | | | | | | | | function. This is useful for framebuffers on Sun hardware, where we have multiple truecolor visuals of different depths available, and the root window typically runs at depth 8, yet there are 24 bit true color visuals available as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7257 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Mark <CompGuy284@attbi.com>alex2002-09-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove ↵atmos42002-08-311-0/+23
| | | | | | | | | unused envp. Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2*100l, extern fv() {} is nonsense, you have to decide if it is extern orarpi2002-08-301-12/+3
| | | | | | | local but never both! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7166 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2002-08-301-13/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7158 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix window handling with dxr3pontscho2002-08-291-0/+4
| | | | | | | - workaround dxr3 subpicture size with freetype osd rendering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgen.h is glibc specific, and not used at all -> removedarpi2002-08-291-2/+2
| | | | | | | noticed by Steven M. Schultz <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7148 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-293-81/+124
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7141 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add freetype support for guipontscho2002-08-291-13/+5
| | | | | | | - fix some small bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some breakages of single-buffer rendering of tdfxmark2002-08-291-24/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7138 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes a segfault which was introduced in this file by the new ratecontrol coderik2002-08-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7137 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-2835-154/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-285-3/+1704
| | | | | | | patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedarpi2002-08-282-54/+159
| | | | | | | | | | - it solves overlapping alpha problem - speed up osd rendering (it renders bigger area but in a single pass) patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> some cleanup by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7122 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible 'DoS' bugalex2002-08-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7118 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear screen and tiny image bug patch by Burton Samograd ↵alex2002-08-281-11/+28
| | | | | | <kruhft@kruhft.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7114 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old input codealex2002-08-285-48/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" ↵pontscho2002-08-271-7/+10
| | | | | | | | | <gyurco@freemail.hu> - add cosmetic patch from uh ... don't know :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7096 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed nonsense 'inline'arpi2002-08-222-4/+4
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7073 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-227-75/+525
| | | | | | | | | vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-222-16/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7068 b3059339-0415-0410-9bf9-f77b7e298cf2
* this piece of code should prevent major fullscreen screwups, which canarpi2002-08-211-0/+5
| | | | | | | | | be otherwise triggered by rapid switching to fullscreen and back. patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7058 b3059339-0415-0410-9bf9-f77b7e298cf2
* added forced window clearing for Xv, because on my setup (sawfish,arpi2002-08-211-0/+6
| | | | | | | | | | nvidia) there occasionally left a blue strip above the movie when switching to fullscreen. patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7057 b3059339-0415-0410-9bf9-f77b7e298cf2
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasarpi2002-08-161-0/+7
| | | | | | | unsupported color depth by vidix (0)' - patch by Emiel Neggers <emiel@neggers.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7027 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>arpi2002-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7026 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-142-0/+6
| | | | | | | | - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>arpi2002-08-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put/get_image fixed. Deleted forgotten development commentszdar2002-08-131-38/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6986 b3059339-0415-0410-9bf9-f77b7e298cf2
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-098-8/+37
| | | | | | | patch Kazunori Ueno <jagarl@creator.club.ne.jp> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6954 b3059339-0415-0410-9bf9-f77b7e298cf2
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czarpi2002-08-092-1/+1225
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6953 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0.1lrik2002-08-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6934 b3059339-0415-0410-9bf9-f77b7e298cf2
* cinerama support in -vo zr for people with more than one zoran card, ↵rik2002-08-051-365/+468
| | | | | | documentation contained in -zrhelp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6933 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, using DIRECTFBVERSION and video EQ support by Jiri.Svoboda@seznam.czarpi2002-08-051-68/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6921 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial window size (-xy) fixed - patch by Kazunori Ueno ↵arpi2002-07-311-1/+1
| | | | | | <jagarl@creator.club.ne.jp> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6859 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix silly shorthand that could cause trouble portingrfelker2002-07-312-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6856 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed size/aspect for -fsarpi2002-07-301-18/+16
| | | | | | | | - use vidix's query_format for vidix mode (10l bug) patch by Jacek Rembisz <jr178783@zodiac.mimuw.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6852 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l :)arpi2002-07-302-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable OSD outside movie, because it's not redrawn currently, user can use ↵atmos42002-07-271-1/+1
| | | | | | -vop expand to get osd outisde movie. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6826 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed query_vaaalex2002-07-263-36/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6818 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut ↵albeu2002-07-261-31/+30
| | | | | | | | | dotcz> Fix the eq git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6810 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug fixed (info.cap |= -> = )arpi2002-07-251-6/+8
| | | | | | | some cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6807 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq fixed, based on patch by .soarpi2002-07-251-59/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6800 b3059339-0415-0410-9bf9-f77b7e298cf2
* more eq cleanuparpi2002-07-251-71/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6794 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq synced to new way, not tested, but the old one isn't working yetalex2002-07-251-35/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6788 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq reworkedalex2002-07-253-96/+192
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6787 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq reworkedalex2002-07-243-173/+59