diego
3f37dff367
Adjust dependency generation prerequisites to new structure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26463 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 21:47:51 +00:00
diego
a725babf25
Always generate dependency information. This also allows dropping the
...
hackish list of incorrect pseudo-dependencies.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26462 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 21:46:52 +00:00
ptt
592566cabb
synced with r26460
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26461 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 17:26:00 +00:00
ptt
d91c119677
restore options alphabetical order
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26460 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 17:24:49 +00:00
diego
bf2814fdf4
Mark phony targets as such.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26459 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 08:13:00 +00:00
diego
338b1e9eeb
Simplify phony target declaration.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26458 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 08:12:41 +00:00
diego
6187c8753b
10l: Rename remaining instances of $i to $lang.
...
patch by Andrew Savchenko, Bircoph list ru
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26457 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-18 07:16:22 +00:00
diego
70dd60b8cd
cosmetics: __asm__ __volatile__ --> asm volatile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26456 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-17 21:54:43 +00:00
reimar
11b4999712
Prefer libavformat musepack demuxer over internal one (which does not even support v8).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26455 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-16 12:03:34 +00:00
albeu
a2728034c9
noconfig fix, disable_gui_conf was not defined when compiling mencoder.
...
Fix mencoder linking when the GUI is enabled.
Patch by Norman Yarvin (yarvin -at- yarchive -dot- net).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26454 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-15 13:20:15 +00:00
corey
c206a31228
typo: crahes --> crashes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26453 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-15 02:02:29 +00:00
corey
cb5bfc00b2
Refer to where encoding quality is described.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26452 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-15 01:51:43 +00:00
corey
56e672949e
As of r19025, the "above link" refers to an article, not a guide.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26451 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-15 01:40:38 +00:00
albeu
db3ca5062a
Fix the indentation after the noconfig patch.
...
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26450 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-14 11:24:24 +00:00
albeu
84bc10acb9
10L, forgot to commit the documentation for the -noconfig options.
...
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26449 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-14 11:23:18 +00:00
albeu
6e62b3a85f
Add options to disable some or all config files.
...
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26448 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-14 11:21:29 +00:00
albeu
c439e8b468
Add support for system wide config file in mencoder.
...
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26447 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-14 11:05:52 +00:00
uau
c9e6af5949
demux_asf: Fix operator precedence in packet length check
...
Change (len & 3-1) to correct ((len & 3) - 1) in packet length check.
Also change "a - 1 < b" to simpler "a <= b".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26446 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 23:04:07 +00:00
diego
93699de705
Add libpostproc to list of pseudo-dependencies.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26445 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 22:57:47 +00:00
diego
8dd605f5e4
Declare all clean targets phony in mpcommon.mak.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26444 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 21:23:27 +00:00
diego
b099ea9c85
The TAGS and tags targets are not phony.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26443 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 21:21:42 +00:00
diego
61baa13a58
Add gui subdirectories to DIRS instead of manually cleaning them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26442 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 21:20:29 +00:00
diego
9e0b5dc7f2
Replace shell for loop by proper make foreach construct.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26441 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 21:13:05 +00:00
albeu
e4dc453ea0
Replace the trivial command line preparser with a more robust version
...
allowing all kind of options to be used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26440 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 19:18:51 +00:00
attila
d08bf2fc44
cosmetics: fix indentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26439 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 11:15:08 +00:00
attila
f5ccd50211
move the #ifdef HAVE_XINERAMA to enclose the whole function
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26438 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 11:12:24 +00:00
attila
d48f39e68c
Always calculate the xinerama screen mplayer is on.
...
Bug reported by thomas.lindroth(<at>)gmail.com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26437 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 11:08:59 +00:00
diego
4be1fe461f
Fix DEPEND_CMD, there was one level of variable indirection too much.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26436 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 10:59:11 +00:00
diego
f3ffc8ca3a
Sync with latest FFmpeg changes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26435 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 10:54:33 +00:00
diego
0cf1308e21
Add Makefile variable for DVB OSD menu, saves one ifeq.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26434 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 10:44:21 +00:00
nicodvb
65cfce72ec
in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26433 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 10:23:54 +00:00
diego
e59291d5a9
Replace "all rights reserved" statement with standard GPL license header.
...
Done with the permission of Andreas Ackermann, the author of the file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26432 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 09:09:36 +00:00
diego
7bd7e50709
Restore compilation of osdep/mplayer-rc.o.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26431 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 07:57:35 +00:00
zuxy
64f6c99f59
Set dll_type and rv_handle for drvc.dll
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26430 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 02:35:30 +00:00
diego
42880d2821
Relicense test/example files as LGPL with Michael's permission.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26429 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 01:29:24 +00:00
zuxy
09237e38bb
Add Chinese comment
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26428 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 00:29:02 +00:00
diego
06cbb5007c
Restore grayscale decoding support with FFmpeg.
...
Removing support was done due to a silly misunderstanding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26427 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-13 00:03:11 +00:00
diego
67e8b044c3
Fix MPDEPEND_CMD to work with more than one subdirectory level.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26426 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 23:28:11 +00:00
diego
fabb1b271a
Backport SSE2-optimized IDCT routines from upstream libmpeg2.
...
Thanks to Alexander Strange for finding and fixing some bugs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26425 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 22:42:00 +00:00
diego
751c986719
wording improvements suggested by the Wanderer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26424 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 22:01:16 +00:00
nicodvb
cc5373d7ca
removed useless parameter :type from -dvbin (the frontend type is reported by the card)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26423 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 20:36:57 +00:00
nicodvb
e23c244ee7
removed defunct options :vid and :aid from -dvbin (they were useless from the start)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26422 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 20:30:36 +00:00
zuxy
5bbf5ec2d0
Oops...should be "drv43260.dll" instead of "drv34260.dll"
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26421 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:35:11 +00:00
zuxy
a2aed6e8bf
Cosmetic fix for r26419
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26420 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:31:08 +00:00
zuxy
339a79e1c3
Dlls can be relocated when loading so rely on filename instead of absolute
...
address to check if it's drv43260.dll and hence needs patching.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26419 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:29:57 +00:00
zuxy
8fd56cbb88
Indentation fix for r26417
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26418 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:24:25 +00:00
zuxy
221c40a86c
Don't print "Could not patch" messages when we haven't actually tried to patch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26417 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:23:26 +00:00
zuxy
b7e24c2758
Check for drvc.dll entries for mingw32
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26416 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 18:19:51 +00:00
diego
d9c8ac03a1
Ignore dependency files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26415 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 16:23:43 +00:00
diego
a1a1bd5e31
Make include paths consistent; do not use ../ in them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26414 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-12 16:03:07 +00:00