diego
6138ec05eb
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27377 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 18:07:19 +00:00
diego
e3afb4b2de
Remove unused HAVE_MENCODER definition.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27376 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 13:46:27 +00:00
diego
3b31fa5717
Rename two GUI-related preprocessor directives:
...
HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27375 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 13:44:59 +00:00
diego
1fdf02e6fb
Remove unused definition from config.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27374 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 12:03:30 +00:00
diego
4b141479da
Start unifying names of internal preprocessor directives.
...
Replace all USE_ prefixes by CONFIG_ prefixes to indicate
options which are configurable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 12:01:30 +00:00
diego
cbe1fcbf83
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
...
It is unlike the other USE_ #defines set by configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27372 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 11:48:01 +00:00
diego
771cd67118
Use conditional compilation instead of an #ifdef around the whole file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27371 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 10:26:23 +00:00
diego
914d02fbdf
Remove unused definition from config.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27370 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 09:49:59 +00:00
diego
32879d8d61
Add proper check for socklen_t.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27369 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 09:42:37 +00:00
diego
2871b0b874
cosmetics: Group FFmpeg definitions together in config.h.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27368 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 08:59:02 +00:00
compn
2c1616fb79
add XDCAM and more HDV MPEG2 fourccs
...
tested on /MPlayer/incoming/hdv6/hdv6.mov
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27367 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 03:30:48 +00:00
compn
df9f82d41d
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
...
some camera generates different MPEG2 fourccs for each res and fps.
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27366 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-30 03:27:17 +00:00
ptt
aba5ea4a69
changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27365 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-29 11:17:52 +00:00
diego
9e4b7bbc27
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27364 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 17:33:54 +00:00
diego
9c40dd44ab
Rework OS/2 configuration with respect to linker output formats.
...
Since nm only supports a.out on OS/2, the linker options to specify
a different output format need to be added after the check using nm.
based on a patch by KO Myung-Hun, komh chollian net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27363 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 17:33:08 +00:00
diego
e9aed9cf90
cosmetics: Add a separator comment.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27362 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 17:21:36 +00:00
diego
81a931dd9d
Move libdvdnav check before the CFLAGS section. It is still the last check
...
at this position.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27361 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 17:18:07 +00:00
ptt
5849495fdd
synced with r27348
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27360 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 17:04:48 +00:00
diego
3a313f4def
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
...
use them only when compiling objects from those subdirectories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27359 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 16:57:22 +00:00
diego
cc9fdab3e8
Remove unused HPUX #define from command line.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27358 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 16:47:19 +00:00
diego
0934a87e1a
Move libdvdcss-specific CFLAG settings to libdvdcss test.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27357 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 16:36:11 +00:00
compn
3069de886e
add ffvp6a codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27356 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 01:01:54 +00:00
compn
b3978d78b2
add ffmotionpixels codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27355 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-28 00:50:39 +00:00
reimar
bf91f83022
Get rid of horrible code that relies on codec-set context variable,
...
it is useless anyway since all the necessary information is available anyway.
This also makes MPlayer display the correct length for Theora-in-Ogg-Videos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27354 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-26 22:27:50 +00:00
reimar
f6b9076a6d
Use GetTimerMS() instead of time() with srand.
...
This is more portable and avoids generating the same random numbers
for a whole second (and on MinGW for some unexplainable reason for
almost 10 seconds).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27353 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-26 21:58:00 +00:00
reimar
fb2b4dea1c
Do not include sys/socket.h when using winsock2, it is pointless
...
and breaks compilation under MinGW.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27352 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-26 20:58:50 +00:00
diego
65f404c85f
Revert to previous dependency checking behavior.
...
Take included header files into account when generating dependency files.
This has problems when header files are removed or renamed, but does not
silently miscompile files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27351 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-26 18:36:48 +00:00
diego
d1dcbd2f87
Remove AltiVec vector declaration compiler compatibility macros.
...
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27350 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-26 12:26:04 +00:00
gpoirier
1d0ab01312
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27349 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-25 09:15:08 +00:00
compn
17f8580b4a
add list of supported vo's to -xineramascreen
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27348 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-25 03:47:17 +00:00
diego
901574e3bf
Add some more information about FTP mirror setup.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27347 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 21:24:51 +00:00
diego
04d782183c
Fix mailinglist vs. mailing list typo.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27346 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 21:23:52 +00:00
diego
75a52556e9
cosmetics: Fix indentation after last commit.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27345 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 16:52:35 +00:00
diego
89e44cda3a
Remove AltiVec vector declaration compiler compatibility macros.
...
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27344 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 16:49:14 +00:00
reimar
38137d514c
Fix configure hanging forever in iconv check using --charset=noconv
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27343 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 15:38:20 +00:00
reimar
52839fdedb
Remove outdated "X11 only" from xineramascreen option and try to make clearer
...
what it does and what it does not.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27342 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-24 15:00:37 +00:00
gpoirier
b356130394
sync w/r27337
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27341 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-23 19:36:24 +00:00
ptt
1cd9bbc00c
sync'd with r27337
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27340 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-23 10:34:20 +00:00
diego
fa164d8a94
Add Dirac video support via libdirac and libschroedinger in libavcodec.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27339 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 22:58:51 +00:00
reimar
983800b76f
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27338 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 18:46:07 +00:00
reimar
b9d2214eee
No idea which vos support -noborder how well, though those based on
...
X11 or running on Windows _should_ work.
Just remove that line for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27337 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 18:40:01 +00:00
reimar
93f1a21bf7
Support -noborder with X11-based vos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27336 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 18:38:04 +00:00
reimar
839d579160
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27335 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 18:33:53 +00:00
reimar
bcfdec7746
-border/-noborder are supported by gl/gl2, too, but only on Windows.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27334 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 18:25:53 +00:00
diego
d29bd39f7a
Add instructions how to test the DNS round-robin virtual host, add a
...
webserver configuration checklist and a note about netiquette.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27333 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-22 16:27:20 +00:00
michael
4993d0c46a
fix memleak
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27332 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-21 11:41:13 +00:00
michael
76affcd2cb
Cleanup, use av_freep() instead of av_free(x); x=NULL
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27331 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-21 11:18:24 +00:00
diego
611c79b782
Remove "en" from list of all man page languages when generating man page
...
installation rules from a pattern. There is a separate rule for English above.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27330 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-19 11:32:33 +00:00
henry
20fee4a617
docs build fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27329 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-19 07:11:18 +00:00
diego
ebb8b63112
Only build the documentation in the languages requested from configure.
...
Fixes Bugzilla #978 .
inspired by a patch from Jonas Berlin, bugs outerspace.dyndns org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27328 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-07-19 02:00:56 +00:00