diego
0febd8cf0f
Identifiers starting with __ are reserved for the system.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25353 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 19:54:35 +00:00
diego
2912d9ee57
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
...
HAVE_ALTIVEC is set anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25352 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 19:52:17 +00:00
diego
222ea2c463
Relicense as GPL v2 or later like the rest of liba52.
...
Permission given by Nick Kurshev.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25351 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 14:53:14 +00:00
ulion
4c6a12e619
Fix spudec to display current vobsub immediately after a seek.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25350 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 10:12:58 +00:00
ulion
8f363e73d7
Make up missing changelog for dts wav support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25349 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 08:17:49 +00:00
ulion
eb7b516694
Support to run multiple mplayer commands set in menu.conf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25348 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 08:11:21 +00:00
ulion
38473dd468
Add new function for parsing and queueing multi-commands separated by \n or \r.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25347 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-11 08:03:47 +00:00
compn
149fd4dac7
some changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25346 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 21:33:22 +00:00
ben
3e23146dc8
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
...
was synchronized with vidix.sf.net.
The red color was saturating.
Corrected value fixes the issue and restore the color to the level
it used to have before synchronization.
Meaning of the value remains unknow but was retrieved from
register's value of a Radeon 9000 card, so it may need further testing.
Patch by Guillaume Lecerf (foxcore at gmail dot com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25345 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 19:27:46 +00:00
ben
c5ba1bf7e3
Dump the ati radeon DISP_MERGE_CNTL register to ease the
...
debugging of VIDIX color bug.
Patch by Guillaume Lecerf (foxcore at gmail dot com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25344 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 19:13:54 +00:00
ulion
1ed6e96cfb
Fix all current known multi-channel wrong order problems by adding
...
common functions for channel reordering.
This fixes these modules by adding channel reordering code for 5.0/5.1 audio:
ao: pcm
ad: dmo, faad, ffmpeg(ac3, dca, libfaad, liba52), pcm
ae: faac, lavc(ac3, libfaac), pcm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25343 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 16:53:30 +00:00
ulion
24dafeee09
Fix memory leak that tmp allocated but maybe not used.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25342 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 14:43:09 +00:00
diego
8c0a903ccb
Fix printf format string length modifiers, removes about a trillion warnings.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25341 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 14:39:19 +00:00
diego
0cfa7f03f7
Comment out unused variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25340 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 14:13:34 +00:00
ulion
03607113cb
Fix mylstat() call to parent dir where the subdir has no exec permission.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25339 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 14:12:40 +00:00
diego
f059a5570e
Remove unused parameters from main(), fixes the warnings:
...
netstream.c:340: warning: unused parameter 'argc'
netstream.c:340: warning: unused parameter 'argv'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25338 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 13:18:27 +00:00
diego
d123fad2bd
Fix printf format string length modifiers, removes the warnings:
...
vivodump.c:213: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'
vivodump.c:220: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25337 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 13:16:10 +00:00
diego
0822727933
Fix printf format string length modifiers, removes the warnings:
...
asfinfo.c: In function 'print_wave_header':
asfinfo.c:114: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c:115: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c: In function 'print_video_header':
asfinfo.c:140: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c:141: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c:142: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c:145: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c:146: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
asfinfo.c: In function 'main':
asfinfo.c:174: warning: format '%X' expects type 'unsigned int', but argument 2 has type 'long int'
asfinfo.c:220: warning: format '%d' expects type 'int', but argument 6 has type 'long unsigned int'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25336 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 13:11:26 +00:00
diego
48d0044bce
spelling/grammar/wording/formatting
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25335 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 12:35:28 +00:00
ulion
0fe9266445
Fix my wrong code in r25530.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25334 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 11:08:27 +00:00
ulion
8058d953af
Make up missing header update in r25326.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25333 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 10:27:14 +00:00
ulion
ef37a3be9c
Move temp variable declaration into inner loop scope.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25332 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 04:37:26 +00:00
ulion
5319009dfe
Ignore heading spaces when parsing command.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25331 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 01:46:02 +00:00
ulion
920a892892
Fix missing command line bug by making the input parameter constant.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25330 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 01:43:33 +00:00
nicodvb
3b05fa9631
associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25329 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-09 21:44:50 +00:00
ulion
7607259ea4
Combine common code for dealing with file action and dir action.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25328 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-09 10:32:05 +00:00
ulion
af43903635
Use recorded last path only when stat it ok.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25327 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-09 07:50:37 +00:00
ulion
6e9b19642a
Convert vobsub custom colors from rgb to yuv using a common function.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25326 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-09 06:58:57 +00:00
ben
486e5b2c2b
identifiers starting with an underscore are reserved by the C standard
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25325 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 23:21:08 +00:00
nicodvb
358717114f
removed stupid checks
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25324 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 18:16:02 +00:00
ben
b4052eae79
rework of libmenu open_dir()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25323 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 16:27:25 +00:00
ulion
3942e8143b
Remove useless include added in last commit by mistake.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25322 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 14:19:12 +00:00
cehoyos
78bd23dd5a
Allow usage of icc 10.1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25321 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 12:55:10 +00:00
ulion
151e8cceec
Move vobsub palette->yuv convert code into a common function.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25320 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 12:15:03 +00:00
diego
460de55771
Add missing declarations for AltiVec functions, fixes the warnings:
...
swscale_template.c:1171: warning: implicit declaration of function ‘altivec_yuv2packedX’
swscale.c:1982: warning: implicit declaration of function ‘yuv2rgb_altivec_init_tables’
yuv2rgb.c:652: warning: implicit declaration of function ‘yuv2rgb_init_altivec’
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25319 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 04:29:11 +00:00
ulion
1e53a65bf6
Remove useless variable aoIsCreated since we took good care of init failure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25318 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 02:57:50 +00:00
ulion
fad92e57fa
Restore y of palette into the same value range as it was in the .ifo file.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25317 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-08 02:38:02 +00:00
diego
48d39aa9a5
Fix 'make checkheaders' on AltiVec-enabled systems.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25316 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-07 15:30:12 +00:00
diego
afddf34dae
minor spelling/grammar fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25315 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-06 12:54:47 +00:00
ptt
4e66f5b9d7
cleanup and conformation of values description for -ass-hinting
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25314 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-06 11:30:35 +00:00
zuxy
34704eb1dc
Do not PostQuitMessage when destroying a child window.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25313 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-06 02:52:59 +00:00
ivo
56f0494615
suppress silly messages when checktree is not called from the root of the tree
...
but nevertheless has no specific arguments to work with. it will traverse
the tree from there, but obviously cannot find our externals.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25312 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 23:44:31 +00:00
ivo
86edf7b297
only check source code for gnuisms
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25311 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 23:41:59 +00:00
ivo
64d1a0d366
simpler and more easily expandable test whether we need a shortlist that
...
only contains .[ch] files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25310 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 23:39:01 +00:00
ivo
9495e9701b
test for presence of .svn directory if we are supposed to traverse the tree
...
according to svn info
.svn might be missing (i.e. after svn export)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25309 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 23:36:03 +00:00
ptt
7aca017750
three little corrections...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25308 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 19:07:25 +00:00
ptt
1f2429c7ff
initial submit for revision... 24% synced with r22753
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25307 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 19:06:12 +00:00
ulion
098170a7e2
Prevent from outputing mass of 'skip' log messages in verbose level.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25306 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 18:24:40 +00:00
ivo
a46d864303
when gathering the list of files to check via svn info, also include
...
libpostproc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25305 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-05 17:42:56 +00:00
ben
8e492d3eb5
sync ivtv driver with vidix.sf.net (multiple revisions)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25304 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-04 22:37:58 +00:00