Commit Graph

10998 Commits

Author SHA1 Message Date
rfelker fc253c8c75 more mmx and fix 100l sig11 in the previous mmx commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10748 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 21:12:44 +00:00
alex 4736af8f1a added nv12/nv21 and some other fourccs (still not synced)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10747 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 21:11:35 +00:00
rtognimp 0e182f6eac Sync to help_mp-en.h v1.107
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10746 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 21:10:57 +00:00
alex 321285209f nv21 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10745 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:58:25 +00:00
attila afe36fd0a5 * Add multi device support.
For the moment up to 16 cards are supported.
  More can be added easily by changing 2 defines.
  This makes 90% of the patch (mostly stupid s/$var/card->$var/)
  The different devices can be accessed by different minor
  numbers (0-15):
  	mknod /dev/mga_vid0 c 178 0
  	mknod /dev/mga_vid1 c 178 1
  	mknod /dev/mga_vid2 c 178 2
  	mknod /dev/mga_vid3 c 178 3
	...
	ln -s mga_vid /dev/mga_vid

* Change the devfs code to let the kernel assign us
  a major and a minor number (what is the sense behind
  using devfs anyways if we dont do that ?)
  Subdevices for the different cards are created.
  mga_vid uses the first card (for compatibility)

* Fix a possible error when mmap() is called before
  the card is configured by a ioctl().


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10744 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:57:34 +00:00
alex d169756b83 basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10743 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:45:06 +00:00
rfelker 94b4a47fa4 1000l, mmx code was not being used because of missing config.h, and
the mmx code was broken too! :(


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10742 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:36:33 +00:00
gabucino 1c39b3fa05 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10741 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:34:14 +00:00
gabucino 13e520f4e6 FTP support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10740 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 20:33:25 +00:00
rfelker a732a2b6d7 tweaks and cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10739 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 19:56:13 +00:00
rfelker 601dd91dbd 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10738 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 19:18:21 +00:00
alex cf95c8c295 Handle mp_msg like printf so compiler can report if missing/too much arguments or other errors happen. GCC only
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10737 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 19:15:33 +00:00
alex 2c7af5e146 serious bugs - 1l absinth (changed to absinth against cola inflation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10736 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 18:51:05 +00:00
alex 1450231f23 remove exit_player and exit references
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10735 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 18:33:02 +00:00
diego 3eec29218f Missing en/ added to DOCS path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10734 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 18:12:27 +00:00
alex 50493db0db some WIP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10733 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 17:58:29 +00:00
diego 0d007d9bd1 -noautoexpand documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10732 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 17:51:28 +00:00
rfelker cfa265212a fix 10l (computation based on uninitialized data which led to
incorrect field matching) and greatly improve selection logic. the
pullup core should be very accurate now, so try throwing tough samples
at it and report any failures! :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10731 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 17:46:32 +00:00
attila 8a06bf7da7 while we are at it: geometry support for xmga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10730 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 12:57:27 +00:00
attila 8a7b7a430d geometry support for x11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10729 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-31 12:33:49 +00:00
arpi 3f371fda9a ffmpeg1/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10728 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 22:57:54 +00:00
arpi 001d121dec use internal (included) libfaad2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10727 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 22:31:45 +00:00
arpi 32063c4339 libfaad2 v2.0rc1 imported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10726 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 22:30:28 +00:00
lumag 264633eec5 Sync.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10725 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 16:17:15 +00:00
arpi 948c6be0b1 patch by Joey Parrish <joey@nicewarrior.org>:
- updated from libdvdread 0.9.4 and removed udf caching
(fixes mpdvdkit on cygwin)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10724 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 13:57:24 +00:00
rtognimp 51843b59f7 On2 VP4 personal codec support via binary vfw dll vp4vfw.dll
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10723 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 13:56:46 +00:00
arpi 9a5cdbce1c __CYGWIN__->SYS_CYGWIN define moved to the right place
(cut from Joey's dvdkit2 update patch)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10722 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 13:38:15 +00:00
arpi 7a58bc0197 synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our
get_path() instead). anyway it's mostly cosmetics only.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10721 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-30 13:35:25 +00:00
alex 4e291ef76c 1000l and I imho this would win 'The Bug/Typo of the Year' award
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10720 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 21:57:40 +00:00
alex c81e374ce1 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 21:42:51 +00:00
alex 8d79536625 10^1337 litres (now, that's an inflation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10718 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 21:16:32 +00:00
nauj27 1565eb85df sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10717 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 16:19:23 +00:00
mosu ee83fe5c81 Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico <nsabbi@libero.it>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10716 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 08:03:56 +00:00
iive 633573a5de 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10715 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-28 22:11:42 +00:00
rtognimp 9f0de88e6d 100l fix for paletted 8bpp files, I committed an old version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10714 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-28 22:01:44 +00:00
rtognimp 1f6287474f Quicktime 8BPS decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10713 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-28 21:23:40 +00:00
mosu a4510b38e2 Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10712 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-28 17:32:28 +00:00
mosu 7f30bfeaac Updated highest demuxer number.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10711 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-28 13:31:44 +00:00
arpi c72efe2c97 printing fps with 3 dec digit instead of 2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10710 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 22:30:54 +00:00
alex 78c69838c0 This patch fixes:
1) if channels (in the list) are invalid excludes them
2) on encrypted/unreadable channels mplayer goes to the next/previous
3) when changing channel uninit all components but stream and input.

Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10709 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 17:08:58 +00:00
alex 9bbeb0f652 dvb channel changing vs input system (lirc) fix by David Kuehling <dvdkhlng@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10708 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 16:44:09 +00:00
mosu a619e3193b Removed some ":" in the track output for easier cut&paste.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10707 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 13:08:40 +00:00
mosu fe58404175 Track selection uses the n-th audio/subtitle/video track as the ID, not the n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10706 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 13:01:39 +00:00
henry ad568e6c40 a/v sync cleanups
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10705 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-27 09:23:39 +00:00
diego 28f695ad5a 10l and a few spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10704 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-26 10:06:10 +00:00
diego b20cf9daba 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10703 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-26 10:02:34 +00:00
diego abb23bf21f libfaad installation instructions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10702 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-26 09:56:58 +00:00
diego f2c3dbfded -nuvopts documentation by Albeu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10701 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-26 09:49:45 +00:00
michael 0378af2449 mpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10700 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-25 23:19:08 +00:00
iive 1902b5896c OSD support, optinal queue, optional use of sleep(), and benchmark mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10699 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-25 21:41:10 +00:00