aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* cosmetics: further reformatting to lessen differences to vo_fbdev.cGravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27991 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: complete reformatting, tabs to spaces, etc.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27990 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Lessen differences to vo_wii.c.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27989 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: consistent formatting for if/else/caseGravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reimplement -endchapter support again for -dump*, it was broken in r25987.Gravatar reimar2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationGravatar reimar2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused flip_flag variableGravatar reimar2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27985 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27984 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move up uninit() to avoid a forward declaration.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27983 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: consistent function declarations.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27982 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove tabs and trailing whitespace.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables and the related warnings along with them.Gravatar diego2008-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27980 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make description of the option more clear as suggested by Gravatar bircoph2008-11-22
| | | | | | | Reimar Döffinger. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27979 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove a aspect calculation line.Gravatar reimar2008-11-21
| | | | | | | | | | 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
* Simplify handling of "flags" parameterGravatar reimar2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add forgotten initialization if Flip_Flag to 0.Gravatar reimar2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27976 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: typo fixesGravatar diego2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27975 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Write revision number with leading 'r'.Gravatar diego2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27974 b3059339-0415-0410-9bf9-f77b7e298cf2
* add direct3d docs, ok'd by GuillaumeGravatar compn2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r27967.Gravatar bircoph2008-11-21
| | | | | | | These changes are cosmetics only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27972 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix and enable panscan handling for vo_direct3dGravatar reimar2008-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27971 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Gravatar diego2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add all still missing lines, full sync against r27967Gravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27969 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, add some more lines that were missingGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, CosmeticsGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27967 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS, More line shifting to match English masterGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27966 b3059339-0415-0410-9bf9-f77b7e298cf2
* TRIVIAL, add some more missing linesGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27965 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS, More line shifting to match English masterGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27964 b3059339-0415-0410-9bf9-f77b7e298cf2
* TRIVIAL, some missing lines and a grammar correctionGravatar reynaldo2008-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: rename variables etc. in vo_direct3d.cGravatar reimar2008-11-20
| | | | | | | Patch by Georgi Petrov (gogothebee gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
| | | | | | | x11_common.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27961 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add detection of x86 CPU features SSSE3 and SSE4a.Gravatar gpoirier2008-11-19
| | | | | | | | | | 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
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.Gravatar reimar2008-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27959 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics, mostly line shifting to match English masterGravatar reynaldo2008-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27958 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing "static" qualifiers to vo_direct3dGravatar reimar2008-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27957 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, the video_out_drivers list must be sorted by priority, notGravatar reimar2008-11-18
| | | | | | | 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
* Direct3D based video_out module.Gravatar reimar2008-11-18
| | | | | | | | 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
* Doxygen documentation for w32_common.cGravatar reimar2008-11-18
| | | | | | 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
* On OpenBSD socklen_t is defined at sys/types.h, so latter is addedGravatar bircoph2008-11-18
| | | | | | | to the header search path. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27953 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, CosmeticsGravatar reynaldo2008-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, CosmeticsGravatar reynaldo2008-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some more missing messagesGravatar reynaldo2008-11-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27950 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, missing ' s' in sed command, probably caused all decoders to beGravatar reimar2008-11-17
| | | | | | disabled when zlib is not available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27949 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.Gravatar diego2008-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set _have_yasm to "no" if yasm detection failed.Gravatar diego2008-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove a useless XGetGeometry call, the X11 event handling alreadyGravatar reimar2008-11-17
| | | | | | | updates vo_dwidth/vo_dheight. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Gravatar diego2008-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27945 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow compilation with icc 10.1.Gravatar cehoyos2008-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build: Remove some references to sections that no longer exist.Gravatar diego2008-11-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27943 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-16
| | | | | | in vo_xvmc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27942 b3059339-0415-0410-9bf9-f77b7e298cf2