voroshil
c846e0a734
Radio driver loading rework.
...
Available interfaces are showed in verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22772 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 18:39:57 +00:00
cehoyos
aa6a492a94
Fix comment about defining HAVE_POSIX_SELECT
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22771 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:44:45 +00:00
diego
653d16096e
Conditionally compile vf_bmovl.c instead of enclosing all of the file
...
in #ifdef HAVE_POSIX_SELECT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22770 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:29:46 +00:00
diego
d6a63f429f
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
...
with the other HAVE_ #defines throughout the codebase.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22769 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-21 08:24:20 +00:00
rtogni
8927f24348
Declare eof only when stream 0 gets eof
...
Fixes premature eof on rtsp://vodreal.stanford.edu/opa/philo/061022.rm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22768 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 22:32:38 +00:00
rtogni
f8dcd9f789
Fix for realrtsp urls with more than 2 streams:
...
- do setup for all the streams we subscribed to
- Use all bits of stream id, not only the lsbit
Fixes rtsp://vodreal.stanford.edu/opa/philo/061022.rm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22767 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 22:30:51 +00:00
diego
42314cb0ba
Remove unnecessary unistd.h include.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22766 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 09:53:31 +00:00
diego
997d7e7b1d
Remove MinGW hack, it's no longer needed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22765 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 09:46:26 +00:00
diego
7ee0eb4e19
Rename open to af_open so as not to conflict with a previous header definition.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22764 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 09:46:00 +00:00
diego
f9e283e091
Add missing $(EXESUF).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22763 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:35:53 +00:00
ptt
6219ac67cb
tab typo fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22762 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:32:02 +00:00
diego
1bf19586f1
Add vfw2menc to the Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22761 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:30:48 +00:00
ptt
55a3b9cc06
sync'd up to r22483
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22760 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:29:03 +00:00
diego
bfa034ce2d
Add explicit SDL include path. This should allow compilation even when
...
MPlayer was configured without SDL support. Change the Makefile accordingly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22759 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:20:57 +00:00
diego
d2e96bddda
Add return 0 to fix the following warning:
...
bmovl-test.c:118: warning: control reaches end of non-void function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22758 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:15:28 +00:00
diego
72882d708f
Include stdlib.h and string.h to fix the following warnings:
...
bmovl-test.c:22: warning: implicit declaration of function `strlen'
bmovl-test.c:64: warning: implicit declaration of function `exit'
bmovl-test.c:67: warning: implicit declaration of function `atoi'
bmovl-test.c:89: warning: implicit declaration of function `malloc'
bmovl-test.c:114: warning: implicit declaration of function `free'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22757 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:11:55 +00:00
diego
c590354060
Add #include <string.h> to fix the following warning:
...
gltest.c:157: warning: implicit declaration of function `memset'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22756 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:08:58 +00:00
diego
b478785d89
Move gltest and bmovl-test into the main TOOLS directory, subdirectories
...
for single files are silly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22755 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-20 01:06:51 +00:00
diego
247e9ac3ff
--enable-win32 was renamed to --enable-win32dll.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22754 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 22:09:53 +00:00
compn
abadc063e6
ok so cljr , vcr1 and msmpegv1 dont actually work... removed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22753 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:25:26 +00:00
compn
1c572006ee
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22752 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:11:05 +00:00
compn
2c6277133e
gsm requires libgsm so remove it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22751 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:07:48 +00:00
compn
044368342f
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22750 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:01:02 +00:00
compn
82a7ca46c8
split sonic into sonic/sonicls and wma into wmav1/wmav2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22749 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 19:21:09 +00:00
compn
eb6922f2df
add png and gif encoders, how to use them with mencoder is another question
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22748 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 18:57:37 +00:00
reimar
583d812e1d
Explain workaround for -vo gl:scaled-osd -ass image corruption.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22747 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 18:27:35 +00:00
voroshil
1d44eade53
Add missing bogus norm warning for v4l2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22746 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 15:31:25 +00:00
voroshil
ac45fd3aac
Make sure bogus parameter will not be ignored by user.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22745 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 12:28:53 +00:00
diego
25cfa15b4b
Simplify Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 11:50:03 +00:00
diego
4fb6bd2843
Conditionally compile af_export instead of having #ifdef around the file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22743 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 10:13:33 +00:00
diego
6c4d007414
Move -I. to the front of CFLAGS, works around problems with headers from
...
other projects having the same names as MPlayer ones.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22742 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:10:38 +00:00
diego
f439934b28
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22741 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:07:34 +00:00
diego
907fd7f426
Remove commented-out Cygwin CFLAGS settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:04:03 +00:00
diego
8c3f78b90d
Move setting Cygwin specific CFLAGS to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:03:00 +00:00
michael
7054aa378d
video filters i maintain ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22738 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 00:02:49 +00:00
diego
6b1d86d213
The -Wdeclaration-after-statement test needs a C program.
...
Noticed by Carl Eugen Hoyos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22737 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 23:54:51 +00:00
diego
298ea20c97
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
...
take precedence over ones in the subdirectories.
This works around the problem of confusing the two copies of xvmc_render.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22736 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 23:18:09 +00:00
diego
5f6965df5d
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22735 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:49:37 +00:00
cehoyos
e2c0f539f6
Added myself, as suggested by Diego
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22734 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:49:05 +00:00
nicodvb
a09d3e1bc7
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22733 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:18:11 +00:00
diego
e72f48c19f
Merge CFLAGS lines.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22732 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 22:11:32 +00:00
diego
132dd09be9
Move setting CXXFLAGS to configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22731 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:58:28 +00:00
rtogni
7bb75adb60
Support multiple tags in a single line and tags on the same line as the
...
<smil> signature.
Fixes http://www.cartalk.com/Radio/Show/01.smil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22730 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:39:52 +00:00
diego
2e3f329ce9
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22729 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 21:21:38 +00:00
nicodvb
dcdc721ed9
shared libavcodec is not at all broken/obsolete, but simply discouraged
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22728 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:52:41 +00:00
diego
148dd28490
Group (system-specific) CFLAGS settings together.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22727 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:33:20 +00:00
diego
078fda08bd
Move Cygwin specific #define setting to system OS-specific settings section.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:25:02 +00:00
diego
0e87b16e17
Move setting of TARGET_WIN32 together with other Win32 settings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:21:52 +00:00
diego
0caf01cab1
Rename win32 variable to the more sensible name win32dll.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22724 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 20:15:57 +00:00
diego
52f41b2b67
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
...
unconditionally three lines above ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22723 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 19:38:43 +00:00