summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* fontpath fixed again...arpi2001-07-201-1/+1
* crash fixed if no [fontpath] in .descarpi2001-07-201-0/+2
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-202-20/+20
* x11_common does not compile, when the XDPMS extension is not available on thejkeil2001-07-191-2/+9
* svga driver didn't compile on linux/ppcjkeil2001-07-171-1/+2
* vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.jkeil2001-07-161-5/+14
* added prototype of vo_init()arpi2001-07-161-0/+2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-1/+5
* yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that havejkeil2001-07-121-85/+59
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
* no segfault if no glx presentalex2001-07-071-6/+10
* Ignore generated config.mak files in CVSjkeil2001-07-061-0/+1
* added vo_fsmodearpi2001-07-031-0/+1
* extern vo_doublebuffering cleanuparpi2001-07-032-2/+6
* switch fullscreen method with -fsmodearpi2001-07-031-2/+11
* switching double buffering at runtime with -doublearpi2001-07-031-3/+9
* Corrected SDL include path.atmos42001-06-271-7/+1
* icewm basz bug fixpontscho2001-06-271-12/+34
* fsdga disabled (obsolote)arpi2001-06-261-5/+4
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-1/+1
* Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)atmos42001-06-241-8/+16
* vo_subdevice supportarpi_esp2001-06-232-8/+11
* Should fix bytes per pixel for 15bpp.atmosfear2001-06-231-3/+3
* Made surface locks switchable via preprocessor.atmosfear2001-06-231-31/+35
* Drastic! speedup of rgb code. Removed nonsens memhole fixes.atmosfear2001-06-221-94/+58
* Fixed pointer->integer cast warning.atmosfear2001-06-221-1/+4
* sdl_driver liquidated, vo_subdevice usedal3x2001-06-211-2/+1
* Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi_esp2001-06-211-2/+10
* vo_subdevice implementedal3x2001-06-212-0/+4
* --disable-xmga bug fixpontscho2001-06-211-2/+3
* hardly modified, keyboard handling is ok. aspect implemented, but bugging :)al3x2001-06-191-117/+308
* - just modified an error messageacki22001-06-181-1/+5
* - if DGA fails to report some valid modes, vo_dga now exits gracefullyacki22001-06-171-3/+23
* - doublebuffering now can be switched on and off with the -(no)double switch.acki22001-06-171-2/+9
* - new config option -lircconfig (config file for lirc)acki22001-06-171-1/+1
* bennehagytam egy bugot :(al3x2001-06-171-2/+2
* hacked osd working on yv12al3x2001-06-171-22/+49
* Fixed OSD.atmosfear2001-06-171-19/+14
* hacked osd and input control handlingal3x2001-06-171-15/+56
* key controlling implementedal3x2001-06-171-4/+154
* added prototype of vo_format_nameal3x2001-06-171-0/+1
* cleaned up, and merged with my version, also code will be faster tooal3x2001-06-171-73/+98
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-177-7/+40
* Added for development only this is in pre-alpha state, do not use!atmosfear2001-06-151-0/+335
* cosmetic changes and sse/sse includedal3x2001-06-151-6/+6
* vo_format_name addedal3x2001-06-151-1/+45
* fixed some possible memleak placesal3x2001-06-141-7/+33
* Issues about P3 performance and SSE2 support.nickols_k2001-06-132-4/+18
* fixed my previousily added bug: ifdef buggy_sdl: keypressed: default caseal3x2001-06-131-11/+8
* -Wall like cleanupal3x2001-06-122-6/+7
* -Wall like fixesal3x2001-06-124-14/+8
* Code cleanup and fix missing config.h and use femms on K6 2/2+/3.atmosfear2001-06-111-154/+165
* Ooops, wrong path to config.h - now you may enjoy code that was never before ...atmosfear2001-06-111-1/+1
* Should fix prob for gcc 2.96/3.0 users, please test.atmosfear2001-06-111-6/+6
* possible buffer overflow place fixedal3x2001-06-111-1/+1
* possible buffer overflows fixedal3x2001-06-111-2/+2
* newline at the end of the fileszabii2001-06-101-1/+2
* nothing importantszabii2001-06-101-7/+7
* init checks return value of sdl_openal3x2001-06-091-3/+5
* sprintf possible buffer overflow fixesal3x2001-06-091-7/+2
* 8bpp fixszabii2001-06-091-2/+7
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-053-2/+21
* dependency stuff fixedarpi_esp2001-06-041-3/+2
* flip_page gl_fillbox fix.se7encode2001-06-041-4/+6
* small fixszabii2001-06-031-1/+25
* Scaling bug fixed.se7encode2001-06-031-6/+7
* Changed to only uninit SDL Video Subsystem.atmosfear2001-06-031-2/+2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-0/+4
* Some fixups for SDL/aalib.atmosfear2001-06-021-4/+8
* some little cleanupszabii2001-06-021-112/+151
* FAST_OSD option to disable font outline antialiasingarpi_esp2001-06-025-2/+136
* mScreen removed -> segfault solvedarpi_esp2001-06-011-1/+1
* Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display...lgb2001-05-315-89/+75
* argh. i commented out wrong linesarpi_esp2001-05-281-2/+2
* removed emms() and reordered stuffarpi_esp2001-05-251-4/+4
* emms() SIGILL on non-MMX systems fixedarpi_esp2001-05-251-0/+2
* using gcc -MM instead of makedepend, make OBJS from SRCS where possiblearpi_esp2001-05-241-2/+2
* removed redundant osd.h includesarpi_esp2001-05-246-12/+18
* Small changes for aalib.atmosfear2001-05-241-1/+1
* didn't handle flags parameter correctlyarpi_esp2001-05-202-7/+7
* Added ability to use direct surface blitting for BGR modes.atmosfear2001-05-171-0/+50
* j->k for correct unicode...arpi_esp2001-05-141-1/+1
* flip support if (screen depth == frame depth)szabii2001-05-141-21/+23
* sub splitting patch applied by Vlada V.Dubsky@sh.cvut.czarpi_esp2001-05-141-29/+79
* USE_FASTMEMCPY bug fixed.pontscho2001-05-141-0/+4
* Added full aspect awareness, rewrote fullscreen handling.atmosfear2001-05-131-45/+157
* flip implemented for converted modes, soem cleanup, fixed indentarpi_esp2001-05-121-62/+50
* Added flipped video support and activate/deactivate screensaver under X.atmosfear2001-05-111-18/+67
* Got rid of aalib crashing workaround with SDL1.2.1+atmosfear2001-05-111-8/+4
* Added support for flipped BGR/RGB via -flip cmdline switch.atmosfear2001-05-111-2/+21
* DPMS re-enable patch by Loring Holdenarpi_esp2001-05-091-4/+16
* fixed externarpi_esp2001-05-081-1/+2
* Deals with unicode/nounicode.atmosfear2001-05-081-1/+2
* Deal with unicode subs (-unicode -nounicode).atmosfear2001-05-081-2/+3
* add gui supportpontscho2001-05-084-85/+208
* - now chooses mode with highest ymax (enables doublebuffering in some casesacki22001-05-071-15/+64
* -bpp bug fixed.se7encode2001-05-061-0/+1
* better .smi support and display two-byte characters- patch by Sunjin Yangarpi_esp2001-05-063-8/+12
* Added workaround for buggy SDL versions (before 1.2.1).atmosfear2001-05-051-0/+34
* Fixed keyboard input handling and slowed down keyrepeat interval.atmosfear2001-05-051-16/+13
* Moving fast_memcpy to separate file (Size optimization)nickols_k2001-05-054-235/+502
* - finally: 15to16 conversion included!!!acki22001-05-031-3/+27
* - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+acki22001-05-021-1/+16
* movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus onlynickols_k2001-05-021-2/+2
* SSE+2.2.x+SIGILL bug fixed - SSE code disabled...arpi_esp2001-05-021-4/+11
* - now features 24->32 conversion (this is actually faster than letting theacki22001-05-011-57/+126
* - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?acki22001-05-011-32/+8
* multi buffering added (modify NUM_BUFFERS in the source)arpi_esp2001-05-011-15/+23
* nothing importantszabii2001-04-291-9/+7
* bpp selection fixedszabii2001-04-281-0/+6
* some cleanupsszabii2001-04-281-31/+35
* add o keypontscho2001-04-271-0/+2
* Last second changes.atmosfear2001-04-261-0/+2
* -ss patch by Loring Holdenarpi_esp2001-04-261-0/+2
* -x -y quickfix for release, code will be changed completely later.atmosfear2001-04-261-2/+4
* Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more...atmosfear2001-04-261-149/+152
* Added support for osd menue and kexrepeats for mixer keys.atmosfear2001-04-251-6/+7
* 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations,...atmosfear2001-04-251-160/+338
* some cleanupszabii2001-04-251-97/+74
* to be sure in that header is okeyarpi_esp2001-04-242-0/+4
* useless files.arpi_esp2001-04-246-2343/+0
* Some names, types changed.se7encode2001-04-241-15/+13
* -Wall warnings fixed.se7encode2001-04-241-3/+5
* some cleanupszabii2001-04-241-13/+12
* *** empty log message ***se7encode2001-04-241-9/+8
* clean uppontscho2001-04-2411-90/+27
* init.pontscho2001-04-241-0/+15
* fprintf(stderr converted to printf(szabii2001-04-2410-50/+50
* some warnings killedszabii2001-04-2411-8/+79
* -xy-x-y bug fixed.pontscho2001-04-241-2/+2
* New optimized SSE code, overall optimizations.atmosfear2001-04-221-21/+97
* little fix, just to be precisearpi_esp2001-04-221-1/+1
* Added maintainer info and disclaimer.atmosfear2001-04-221-6/+22
* Reincluded fastmemcpy.h and added some keybindings for mixer.atmosfear2001-04-221-8/+11
* 16-byte align fix for SSEarpi_esp2001-04-211-0/+19
* ehh fixed ;)arpi_esp2001-04-211-1/+1
* nothing importantszabii2001-04-211-0/+3
* nothing important?szabii2001-04-201-6/+5
* Changed some code so it only kicks in when XV is disable.atmosfear2001-04-201-12/+20
* doesn't include fastmemcpy.h when SDL_NOXV is defined.atmosfear2001-04-201-15/+18
* dumb bug fixedszabii2001-04-201-1/+1
* driver info now depends on detected DGA versionarpi_esp2001-04-191-1/+8
* changed copyroght message to correct stuff :)atmosfear2001-04-191-9/+3
* fixed missing HAVE_PNGatmosfear2001-04-191-1/+3
* added vo png supportatmosfear2001-04-191-0/+2
* png video out renderer initial releaseatmosfear2001-04-191-0/+295
* removed unused variablesszabii2001-04-191-4/+0
* changed query_format return; lots of fixes/changesszabii2001-04-191-102/+98
* add 'mixer supportpontscho2001-04-181-0/+2
* replace "movsl..." to small_memcpypontscho2001-04-181-15/+2
* Some debug information (using verbose) added.se7encode2001-04-181-7/+32
* fbdev reset fixedszabii2001-04-181-4/+8
* Maybe a little speedup.se7encode2001-04-181-4/+7
* - now also supports OSD for YV12 (big speed penalty by having to build imageacki22001-04-171-26/+64
* YV12 is working againarpi_esp2001-04-172-54/+61
* - query_format() now uses new return value conceptacki22001-04-171-6/+40
* Thanx to Arpi, There is no more YUY2 bug.se7encode2001-04-171-9/+10
* A couple of bugfixes.se7encode2001-04-171-1/+1
* Tons of code rewrites.se7encode2001-04-171-73/+123
* fix to newest revision after cvs rollbackatmosfear2001-04-171-86/+186
* cmap bug fixed (I think)szabii2001-04-161-5/+7
* dumb bugszabii2001-04-161-1/+1
* sorry, for the #endifpontscho2001-04-161-1/+1
* add 3dnow supportpontscho2001-04-161-1/+61
* small changeszabii2001-04-161-1/+2
* changed keyboard input handling to pass key through to mplayer if not special...atmosfear2001-04-161-4/+9
* I420/IYUV supportarpi_esp2001-04-163-0/+18
* UYVY supportarpi_esp2001-04-161-2/+9
* add mixer supportpontscho2001-04-161-0/+4
* I really hope that you will learn how to use cvs, sooner or later...arpi_esp2001-04-151-41/+37
* add mixer keyspontscho2001-04-151-37/+41
* add * and /pontscho2001-04-151-0/+2
* fixes osd/subtitle for UYVY image format and steps back to 1.15 changesatmosfear2001-04-151-18/+23
* fixed osd for UYVY image formatatmosfear2001-04-151-1/+3
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-157-258/+165
* All available videomodes support added.se7encode2001-04-151-86/+186
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-152-47/+49
* some additional changes to support different image formatsatmosfear2001-04-151-17/+20
* small changeszabii2001-04-141-1/+1
* lots of changesszabii2001-04-141-97/+241
* X11_FULLSCREEN fixarpi_esp2001-04-141-6/+8
* fastmemcpy