summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* fixed externarpi_esp2001-05-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deals with unicode/nounicode.atmosfear2001-05-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Deal with unicode subs (-unicode -nounicode).atmosfear2001-05-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@727 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui supportpontscho2001-05-084-85/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@724 b3059339-0415-0410-9bf9-f77b7e298cf2
* - now chooses mode with highest ymax (enables doublebuffering in some casesacki22001-05-071-15/+64
| | | | | | | | | it didn't work before) - use my own memcopy() on non MMX machines again - do memcpy() in one single block if stride==0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@721 b3059339-0415-0410-9bf9-f77b7e298cf2
* -bpp bug fixed.se7encode2001-05-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@713 b3059339-0415-0410-9bf9-f77b7e298cf2
* better .smi support and display two-byte characters- patch by Sunjin Yangarpi_esp2001-05-063-8/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added workaround for buggy SDL versions (before 1.2.1).atmosfear2001-05-051-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed keyboard input handling and slowed down keyrepeat interval.atmosfear2001-05-051-16/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moving fast_memcpy to separate file (Size optimization)nickols_k2001-05-054-235/+502
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@699 b3059339-0415-0410-9bf9-f77b7e298cf2
* - finally: 15to16 conversion included!!!acki22001-05-031-3/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@692 b3059339-0415-0410-9bf9-f77b7e298cf2
* - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+acki22001-05-021-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@691 b3059339-0415-0410-9bf9-f77b7e298cf2
* movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus onlynickols_k2001-05-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@689 b3059339-0415-0410-9bf9-f77b7e298cf2
* SSE+2.2.x+SIGILL bug fixed - SSE code disabled...arpi_esp2001-05-021-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@686 b3059339-0415-0410-9bf9-f77b7e298cf2
* - now features 24->32 conversion (this is actually faster than letting theacki22001-05-011-57/+126
| | | | | | | codec produce depth 32 in the first place for avis :-))) ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@681 b3059339-0415-0410-9bf9-f77b7e298cf2
* - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?acki22001-05-011-32/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@678 b3059339-0415-0410-9bf9-f77b7e298cf2
* multi buffering added (modify NUM_BUFFERS in the source)arpi_esp2001-05-011-15/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@677 b3059339-0415-0410-9bf9-f77b7e298cf2
* nothing importantszabii2001-04-291-9/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@664 b3059339-0415-0410-9bf9-f77b7e298cf2
* bpp selection fixedszabii2001-04-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@660 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanupsszabii2001-04-281-31/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@659 b3059339-0415-0410-9bf9-f77b7e298cf2
* add o keypontscho2001-04-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Last second changes.atmosfear2001-04-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@654 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ss patch by Loring Holdenarpi_esp2001-04-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@652 b3059339-0415-0410-9bf9-f77b7e298cf2
* -x -y quickfix for release, code will be changed completely later.atmosfear2001-04-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@649 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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 ;)gabucino