rfelker
6f6342a4b0
remove nonsense warnings now that libaf is used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7669 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 22:41:45 +00:00
arpi
44a3ea2510
ffdv is stable now
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7668 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 19:18:36 +00:00
arpi
ea18ddac16
cosmetics :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7667 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 17:59:52 +00:00
anders
3e3a4733fb
Adding function for calculating the delay caused by the filters
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7666 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 10:20:36 +00:00
bertrand
f767a62a42
Added support for RTSP stream over TCP.
...
Patch from Ross Finlayson <finlayson@live.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7665 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-08 05:46:23 +00:00
arpi
feec550941
* Fix for the broken MultiDec files I had originally posted with the
...
first version of the demuxer. They play ok now. Fix can be disabled
through conditional compiling, so just comment out the #define directive
if it breaks anything (see source).
* Demuxer now honours audio/video ids. Since PVAs only contain one audio
track and one video track by specification, they are vid 0 and aid 0.
This also fixes the "too many audio/video packets in buffer" with
-dump[audio|video].
* substituted longs with off_t's for offsets, so that it should work on
large files.
patch by Matteo Giani <matgiani@ctonet.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7664 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 22:13:34 +00:00
arpi
a6450205ee
411P added (DV ntsc)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7663 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 21:57:43 +00:00
arpi
e1975b1320
argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7662 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 21:24:44 +00:00
arpi
e89f059882
fill ao_data correctly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7661 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 20:01:28 +00:00
arpi
9e3911b77d
updated for libaf...
...
please someone verify this, i'm not sure it's ok, looks weird:
alsa_format.voices = ao_data.channels*2;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7660 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 19:56:26 +00:00
arpi
24d0b8f5e1
updated for libaf rules
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7659 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 19:51:00 +00:00
arpi
f12673921c
fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7658 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 19:21:35 +00:00
jkeil
34b4b61bea
Handle playback of sample rates not supported by the sun audio hardware.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7657 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 18:42:31 +00:00
jkeil
9ebb08f13e
Document demux_mov.c fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7656 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 16:48:22 +00:00
jkeil
d260d605ec
BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARC
...
char2short/char2int broken on BIGENDIAN
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7655 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 16:43:04 +00:00
alex
23c044e4df
added libaf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7654 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 14:23:04 +00:00
arpi
99fbc21507
DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7653 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 11:29:19 +00:00
arpi
7d5ae10689
documenting vesa 3 / GTF config
...
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7652 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 11:27:20 +00:00
arpi
7147ea6aa6
a small fix for vo_vesa, when calling set_refresh, when -nofs used.
...
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7651 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 11:26:20 +00:00
anders
f8e93e8037
Adding functionality for adding filters during execution
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7650 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 10:46:01 +00:00
arpi
1b19920692
I think libfaad2 changed recently. The functions faacDecInit() and
...
faacDecInit2() now return the number of channels through a pointer to char
(was: pointer to long).
patch by Uwe.Reder@3SOFT.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7649 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 10:18:46 +00:00
nexus
a0d58842ad
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7648 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 09:15:30 +00:00
arpi
80727bf898
libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7647 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 01:50:49 +00:00
diego
fd146f515a
Some further explanations, dev-eng is now subscribers only.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7646 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 00:46:57 +00:00
diego
c7d917b726
small updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7645 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 00:19:46 +00:00
arpi
58bf423ca9
reversed Anders' nonsense change
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7644 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 23:24:36 +00:00
gabucino
a5a049336c
some obsolete stuff removed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7643 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 20:59:46 +00:00
gabucino
5af58344fd
sync
...
now it's 100% synced, except some HTML code changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7642 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 20:58:07 +00:00
gabucino
c132e28e42
updates, fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7641 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 20:55:38 +00:00
gabucino
b2376a9d68
removing my email addr (too much spam)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7640 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 20:45:57 +00:00
rtognimp
e1dc18eab8
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7639 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 19:54:37 +00:00
arpi
4efadabf5f
various fixes, new options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7638 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 19:20:04 +00:00
arpi
11322b57ef
extending the tooslow hints
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7637 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:43:01 +00:00
arpi
608ea40a98
fixed -ac/vc/ao/vo/afm/vfm stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7636 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:37:28 +00:00
arpi
932c44eaf3
libdvdkit shared install fixed
...
bugrep by Chris Phillips <chris@thirtythreeandathird.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7635 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:27:02 +00:00
arpi
bb6927634a
mayeb fixed dpms/screensaver issues
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7634 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:21:13 +00:00
arpi
31d0724c82
documenting -vop dint
...
patch by Andriy N. Gritsenko <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7633 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:14:59 +00:00
arpi
3d428ef79a
I found that default isn't optimal so it's changed a bit. :)
...
patch by Andriy N. Gritsenko <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7632 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:14:14 +00:00
arpi
632b8e8edd
smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>
...
TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure !
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7631 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:03:12 +00:00
arpi
a5eea66f78
i18n should not affect --language
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:50:37 +00:00
arpi
ce587559f7
This patch adds the functionality to disable/enable subtitles while playing
...
a video. I mapped it to the input-keyword "sub_visibility".
This keyword is mapped to the 'v' key on the keyboard. I tested the patch
with old-fashioned subtitles, with freetype subtitles and DVD subtitles.
Works fine. The patch also includes documentation updates.
patch by Uwe.Reder@3SOFT.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:40:51 +00:00
arpi
1b28b8a9c7
DPRINTF -> mp_msg()
...
patch by Tobias Diedrich <td@sim.uni-hannover.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7628 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:31:36 +00:00
arpi
6ca9809c9e
Small error, the buffer size got set incorrectly.
...
(Now BUFFER_SIZE * 3 instead of BUFFER_SIZE * 2)
patch by Tobias Diedrich <td@sim.uni-hannover.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7627 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:30:38 +00:00
diego
7fb770e88d
Fixed some typos and an error in the help output.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7626 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:18:57 +00:00
arpi
82fc19b9be
This patch hopefully fixes colorkeying and a segfault in exclusive mode
...
Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7625 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:56:42 +00:00
michael
7fdd59f2c0
typo (found by alex)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7624 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:50:35 +00:00
arpi
a8fe8a6fea
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7623 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:32:39 +00:00
arpi
efe3639266
uninit cleanup again... thx to Nilmoni Deb for bugreport
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7622 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:16:53 +00:00
diego
87a335019f
Added my credits, plus a small wording correction.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7621 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:12:44 +00:00
michael
35572927c4
forgot docs (again ...)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7620 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:01:54 +00:00