1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00
Commit Graph

3178 Commits

Author SHA1 Message Date
nexus
cd8deaf3b5 fli.c required
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3178 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 08:32:50 +00:00
nexus
7864ed85f7 AV_LIB should appear before EXTRA_LIB
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3177 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 08:20:45 +00:00
nexus
58aea7e4d6 unistd.h required at least by FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3176 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 08:08:03 +00:00
gabucino
1e91bfefff misinfo fixed (notified by Al3x. At least 65535 times:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3175 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 06:35:26 +00:00
melanson
1f31568eee updated to reflect the fact that FLI decoding is now in the program
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3174 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 01:37:51 +00:00
melanson
c1a9839faf support for FLI image decoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3173 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 01:35:55 +00:00
michael
311521a656 faster brightness correcture in MMX2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3172 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 01:26:03 +00:00
pl
f806047369 vcd status in summary was sometimes wrong (found by atmos)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3171 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 23:17:58 +00:00
pl
49df6450b9 completed the summary displayed after running configure
(todo: optimization option to add)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3170 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 21:54:27 +00:00
jaf
d776382012 Similar to 1.120
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3169 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 20:58:53 +00:00
jaf
e2b8ed4d9e Similar to 1.35
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3168 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 20:51:29 +00:00
atmos4
9a7a6b49eb Palette support for SPU decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3167 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 20:16:45 +00:00
nick
ef06bfd49d Direct i420 support for Radeons
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3166 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 18:36:35 +00:00
nick
c97e30a167 radeon_vid new features:
- tested UYVY format and known as working
 - YV12, I420, IYUV direct support
   (were missed: p23_blank_lines_at_top, p23_v_accum_init in
    radeon_vid_display_video - good info for Y800 support ;)
 - experimental support for Rage128/Rage128Pro chips


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3165 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 18:36:02 +00:00
gabucino
01d80d0fe2 CVID section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3164 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 18:09:45 +00:00
gabucino
54f36aad51 double speed playing with fucked soundcard Q/A
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3163 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 18:07:13 +00:00
pl
fd96c8e30a configure cleanups:
a few typos
  a few reordering (C src / _blah=no / cc_check && _blah=yes)
  preliminary support to display a summary of enabled modules at the end
    of the run of ./configure (only AO & VO right now/check for _{a,v}omodules)
  cleanups of config.mak : X_LIBS gathered everything and whatever -
    no longer the case

Makefile cleanups to match the ones done in config.mak

NB: it still compiles here (but I'm pretty sure this will break on some systems :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3162 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 17:58:29 +00:00
jkeil
b6809f179f {f}emms is only needed on x86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3161 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 16:55:12 +00:00
jkeil
30feb55770 Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" option
seems to be a gnu extension and is not available with the solaris "tail".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3160 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 16:50:34 +00:00
jaf
f13f4c716c Similar to 1.34, small bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3159 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 16:38:48 +00:00
jaf
0a47a6c16e Similar to 1.34
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3158 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 13:08:13 +00:00
jaf
5c6ce71375 vivo, msvid1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3157 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 13:02:16 +00:00
melanson
56aa85c7a2 initial commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3156 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 05:43:03 +00:00
michael
b5c58f8381 compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3155 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 02:25:31 +00:00
michael
615bffb9b3 optional runtime cpu detect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3154 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 01:54:13 +00:00
michael
fc1895f35b runtime cpu detection optional (compiles faster)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3153 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 01:19:56 +00:00
michael
813b79917b runtime cpu detect optional (compiles faster)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3152 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 01:12:30 +00:00
arpi
5fe4cdbdd0 bad malloc+strcpy => strdup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3151 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 00:42:39 +00:00
arpi
3a6d1b8c4d extended a bit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3150 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 00:12:27 +00:00
arpi
7f1101eddf what to do...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3149 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 00:12:12 +00:00
michael
97cdbcb869 runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3148 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 23:21:24 +00:00
michael
43e9762862 non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3147 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 23:08:48 +00:00
michael
0a103eef42 runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3146 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 21:55:22 +00:00
michael
1b16261c7c runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3145 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 21:45:48 +00:00
michael
3ee58151e2 runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3144 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 21:17:23 +00:00
michael
2e4b5d0908 runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3143 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 21:12:15 +00:00
gabucino
0dca7e991a -vo vesa + gcc 2.96 warning (is this confirmed?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3142 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 18:53:32 +00:00
gabucino
4d2eaa9565 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3141 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 18:00:43 +00:00
atmos4
6dab756495 Fix -noaspect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3140 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 16:36:45 +00:00
alex
1647e6eedd fixed regpathname bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3139 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 14:44:45 +00:00
anders
abf8696e5e Audio delay bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3138 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 11:30:35 +00:00
michael
32646569d9 oops
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3137 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 02:20:51 +00:00
anders
bd1cda3d8c Parse bug fixed (I hope)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3136 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 02:16:01 +00:00
arpi
7428fbd444 avifile sync again... :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3135 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:17:24 +00:00
arpi
025117922c decl. of VirtualFree changed (avifile sync)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3134 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:15:09 +00:00
michael
89fa17bc76 runtime cpu detection
rgb24toyv12 in C


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3133 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:15:08 +00:00
arpi
5fb91eb825 packed attribute added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3132 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 01:14:17 +00:00
arpi
9c1529ed2a avifile sync. seems to some bugs fixed...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3131 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:56:11 +00:00
arpi
82adc24b1f ao_subdevice fixed. 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3130 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:49:39 +00:00
arpi
e8ff7cf174 avifile sync... maybe broken, tell me if so.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3129 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-26 00:47:58 +00:00