summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10513 b3059339-0415-0410-9bf9-f77b7e298cf2
* nvidia 44.96 hardlock machine without that fixiive2003-07-291-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10500 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st ↵iive2003-07-281-7/+5
| | | | | | image git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10498 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l & warning fixesalex2003-07-281-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10496 b3059339-0415-0410-9bf9-f77b7e298cf2
* start in windowed mode using Quartz, but no X server started. Ported from ↵alex2003-07-271-1/+2
| | | | | | fink.sf.net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10484 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to ffmpeg, updates, cleanupsiive2003-07-211-27/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10453 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed yv12 support, but left some swscaler support for fast 15 vs 16bpp ↵alex2003-07-131-70/+25
| | | | | | conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10427 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (red <-> blue) fixmichael2003-07-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10405 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing my (nonworking) email addressalex2003-07-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10369 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial version of XVideo Motion Compensation video driver/renderiive2003-07-011-0/+869
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10361 b3059339-0415-0410-9bf9-f77b7e298cf2
* move xv_set_eq to x11_commoniive2003-07-013-133/+145
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Tom Lees <tal26 (at) cam.ac.uk>attila2003-06-221-3/+5
| | | | | | | | | | | | | | | | | This patch fixes two minor problems the vo_xv driver has: 1. Starting in fullscreen e.g. (mplayer -fs dvd://1) will have a window which doesn't extend all the way down the screen unless you have a 4:3 movie. 2. Monitoraspect is not used so e.g. showing a movie when in 1280x1024 desktop looks wrong. BTW: maybe vo_xv.c should be reindented. it's getting more and more unreadable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10324 b3059339-0415-0410-9bf9-f77b7e298cf2
* more flexible device name guessingalex2003-06-211-28/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10320 b3059339-0415-0410-9bf9-f77b7e298cf2
* basic xvmc image supportiive2003-06-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10317 b3059339-0415-0410-9bf9-f77b7e298cf2
* small warning fixrathann2003-06-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing language suffix to DOCS/ path.diego2003-06-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Networking support under MinGW.diego2003-06-111-5/+11
| | | | | | | Patch by flo/yepyep <flodt8@yahoo.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10282 b3059339-0415-0410-9bf9-f77b7e298cf2
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, ↵arpi2003-06-093-3/+3
| | | | | | LIBDIR->MPLAYER_LIBDIR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
* TiVo demuxer and sub-cc/osd decoderarpi2003-06-091-0/+3
| | | | | | | | | | | | | patch by usenet@wingert.org (http://tivo-mplayer.sourceforge.net/releases/MPlayer-20030501-tivo-patch.gz) changes by me: - spit demux_ty to demux_ty and demux_ty_osd (later handles mpeg user-data decoding, ie sub-cc and osd) - removed some cosmetics changes - some compile fixes (gcc3 specific variable decl etc) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10264 b3059339-0415-0410-9bf9-f77b7e298cf2
* final scaler removal stepalex2003-06-011-69/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10235 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-014-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
* unleakalex2003-05-311-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10221 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-303-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD ↵alex2003-05-291-1/+1
| | | | | | standard). Patch by FloDt <flodt8@yahoo.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10207 b3059339-0415-0410-9bf9-f77b7e298cf2
* From: Michael Joosten <joost@c-lab.de>pontscho2003-05-261-1/+1
| | | | | | | PATCH: fullscreen issues with GUI, WM layers, gmplayer plays first file always twice git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10194 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it ↵alex2003-05-231-1/+3
| | | | | | crashes, without checking the swsContext git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10178 b3059339-0415-0410-9bf9-f77b7e298cf2
* that works correctlyalex2003-05-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10177 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed broken swscaler support, added runtime fullscreens switching ↵alex2003-05-201-95/+30
| | | | | | ability, and some other general cleanup thingies git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed YUV (YV12) and BGR support, leaving the native RGB support. Also ↵alex2003-05-201-145/+15
| | | | | | cleaned some other parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10139 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed RGB24 and builtin swscaler supportalex2003-05-161-16/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10114 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to the author and for the commiter (me :)alex2003-05-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spring cleanup: removed the full yv12 support as it was broken anyway. The ↵alex2003-04-291-80/+5
| | | | | | BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10022 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault ↵rfelker2003-04-271-0/+10
| | | | | | | | | w/g200 anyone have a better fix? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10006 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple buffering support, configuration/option system changed,some minor ↵zdar2003-04-271-38/+176
| | | | | | bugs fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10005 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix panscan font resizing with vo_mgarfelker2003-04-262-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports ↵alex2003-04-251-115/+8
| | | | | | only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9990 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-04-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9982 b3059339-0415-0410-9bf9-f77b7e298cf2
* spring update patch by Ville Syrjala <syrjala@sci.fi>alex2003-04-241-122/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9980 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-242-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9977 b3059339-0415-0410-9bf9-f77b7e298cf2
* big endian yellow fix?michael2003-04-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9961 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9959 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding geometry support for xvidixattila2003-04-202-6/+13
| | | | | | | fixing some 10l in geometry.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9948 b3059339-0415-0410-9bf9-f77b7e298cf2
* load icon from executablefaust32003-04-201-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9944 b3059339-0415-0410-9bf9-f77b7e298cf2
* at least it works now, but it's horrible slow and broken. double bufferrfelker2003-04-191-2/+2
| | | | | | | and direct rendering support are needed to make this remotely usable... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9942 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf->mp_msg and honor -double switchzdar2003-04-191-81/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9938 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l noticed by Joey Parrish <joey at nicewarrior.org>faust32003-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9895 b3059339-0415-0410-9bf9-f77b7e298cf2
* keypad and function (f1-f10) suppport (currently only vo_sdl and the ↵alex2003-04-093-0/+77
| | | | | | terminal input code supports it). Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9892 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiple init fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-081-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9884 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+17
| | | | | | | Patch from Jason Tackaberry <tack at auc dot ca>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9823 b3059339-0415-0410-9bf9-f77b7e298cf2
* force_mode wrong has_mode check, verbose retrace messageiive2003-04-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headers and types.albeu2003-03-301-11/+8
| | | | | | | Remove unneeded dupendency on mconfig git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9757 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: don't change image format during configfaust32003-03-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9729 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to Gabu, this caused divide-by-zero with -vo mga. Apparentlyrfelker2003-03-291-2/+3
| | | | | | | | someone only tested -vo xmga. Feel free to reenable if you can fix the sigfpe properly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only write title if verbose>0.ranma2003-03-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9715 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-272-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved xscreensaver support.ranma2003-03-261-11/+116
| | | | | | | | With this we no longer have to kill xscreensaver, but just send it a message periodically. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9696 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing truetype rescaling with (x)mga + panscangabucino2003-03-261-1/+2
| | | | | | | Patch by J. Makovicka git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix last mode ignored bugiive2003-03-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9687 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin ↵alex2003-03-231-13/+7
| | | | | | <mosgalin@VM10124.spb.edu> and moved SDL_ShowCursor from the check_keys() to uninit() (by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9670 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10liive2003-03-231-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9660 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix find_best fail if the black area is bigger than image, few more verbose ↵iive2003-03-221-6/+14
| | | | | | messages, OSD not rendered if native mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9659 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiple preinit support -- cleaning vidix_name between the multiple ↵alex2003-03-211-0/+4
| | | | | | preinits. Patch by Aurlien JACOBS <aurel@gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9633 b3059339-0415-0410-9bf9-f77b7e298cf2
* new svga driver - support double buffering, fast_memcpy, direct render and ↵iive2003-03-201-722/+564
| | | | | | HW acceleration git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9622 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32003-03-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9620 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2003-03-121-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9574 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L the comment header again. That's it when you stole someone else code ;)albeu2003-03-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mpla