summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* lots of changesszabii2001-04-141-97/+241
* X11_FULLSCREEN fixarpi_esp2001-04-141-6/+8
* fastmemcpy addedarpi_esp2001-04-141-0/+2
* -bpp added.se7encode2001-04-141-2/+27
* - applied SSE patch by Nick Kurshevatmosfear2001-04-141-47/+44
* - applied overlay patch by Jens Hatmosfear2001-04-144-44/+125
* 24/15bpp -> 32/16bpp added.se7encode2001-04-141-26/+99
* include dpms.h moved to x11_common.carpi_esp2001-04-142-1/+2
* - fixed bug with depth and mpg when current bpp of XServer was != 32acki22001-04-131-14/+30
* - added some defines to modify some sdl-out internas (see comments)atmosfear2001-04-131-4/+19
* some changes...szabii2001-04-131-180/+300
* - completely rewrote depth switchingacki22001-04-131-164/+296
* -bpp changesarpi_esp2001-04-133-6/+20
* Requested resolution (d_width) added.se7encode2001-04-131-2/+4
* - added keymapping to toggle OSD ('o' key)atmosfear2001-04-131-0/+3
* Autohide X11 cursorlgb2001-04-136-0/+22
* some fixesszabii2001-04-121-3/+10
* Date bugfix :)se7encode2001-04-121-1/+1
* 1 printf addedszabii2001-04-121-0/+2
* cleanupszabii2001-04-121-167/+133
* Bugfixes in draw_slice.se7encode2001-04-121-9/+12
* P3 fixes...arpi_esp2001-04-121-30/+24
* progress bar width increasedarpi_esp2001-04-121-1/+1
* __memcpy fixarpi_esp2001-04-121-3/+5
* pass keys a-z && A-Zarpi_esp2001-04-121-0/+2
* small typoarpi_esp2001-04-121-1/+1
* -fbdepth fix2szabii2001-04-111-2/+39
* -fbdepth fixszabii2001-04-111-2/+2
* -fbdepth addedszabii2001-04-111-0/+44
* video mode change supportedszabii2001-04-111-123/+443
* fast memcpy() using x86 asm or mmxextarpi_esp2001-04-111-0/+98
* - small bugfixesatmosfear2001-04-111-6/+2
* - added code to comply with new fullscreen meaningatmosfear2001-04-111-13/+47
* memcpy() moved mmx.h -> fastmemcpy.harpi_esp2001-04-119-107/+8
* - Full OSD and subtitle support addedatmosfear2001-04-111-12/+57
* applied MMX2 memcpy() patch by Nick Kurshevarpi_esp2001-04-118-0/+112
* -zoom added.se7encode2001-04-111-3/+3
* less, and more informal printfsarpi_esp2001-04-112-5/+5
* printf's only if verbose>1arpi_esp2001-04-112-11/+11
* - Changed keypress-detection from keydown to keyup, seems to fix keyrepeatatmosfear2001-04-101-8/+23
* OSD renderers for all modes added.se7encode2001-04-101-21/+18
* OSD alpha renderers moved to osd.carpi_esp2001-04-108-83/+265
* vo_x11 query_format fixlaaz2001-04-101-1/+8
* Szebb es jobb screensaver-kikapcsolo reszlaaz2001-04-105-97/+62
* Screensaver and monitor powersafe function is switched off when playing alaaz2001-04-092-2/+92
* codecs.conf supportszabii2001-04-081-73/+69
* restore old cmapszabii2001-04-071-0/+11
* directcolor support?szabii2001-04-071-12/+121
* codecs.conf supportarpi_esp2001-04-071-3/+8
* Some bugfix.se7encode2001-04-061-1/+1
* Some bugfix.se7encode2001-04-061-11/+25
* Mode detect bugfix.se7encode2001-04-051-1/+2
* bpp fixarpi_esp2001-04-051-5/+2
* integrated vo_svga by se7enarpi_esp2001-04-052-4/+14
* SVGAlib support - vo_svga.c added.se7encode2001-04-051-0/+242
* fixed the bespitch*y*x bugarpi_esp2001-04-041-12/+11
* now it works in 15bpp modeszabii2001-04-031-16/+21
* report more info on fbszabii2001-04-031-6/+13
* lamer_protection++arpi_esp2001-04-011-1/+2
* - still more debug output to be able to fix 15/16 bpp problemacki22001-04-011-2/+12
* - added detection of memsize of graphics card to check if double buffering is...acki22001-04-011-64/+64
* Only small change to allow pausing of movie (p or SPACE).atmosfear2001-04-011-4/+4
* - added VidMode changing support for DGA1.0 (used code from Michael Graffam (...acki22001-03-311-29/+159
* - added double buffering :-)acki22001-03-301-66/+51
* - 32/16 bit mode swtiching with DGA2.0acki22001-03-301-93/+304
* Source cleanup. Improved resolution selection (I think :-)).acki22001-03-301-163/+114
* use subreader's sub structarpi_esp2001-03-302-8/+7
* alpha rendering, virtual screensize reset fixszabii2001-03-291-4/+4
* optimized alpha resamplingarpi_esp2001-03-291-6/+7
* OSD/SUB image quality & speed improvementarpi_esp2001-03-294-12/+29
* OSD/SUB supportarpi_esp2001-03-291-0/+37
* clear the frame on uninitszabii2001-03-291-4/+19
* disabled scrollback buffer (virtual fb size set to real screen size)szabii2001-03-291-1/+14
* fbdev compile fixarpi_esp2001-03-281-1/+3
* Changes to configure to autodetect DGA 2.0 functionality, and to only usemgraffam2001-03-281-7/+19
* small fixszabii2001-03-281-8/+1
* works with .avi (for me :) )szabii2001-03-281-7/+7
* maybe it can play avi :)szabii2001-03-281-41/+83
* vo_fbdev addedszabii2001-03-282-0/+288
* Added support to vo_dga to change the video mode to the lowest resolutionmgraffam2001-03-271-4/+44
* hex charcode supportarpi_esp2001-03-271-1/+2
* sub/osd interface changesarpi_esp2001-03-273-19/+118
* Search font files in ~/.mplayer/font/ instead of current dirlgb2001-03-261-4/+12
* Search font files in ~/.mplayer/font/ instead of current dirlgb2001-03-261-2/+18
* font alpha resampling, see -ffactorarpi_esp2001-03-252-2/+21
* desc fileformat changesarpi_esp2001-03-252-0/+11
* subtitle+OSD font supportarpi_esp2001-03-258-62/+293
* adds XF86VidMode support to vo_x11.c to do "pseudo-scaling"mgraffam2001-03-241-0/+65
* grey+alpha rendering support (for .sub)arpi_esp2001-03-246-61/+127
* colkey_on=0 fixarpi_esp2001-03-221-0/+2
* *** empty log message ***pontscho2001-03-212-325/+260
* common window setup code moved to set_window()arpi_esp2001-03-171-30/+17
* added #define SHOW_TIME option... (debug)arpi_esp2001-03-131-0/+16
* Felix Bünemann added support for horizontal scaling for aspect-ratio inatmosfear2001-03-121-8/+21
* aspect ratio patch by Felix Bünemannarpi_esp2001-03-111-9/+15
* updated to opendivx 0.48arpi_esp2001-03-111-10/+35
* mga_vid fixes, code cleanuparpi_esp2001-03-084-66/+50
* vsync in mga/xmgaarpi_esp2001-03-074-25/+28
* added fsdga driverarpi_esp2001-03-052-0/+471
* the common x11 stuffarpi_esp2001-03-032-0/+168
* added check_events() interfacearpi_esp2001-03-0318-425/+161
* removed auto-generated filesarpi_esp2001-03-021-6/+0
* New dependency systemarpi_esp2001-03-021-9/+13
* query libvo for YV12 tooarpi_esp2001-02-272-8/+8
* initial versionarpi_esp2001-02-271-0/+374
* DGA supportarpi_esp2001-02-271-0/+4
* missing file fixes, removed .OLD filesarpi_esp2001-02-251-434/+0
* Initial revisionarpi_esp2001-02-2432-0/+9258