Commit Graph

1491 Commits

Author SHA1 Message Date
arpi cc6e52281e demuxer struct access code temporary disabled - FIXME
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1341 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-17 14:03:30 +00:00
jkeil edff03960e svga driver didn't compile on linux/ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1340 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-17 13:57:32 +00:00
arpi 0c1bac17b9 mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1339 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 20:21:26 +00:00
jkeil 7acec28b2d MPlayer doesn't compile on linux/alpha
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1338 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:42:38 +00:00
jkeil 8e9d44cb49 vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1337 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:41:52 +00:00
jkeil bbb6c9916d Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc,
linux/alpha)

Try to find out cpu architecture for OpenBSD/x86 (of cause someone still needs
to port the code to openbsd...)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1336 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:40:51 +00:00
arpi 09fe43603a some more cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1335 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 17:07:13 +00:00
eyck f84ddd844e Translated by Justyna Biala <nell@skrzynka.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1334 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 17:00:33 +00:00
eyck 664564fef5 Poprawki wprowadzone przez: Justyna Bia³a <nell@skrzynka.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1333 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 16:59:47 +00:00
arpi a0cc8bfb13 ds->type removed - using id-based audio format detection in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1332 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 15:36:20 +00:00
arpi 53ecd003df d_audio->type stuff fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1331 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 15:09:34 +00:00
arpi de73c8eed3 kernel 2.2.x + SSE warning message extended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1330 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 13:34:42 +00:00
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