summaryrefslogtreecommitdiffstats
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux->osdeparpi2003-02-0916-2705/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2
* required for i18n+-lintl (found by Nexus)arpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9330 b3059339-0415-0410-9bf9-f77b7e298cf2
* The attached little patch fixes a core dump on termcap systems whenarpi2003-01-111-0/+1
| | | | | | | | $TERM is undefined. Frederick Bruckman <fredb@immanent.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add our own vsscanf implementation, in case the system's libc does not havejkeil2002-11-262-1/+21
| | | | | | | | one. (required for solaris, when the Ogg/Vorbis audio decoder is used) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a scandir() implementation for systems that do not have it in libc.jkeil2002-11-262-1/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8289 b3059339-0415-0410-9bf9-f77b7e298cf2
* I ported mplayer to the GNU system (also known as GNU/Hurd),arpi2002-11-011-3/+3
| | | | | | | | it was just a matter of adding it to the makefiles and other misc fix. Patch by Robert Millan <zeratul2@wanadoo.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8017 b3059339-0415-0410-9bf9-f77b7e298cf2
* unused codearpi2002-09-091-40/+0
| | | | | | | also it was never ported to non-linux systems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7342 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-222-0/+21
| | | | | | | | | vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
* date: 2002/06/16 09:10:00; author: nickols_k; state: Exp; lines: +17 -13atmos42002-06-211-13/+17
| | | | | | | | | | fixed some DOS-memory leaks patch adopted from mpxp by Tibcu, this fixes vesaout crashes after playing multiple files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6474 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port to darwin.atmos42002-05-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5949 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS/2 fixarpi2002-04-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a configure test for the strsep function (it's missing on solaris)jkeil2002-03-292-1/+43
| | | | | | | | Provide an implementation of strsep in libosdep.a, if it's missing in the system's libc library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5394 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS2 supportarpi2002-03-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5301 b3059339-0415-0410-9bf9-f77b7e298cf2
* timer.c not used - why to compilearpi2002-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5300 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for mman.harpi2002-03-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5299 b3059339-0415-0410-9bf9-f77b7e298cf2
* include stdlib.harpi2002-03-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5298 b3059339-0415-0410-9bf9-f77b7e298cf2
* POSIX compatible timer's callbacknick2002-02-253-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4864 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing assembly bug. By Thierry Vignaud <tvignaud@mandrakesoft.com>nick2002-01-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4406 b3059339-0415-0410-9bf9-f77b7e298cf2
* GetTimerMS added - get timer in millisecarpi2002-01-272-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4386 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry.alex2001-12-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3283 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect termios.h if no sys/termios.h (qnx getch2 support working)alex2001-12-031-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3282 b3059339-0415-0410-9bf9-f77b7e298cf2
* undef HAVE_SHM compilation bug fixedalex2001-12-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3281 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_NANOSLEEPalex2001-11-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3091 b3059339-0415-0410-9bf9-f77b7e298cf2
* converted to mp_msg and fixed my previous HAVE_SHM bugalex2001-11-231-22/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hide terminal's output and text-mode cursor for LCD and DFPnick2001-11-201-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiling fix by Artur Skawina <skawina@geocities.com>atmos42001-11-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3015 b3059339-0415-0410-9bf9-f77b7e298cf2
* added HAVE_TERMIOSalex2001-11-191-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3010 b3059339-0415-0410-9bf9-f77b7e298cf2
* #ifdef HAVE_SHMalex2001-11-191-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed iopl ports detectionnick2001-11-151-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2914 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple buffering interfacenick2001-11-042-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Double buffering supportnick2001-11-041-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Double buffering interfacenick2001-11-022-14/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2633 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa: DGA supportnick2001-11-012-1/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of DGA address detection!!!nick2001-11-011-45/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Misc: more checksnick2001-10-301-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed broken BIOS workaroundnick2001-10-291-8/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2537 b3059339-0415-0410-9bf9-f77b7e298cf2
* More flushingnick2001-10-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2519 b3059339-0415-0410-9bf9-f77b7e298cf2
* memory verificationnick2001-10-281-6/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2516 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few warning fixes (missing #include's)pl2001-10-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppress trivial warningsnick2001-10-252-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2461 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppressing warningsnick2001-10-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppressing warningsnick2001-10-241-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSnick2001-10-241-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
* Title supportnick2001-10-232-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2411 b3059339-0415-0410-9bf9-f77b7e298cf2
* More verbosingnick2001-10-231-10/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2408 b3059339-0415-0410-9bf9-f77b7e298cf2
* More iopl'ed ports and test for brken BIOSnick2001-10-222-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2360 b3059339-0415-0410-9bf9-f77b7e298cf2
* More verbosingnick2001-10-191-10/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2295 b3059339-0415-0410-9bf9-f77b7e298cf2
* sleep stuff moved to linux/timerarpi2001-10-191-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2274 b3059339-0415-0410-9bf9-f77b7e298cf2
* sleep stuff moved to linux/timertimer-lx.carpi2001-10-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug of 32-bit mode interface detection and save-restore mechanismnick2001-10-182-15/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2255 b3059339-0415-0410-9bf9-f77b7e298cf2
* vbelib importnick2001-10-172-0/+481
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2244 b3059339-0415-0410-9bf9-f77b7e298cf2
* LRMI importnick2001-10-152-0/+998
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2213 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD/OS supportarpi2001-10-051-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2090 b3059339-0415-0410-9bf9-f77b7e298cf2
* status managementarpi2001-08-221-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start OpenBSD support and fix detection of older GNU as.atmos42001-08-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Win32 portability.atmos42001-08-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANONjkeil2001-07-191-2/+7
| | | | | | | | | | | | attempt on such a system. The code tries mmap with /dev/zero and MIT-shm next. Fix a possible filedesc leak, when the code tries to mmap shared memeory via /dev/zero. Reuse the already open /dev/zero from a previous shmem_alloc call. (same change; now without changing the indentation of the code) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1348 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-9/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable ddebug printfsarpi_esp2001-04-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@499 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed redundancy...arpi_esp2001-03-132-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial revisionarpi_esp2001-02-247-0/+413
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2