diego
ce17f21bb1
cosmetics: one more round of whitespace changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27992 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 13:23:14 +00:00
diego
8ea5ce98d8
cosmetics: further reformatting to lessen differences to vo_fbdev.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27991 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 13:19:43 +00:00
diego
92ea709db2
cosmetics: complete reformatting, tabs to spaces, etc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27990 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 13:06:37 +00:00
diego
21a6361d95
cosmetics: Lessen differences to vo_wii.c.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27989 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 13:02:10 +00:00
diego
d0a4035bad
cosmetics: consistent formatting for if/else/case
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27988 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:46:42 +00:00
reimar
c8993e3c66
Reimplement -endchapter support again for -dump*, it was broken in r25987.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27987 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:45:07 +00:00
reimar
9542118efe
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27986 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:30:39 +00:00
reimar
be6e3bf79f
Remove unused flip_flag variable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27985 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:25:41 +00:00
diego
73fab6a412
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27984 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:08:18 +00:00
diego
929dc9a8ac
cosmetics: Move up uninit() to avoid a forward declaration.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27983 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 12:01:48 +00:00
diego
0ad147ed5c
cosmetics: consistent function declarations.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27982 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 11:59:37 +00:00
diego
9e2505a3f5
cosmetics: Remove tabs and trailing whitespace.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27981 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 11:58:11 +00:00
diego
b2fb201a6b
Remove unused variables and the related warnings along with them.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27980 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-23 11:53:17 +00:00
bircoph
a83e000090
Make description of the option more clear as suggested by
...
Reimar Döffinger.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27979 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-22 13:31:55 +00:00
reimar
61a0561122
Remove a aspect calculation line.
...
It is useless because with the new API enabled by VOCTRL_UPDATE_SCREENINFO it
is not necessary because it is already done in video_out.c:config_video_out.
Secondly, the removal of the aspect_save_prescale triggered a regression because of
it, with -wid the window would not be filled completely initially.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27978 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 23:22:53 +00:00
reimar
b8a0605f4b
Simplify handling of "flags" parameter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27977 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 23:17:26 +00:00
reimar
3095b31c26
Add forgotten initialization if Flip_Flag to 0.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27976 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 23:14:38 +00:00
diego
529028ff5d
cosmetics: typo fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27975 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 19:32:19 +00:00
diego
d348015a58
cosmetics: Write revision number with leading 'r'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27974 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 18:55:00 +00:00
compn
ff4c67b77c
add direct3d docs, ok'd by Guillaume
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27973 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 13:03:22 +00:00
bircoph
ad9e540770
Synced with r27967.
...
These changes are cosmetics only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27972 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 12:23:10 +00:00
reimar
157343aeb3
Fix and enable panscan handling for vo_direct3d
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27971 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-21 12:22:16 +00:00
diego
80b1673d17
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27970 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 22:54:30 +00:00
reynaldo
a26426f5de
Add all still missing lines, full sync against r27967
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27969 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 19:32:08 +00:00
reynaldo
cec1ec58a3
Trivial, add some more lines that were missing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27968 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 19:03:53 +00:00
reynaldo
501f7c468d
Trivial, Cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27967 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 18:28:22 +00:00
reynaldo
389de2d945
COSMETICS, More line shifting to match English master
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27966 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 16:15:25 +00:00
reynaldo
232925d376
TRIVIAL, add some more missing lines
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27965 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 16:06:52 +00:00
reynaldo
22d73e32bb
COSMETICS, More line shifting to match English master
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27964 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 16:03:52 +00:00
reynaldo
374ffd075b
TRIVIAL, some missing lines and a grammar correction
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27963 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 15:39:51 +00:00
reimar
f525ba25e7
Cosmetics: rename variables etc. in vo_direct3d.c
...
Patch by Georgi Petrov (gogothebee gmail com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27962 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-20 15:13:14 +00:00
reimar
c351d29392
Factor common code like -wid handling, vo_gc creation etc. out into
...
x11_common.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27961 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-19 20:19:25 +00:00
gpoirier
928e4433aa
Add detection of x86 CPU features SSSE3 and SSE4a.
...
Patch by Zhou, Zongyi %zz65 A cornell P edu%
Original thread:
date: Wed, Nov 19, 2008 at 4:22 PM
subject: Re: [MPlayer-dev-eng] [PATCH] yadif SSE2/SSSE3 optimization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27960 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-19 16:41:59 +00:00
reimar
82e0e9055a
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27959 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-19 13:39:07 +00:00
reynaldo
1f5394b38e
Cosmetics, mostly line shifting to match English master
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27958 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 20:34:07 +00:00
reimar
0ebdbc02d8
Add missing "static" qualifiers to vo_direct3d
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27957 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 14:51:54 +00:00
reimar
af25bb3acf
100l, the video_out_drivers list must be sorted by priority, not
...
alphabetically. For now, vo_directx should be preferred over
vo_direct3d.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27956 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 13:18:55 +00:00
reimar
af366bff51
Direct3D based video_out module.
...
Patch by Georgi Petrov (gogothebee gmail com)
Panscan handling is still disabled and needs to be fixed for negative
-panscan.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27955 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 12:23:42 +00:00
reimar
04d6de5ee2
Doxygen documentation for w32_common.c
...
Patch by Georgi Petrov (gogothebee gmail com) with several modifications by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27954 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 12:23:23 +00:00
bircoph
8af43b7cc2
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
...
to the header search path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27953 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 09:41:31 +00:00
reynaldo
de51092d28
Trivial, Cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27952 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 03:41:54 +00:00
reynaldo
bbeb30af8d
Trivial, Cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27951 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 03:17:11 +00:00
reynaldo
10da4a69c5
Add some more missing messages
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27950 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-18 03:06:27 +00:00
reimar
409bb1c5da
100l, missing ' s' in sed command, probably caused all decoders to be
...
disabled when zlib is not available.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27949 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 18:20:20 +00:00
diego
c184fe7b07
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27948 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 15:25:33 +00:00
diego
26a4b02417
Set _have_yasm to "no" if yasm detection failed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27947 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 15:02:24 +00:00
reimar
330e951cf0
Remove a useless XGetGeometry call, the X11 event handling already
...
updates vo_dwidth/vo_dheight.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27946 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 13:12:01 +00:00
diego
f76cb1f891
Put variable declaration inside an #ifdef to avoid an unused variable warning.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27945 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 10:33:59 +00:00
cehoyos
7a7b3d95e3
Allow compilation with icc 10.1.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27944 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-17 10:16:28 +00:00
diego
beac5410ae
Fix build: Remove some references to sections that no longer exist.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27943 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-11-16 23:59:47 +00:00