summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, ↵atmosfear2001-04-261-149/+152
| | | | | | more portable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@645 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for osd menue and kexrepeats for mixer keys.atmosfear2001-04-251-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@638 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance ↵atmosfear2001-04-251-160/+338
| | | | | | optimizations, code cleanup and so much more... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@636 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanupszabii2001-04-251-97/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@634 b3059339-0415-0410-9bf9-f77b7e298cf2
* to be sure in that header is okeyarpi_esp2001-04-242-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@623 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless files.arpi_esp2001-04-246-2343/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some names, types changed.se7encode2001-04-241-15/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@621 b3059339-0415-0410-9bf9-f77b7e298cf2
* -Wall warnings fixed.se7encode2001-04-241-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@620 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanupszabii2001-04-241-13/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@619 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***se7encode2001-04-241-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@618 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean uppontscho2001-04-2411-90/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
* init.pontscho2001-04-241-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@616 b3059339-0415-0410-9bf9-f77b7e298cf2
* fprintf(stderr converted to printf(szabii2001-04-2410-50/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@615 b3059339-0415-0410-9bf9-f77b7e298cf2
* some warnings killedszabii2001-04-2411-8/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@613 b3059339-0415-0410-9bf9-f77b7e298cf2
* -xy-x-y bug fixed.pontscho2001-04-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@612 b3059339-0415-0410-9bf9-f77b7e298cf2
* New optimized SSE code, overall optimizations.atmosfear2001-04-221-21/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@582 b3059339-0415-0410-9bf9-f77b7e298cf2
* little fix, just to be precisearpi_esp2001-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added maintainer info and disclaimer.atmosfear2001-04-221-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reincluded fastmemcpy.h and added some keybindings for mixer.atmosfear2001-04-221-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@576 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16-byte align fix for SSEarpi_esp2001-04-211-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@568 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh fixed ;)arpi_esp2001-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@567 b3059339-0415-0410-9bf9-f77b7e298cf2
* nothing importantszabii2001-04-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@564 b3059339-0415-0410-9bf9-f77b7e298cf2
* nothing important?szabii2001-04-201-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed some code so it only kicks in when XV is disable.atmosfear2001-04-201-12/+20
| | | | | | | (Later I'll change that stuff to be detected at runtime.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@544 b3059339-0415-0410-9bf9-f77b7e298cf2
* doesn't include fastmemcpy.h when SDL_NOXV is defined.atmosfear2001-04-201-15/+18
| | | | | | | (otherwise MPlayer crashes in fastmemcpy.h, needs to be FIXED!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@543 b3059339-0415-0410-9bf9-f77b7e298cf2
* dumb bug fixedszabii2001-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@539 b3059339-0415-0410-9bf9-f77b7e298cf2
* driver info now depends on detected DGA versionarpi_esp2001-04-191-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@534 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed copyroght message to correct stuff :)atmosfear2001-04-191-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@531 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing HAVE_PNGatmosfear2001-04-191-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@530 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo png supportatmosfear2001-04-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@529 b3059339-0415-0410-9bf9-f77b7e298cf2
* png video out renderer initial releaseatmosfear2001-04-191-0/+295
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@528 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused variablesszabii2001-04-191-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@521 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed query_format return; lots of fixes/changesszabii2001-04-191-102/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@520 b3059339-0415-0410-9bf9-f77b7e298cf2
* add 'mixer supportpontscho2001-04-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@517 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace "movsl..." to small_memcpypontscho2001-04-181-15/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@514 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some debug information (using verbose) added.se7encode2001-04-181-7/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@505 b3059339-0415-0410-9bf9-f77b7e298cf2
* fbdev reset fixedszabii2001-04-181-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@504 b3059339-0415-0410-9bf9-f77b7e298cf2
* Maybe a little speedup.se7encode2001-04-181-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@503 b3059339-0415-0410-9bf9-f77b7e298cf2
* - now also supports OSD for YV12 (big speed penalty by having to build imageacki22001-04-171-26/+64
| | | | | | | | in offscreen memory and then copying; - OSD still works just with doublebuffering enabled :-( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@494 b3059339-0415-0410-9bf9-f77b7e298cf2
* YV12 is working againarpi_esp2001-04-172-54/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@492 b3059339-0415-0410-9bf9-f77b7e298cf2
* - query_format() now uses new return value conceptacki22001-04-171-6/+40
| | | | | | | | | - now support for OSD :-))) for RGB modes YV12 is flickering in quite an ugly fashion; have to fix this, but will cost an extra copying of image data ... :-((( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Thanx to Arpi, There is no more YUY2 bug.se7encode2001-04-171-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@489 b3059339-0415-0410-9bf9-f77b7e298cf2
* A couple of bugfixes.se7encode2001-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@487 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tons of code rewrites.se7encode2001-04-171-73/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@486 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix to newest revision after cvs rollbackatmosfear2001-04-171-86/+186
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@484 b3059339-0415-0410-9bf9-f77b7e298cf2
* cmap bug fixed (I think)szabii2001-04-161-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@482 b3059339-0415-0410-9bf9-f77b7e298cf2
* dumb bugszabii2001-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@480 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry, for the #endifpontscho2001-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@479 b3059339-0415-0410-9bf9-f77b7e298cf2
* add 3dnow supportpontscho2001-04-161-1/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@478 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changeszabii2001-04-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@477 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed keyboard input handling to pass key through to mplayer if not ↵atmosfear2001-04-161-4/+9
| | | | | | special to sdl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@476 b3059339-0415-0410-9bf9-f77b7e298cf2
* I420/IYUV supportarpi_esp2001-04-163-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@471 b3059339-0415-0410-9bf9-f77b7e298cf2
* UYVY supportarpi_esp2001-04-161-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@467 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mixer supportpontscho2001-04-161-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@465 b3059339-0415-0410-9bf9-f77b7e298cf2
* I really hope that you will learn how to use cvs, sooner or later...arpi_esp2001-04-151-41/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@459 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mixer keyspontscho2001-04-151-37/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@457 b3059339-0415-0410-9bf9-f77b7e298cf2
* add * and /pontscho2001-04-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@454 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes osd/subtitle for UYVY image format and steps back to 1.15 changesatmosfear2001-04-151-18/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@452 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed osd for UYVY image formatatmosfear2001-04-151-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@451 b3059339-0415-0410-9bf9-f77b7e298cf2
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-157-258/+165
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@449 b3059339-0415-0410-9bf9-f77b7e298cf2
* All available videomodes support added.se7encode2001-04-151-86/+186
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@448 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-152-47/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@441 b3059339-0415-0410-9bf9-f77b7e298cf2
* some additional changes to support different image formatsatmosfear2001-04-151-17/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@438 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changeszabii2001-04-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@424 b3059339-0415-0410-9bf9-f77b7e298cf2
* lots of changesszabii2001-04-141-97/+241
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@419 b3059339-0415-0410-9bf9-f77b7e298cf2
* X11_FULLSCREEN fixarpi_esp2001-04-141-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@417 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpy addedarpi_esp2001-04-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@414 b3059339-0415-0410-9bf9-f77b7e298cf2
* -bpp added.se7encode2001-04-141-2/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@412 b3059339-0415-0410-9bf9-f77b7e298cf2
* - applied SSE patch by Nick Kurshevatmosfear2001-04-141-47/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@410 b3059339-0415-0410-9bf9-f77b7e298cf2
* - applied overlay patch by Jens Hatmosfear2001-04-144-44/+125
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@409 b3059339-0415-0410-9bf9-f77b7e298cf2
* 24/15bpp -> 32/16bpp added.se7encode2001-04-141-26/+99
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@408 b3059339-0415-0410-9bf9-f77b7e298cf2
* include dpms.h moved to x11_common.carpi_esp2001-04-142-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@403 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed bug with depth and mpg when current bpp of XServer was != 32acki22001-04-131-14/+30
| | | | | | | | - when -bpp is selected, I accept only query_modes() for THIS particular depth (if it's supported by hardware) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@396 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added some defines to modify some sdl-out internas (see comments)atmosfear2001-04-131-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@395 b3059339-0415-0410-9bf9-f77b7e298cf2
* some changes...szabii2001-04-131-180/+300
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@394 b3059339-0415-0410-9bf9-f77b7e298cf2
* - completely rewrote depth switchingacki22001-04-131-164/+296
| | | | | | | | | - support for -bpp (needs at least mplayer.c 1.53 and cfg-mplayer.h 1.18 and latest stuff from libvo to work) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@393 b3059339-0415-0410-9bf9-f77b7e298cf2
* -bpp changesarpi_esp2001-04-133-6/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Requested resolution (d_width) added.se7encode2001-04-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@388 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added keymapping to toggle OSD ('o' key)atmosfear2001-04-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Autohide X11 cursorlgb2001-04-136-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@385 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixesszabii2001-04-121-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@384 b3059339-0415-0410-9bf9-f77b7e298cf2
* Date bugfix :)se7encode2001-04-121-1/+1
| | | | | | | thanx to szabi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@382 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1 printf addedszabii2001-04-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@381 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupszabii2001-04-121-167/+133
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@380 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfixes in draw_slice.se7encode2001-04-121-9/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@378 b3059339-0415-0410-9bf9-f77b7e298cf2
* P3 fixes...arpi_esp2001-04-121-30/+24