diego
74aa81596c
Add install-dhahelperwin target to simplify dhahelper installation on Windows.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26936 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 20:10:36 +00:00
diego
13d53795d9
Merge vidix/dhahelperwin/Makefile into top-level Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26935 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 20:09:31 +00:00
diego
5d87f6d9ca
Merge vidix/dhahelper/Makefile into top-level Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26934 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 19:39:00 +00:00
diego
f3617303c1
Rename kernelhelper to dhahelper, that name is more fitting.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26933 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 19:17:20 +00:00
diego
508a697e94
Fix #include paths.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26932 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 19:14:04 +00:00
diego
a961f8ee76
dhasetup.exe can be created via make instead of calling gcc directly.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26931 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 18:38:53 +00:00
diego
6a131b0ddf
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
...
only when altivec.h is available and preferred over '-faltivec'.
This should now finally work on all Mac OS X and gcc combinations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26930 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 18:03:36 +00:00
reimar
09b97f4826
Handle NULL control function in cache_execute_control, fixes crash with http urls.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26929 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 15:20:42 +00:00
diego
71f6340af7
Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector
...
declaration syntax to use. Checking for HAVE_ALTIVEC_VECTOR_BRACES would be
better, but this variant is more likely to be mergeable upstream.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26928 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 12:09:06 +00:00
diego
c6fe9d1af4
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26927 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 12:05:24 +00:00
diego
b1bbd23b61
Check for AltiVec vector declaration syntax.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26926 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-30 11:45:08 +00:00
diego
38dd5d6fac
typo noticed by Mark Pilgrim, mark diveintomark org
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26925 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 21:28:07 +00:00
eugeni
026f3a4d0d
The size of output buffer is stored in 'osize', not 'size'.
...
This is just for readability, the code behaviour is not changed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26924 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 18:35:22 +00:00
eugeni
db616d5222
Clear iconv conversion state also in libass.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26923 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 18:35:21 +00:00
eugeni
d3e1f76cac
Offset should be size_t.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26922 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 18:35:18 +00:00
eugeni
f5a8ce6408
Clear iconv conversion state after each subtitle line.
...
This fixes a bug when the last character on a subtitle line
is sometimes moved to the beginning of the next line.
Patch by Guy Shapiro, bugs sguy org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26921 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 18:35:17 +00:00
diego
03a30e3a59
Remove extra messages.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26920 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:56:44 +00:00
diego
062cb2816a
Fix mismatching messages.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26919 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:53:40 +00:00
diego
7621a77c54
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26918 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 12:43:58 +00:00
gpoirier
cbb51f853a
fix problems picked up by mphelp_check.py
...
patch by cedric viou %Cedric P Dumez-Viou A obs-nancay P fr%
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26917 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 11:55:39 +00:00
diego
6feacc0cc4
The install-drivers target should depend on the drivers target.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26916 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-29 00:33:29 +00:00
iive
08ec85ba4b
Revert commit r26897.
...
XviD is the correct spelling of the codec.
You can see it written in the codec own
documentation and header files.
Prefered name capitalization confirmed
in conversation with XviD developer (prunedtree).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26915 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 23:04:41 +00:00
diego
61b101497d
Merge drivers/Makefile into top-level Makefile.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26914 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 12:40:15 +00:00
diego
1dd5f09e9d
Fix setting of CFLAGS for Radeon modules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26913 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 11:27:13 +00:00
diego
ae9355bae1
Disable unused function, fixes the warning:
...
tdfx_vid.c:292: warning: 'setup_fifo' defined but not used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26912 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 10:34:03 +00:00
diego
03e8826213
mga_vid driver wording fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26911 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-28 10:25:09 +00:00
diego
1bb19a7f48
Move messages header file creation to a separate shell script.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26910 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 22:03:21 +00:00
ben
bc212e3500
Add a slave command to stop stream playback.
...
Mostly useful when used with -idle mode.
Patch by Mathieu Schroeter ( mathieu dot schroeter at gamesover dot ch )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26909 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 18:39:57 +00:00
reimar
cc6c63c03c
Initialize sh_audio/sh_video->ds
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26908 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 17:35:38 +00:00
reimar
ff6007357f
Simplify/make new_sh behaviour more consistent when a stream gets redefined.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26907 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 17:33:13 +00:00
reimar
fba4b13c9b
Cosmetics: simplify
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26906 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 17:30:20 +00:00
reimar
158b5133ff
Move native musepack demuxer further down in demuxer list
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26905 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 17:27:06 +00:00
diego
c9aed45201
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
...
have the expected sane semantics, but has a global effect instead...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26904 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 16:46:30 +00:00
diego
b27e02e1b4
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
...
simultaneously by the same command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26903 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 16:24:40 +00:00
diego
2aa93c54f5
Use 'grep -q' instead of redirecting grep output to /dev/null.
...
The -q option is part of POSIX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26902 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 14:33:16 +00:00
diego
f4724c6a9a
mga_vid string wording fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26901 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:32:00 +00:00
diego
90c5b9d782
Fix typo in string name.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26900 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:30:50 +00:00
diego
60e30388e4
Instead of removing code from this imported library, place it under #if 0.
...
This makes the differences to upstream smaller and the diff more readable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26899 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 13:09:40 +00:00
diego
cf96d13960
cosmetics: Fix pointless weird indentation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26898 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 12:49:50 +00:00
diego
8ac2b7bbf5
cosmetics: XviD --> Xvid
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26897 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 12:41:27 +00:00
diego
3447bd1d05
cosmetics: Move toolsclean target to a better place.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26896 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:37:50 +00:00
diego
d1f1b61d02
Update comment heading.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26895 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:31:57 +00:00
diego
e79064d885
cosmetics: Consistently place '-o $@' in compiler command line.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26894 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:29:23 +00:00
diego
5d7c1d1a37
Simplify codec-cfg-test command with $^.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26893 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:28:00 +00:00
diego
e236fc558e
Fix codecs2html linking.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26892 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:25:18 +00:00
diego
853c366adb
Merge doxygen_clean rule into distclean.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26891 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:24:07 +00:00
diego
2b085d7897
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove
...
them redundantly upon distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26890 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:22:55 +00:00
diego
4937b16c44
Add codecs2html to TESTS variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26889 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:21:19 +00:00
diego
00b5f90451
Fix dependency declaration for codecs2html.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26888 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:20:27 +00:00
diego
d3ff5799f9
cosmetics: Move some rules to better places.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26887 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-27 11:19:35 +00:00