arpi
757d01d9a9
ranges fixed (MAX vs. MAX+1 dilemma)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1329 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 13:24:14 +00:00
arpi
0d99276222
some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1328 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 12:53:48 +00:00
arpi
4fb4b7b314
added prototype of vo_init()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1327 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 12:11:49 +00:00
arpi
ea24950d94
removed unused DEFAULT_MPG123 stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1326 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 10:47:32 +00:00
jkeil
b257fba36f
fix typo in shell variable name usage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1325 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 10:42:35 +00:00
jkeil
e258b9bde1
Some minor comment fixes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1324 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 17:05:23 +00:00
jkeil
a1359841ba
Document the latest changes to the mplayer code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1323 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 17:03:55 +00:00
jkeil
c46b19f3a8
Remove some superfluous casts. Fixes a few compile warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1322 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 17:00:38 +00:00
jkeil
61bce79d66
On big-endian architectures, all audio decoders default to big-endian 16-bit
...
audio sample format.
Add support to play both big- and little-endian 16-bit audio format to the
sun audio_out driver.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1321 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 16:58:55 +00:00
jkeil
7b813ca0ec
Added some directory existance tests to the distclean and depend targets, so
...
that the user can disable the libavcodec code by removing/renaming the
libavcodec subdirectory once again.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1320 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 16:54:30 +00:00
jkeil
ecbc8847c4
mp3 audio decoding didn't work on big-endian architectures
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1319 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 16:52:09 +00:00
gabucino
b91e9d9bff
*** empty log message ***
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1318 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 12:28:55 +00:00
atmos4
a9ab27ad5b
Disable 3dnow when mmx is disabled.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1317 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 19:49:15 +00:00
jkeil
6a6b249293
Reorder dependancies a bit, all *.o *.a files depend on version.h, this allows
...
parallel builds using "gmake -j N"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1316 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 16:15:29 +00:00
jkeil
8138cfbf18
Handle linux SMP machines (suggested by Martin Aumueller)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1315 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 09:20:13 +00:00
jkeil
efd8217aca
sh_audio->a_buffer is freed twice (here and in mplayer.c), can result to
...
malloc heap corruption.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1314 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 08:54:24 +00:00
jkeil
519437261e
Fix two prototype warnings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1313 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 08:51:50 +00:00
jkeil
c6dd2c4dea
Minor code cleanup from Vladimir Kushnir
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1312 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 08:44:51 +00:00
jkeil
0f2ba866cd
Fix sys/mman.h header test for netbsd (may work no freebsd, too)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1311 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 16:11:55 +00:00
jkeil
45c97f8294
Add some preliminary support for non-x86 architectures to mplayer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:35:52 +00:00
jkeil
82eac1391a
Support playback of AFMT_S16_LE audio data on a big endian machine
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1309 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:30:15 +00:00
jkeil
a26b39974f
Add prototypes to wine/loader stuff, so that we can catch __stdcall function
...
attribute mismatch between caller/caller. wine/loader is less sensitive to
optimization now. (now that avifile-0.6 has the same patch installed, we're
a bit closer to their CVS tree)
Speed up win32 "QueryPerformanceFrequency" emulation on solaris.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1308 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:27:48 +00:00
jkeil
009d2b0dc7
yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that have
...
a frame width that is not an exact multiple of 8.
Testcase: 405.avi (356x240). Playing on an MMX capable x86 system using the
x11 video-out driver results in a segfault.
The MMX routines convert image data in quantities of 8 pixels in each loop,
and the inner loop was not terminated in case there are only 1-7 pixels left,
producing too much RGB output.
For now, just ignore the last few pixels on each row, to avoid the segfaults.
(Gives a black vertical border on the right, if you play a video with
width%8 != 0) A possible future enhancement would be, to add a second loop
to convert the last width%8 pixels to RGB using a byte loop.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1307 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:23:26 +00:00
jkeil
88b34d0d11
Use FOURCC macro to encode fcc values. Avoids accessing 32-bit data from
...
unaligned memory locations and improves portability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1306 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:10:06 +00:00
jkeil
796cc66970
fix gcc-3.0 warning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1305 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:08:02 +00:00
atmos4
80abe73d18
Changed sugnature.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1304 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 06:59:17 +00:00
atmos4
6e0c3925d7
Fixed a typo and wrong varname.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-10 13:24:59 +00:00
eyck
cdae8067cd
Removed untill I figure out why it doesen't work in certain circumstances.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1302 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-10 12:32:22 +00:00
nick
92dad1b1e0
Added nasm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1301 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-10 06:10:38 +00:00
atmos4
7025bc212f
As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc have higher precedence, so they can override -afm/-vfm.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1300 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 22:45:56 +00:00
gabucino
3f2ee853df
*** empty log message ***
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1299 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 19:54:43 +00:00
arpi
728e7eba4c
VfwEx support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1298 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 17:20:46 +00:00
arpi
4844ff55e5
mpeg2 timing & fps fix for ffmpeg12 codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1297 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 13:11:01 +00:00
arpi
0a6439a561
mpeg2 timing & fps fix for ffmpeg12 codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1296 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 12:34:08 +00:00
arpi
a768ca2013
video decoder stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1295 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 12:29:38 +00:00
arpi
818a39476f
added new driver: null
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1294 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 12:24:49 +00:00
atmos4
b95a30c771
First few german docs by JAF <jaf.corporation at gmx.at> and me.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1293 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 08:57:34 +00:00
arpi
9a365d6426
video codec stuff moved to dec_video.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1292 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-08 00:21:20 +00:00
alex
c4c7864848
no segfault if no glx present
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1291 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 20:53:01 +00:00
arpi
3cd2f6eb27
some code clanup (first step to libdemuxer)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1290 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 18:46:15 +00:00
arpi
1d2298b284
fix subdriver stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1289 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 16:37:02 +00:00
gabucino
ca25cabd08
*** empty log message ***
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1288 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 10:47:09 +00:00
atmos4
2465ba5a84
Replaced LGBs video codec forcing change with mine for audio and video codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1287 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 09:53:47 +00:00
lgb
52430859d4
-vcodec option (maybe some other name would be better though) to select between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHO
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1286 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 21:17:22 +00:00
jkeil
b5933be0d7
use -f test for file existance check
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 20:00:22 +00:00
jkeil
1ef62462ce
My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. Use
...
"assembler" comment characters ('/') instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1284 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 12:08:32 +00:00
nick
d0569bc2df
Minor optimization
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1283 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 10:59:14 +00:00
jkeil
8ef288232c
Ignore generated config.mak files in CVS
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1282 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 10:36:35 +00:00
gabucino
018b4df02f
*** empty log message ***
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1281 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 07:35:13 +00:00
arpi
6ab8e6a5c1
ffmpeg support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1280 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 03:22:14 +00:00