aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Trivial, add some more lines that were missingGravatar reynaldo2008-11-20
* Trivial, CosmeticsGravatar reynaldo2008-11-20
* COSMETICS, More line shifting to match English masterGravatar reynaldo2008-11-20
* TRIVIAL, add some more missing linesGravatar reynaldo2008-11-20
* COSMETICS, More line shifting to match English masterGravatar reynaldo2008-11-20
* TRIVIAL, some missing lines and a grammar correctionGravatar reynaldo2008-11-20
* Cosmetics: rename variables etc. in vo_direct3d.cGravatar reimar2008-11-20
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Add detection of x86 CPU features SSSE3 and SSE4a.Gravatar gpoirier2008-11-19
* Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.Gravatar reimar2008-11-19
* Cosmetics, mostly line shifting to match English masterGravatar reynaldo2008-11-18
* Add missing "static" qualifiers to vo_direct3dGravatar reimar2008-11-18
* 100l, the video_out_drivers list must be sorted by priority, notGravatar reimar2008-11-18
* Direct3D based video_out module.Gravatar reimar2008-11-18
* Doxygen documentation for w32_common.cGravatar reimar2008-11-18
* On OpenBSD socklen_t is defined at sys/types.h, so latter is addedGravatar bircoph2008-11-18
* Trivial, CosmeticsGravatar reynaldo2008-11-18
* Trivial, CosmeticsGravatar reynaldo2008-11-18
* Add some more missing messagesGravatar reynaldo2008-11-18
* 100l, missing ' s' in sed command, probably caused all decoders to beGravatar reimar2008-11-17
* Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.Gravatar diego2008-11-17
* Set _have_yasm to "no" if yasm detection failed.Gravatar diego2008-11-17
* Remove a useless XGetGeometry call, the X11 event handling alreadyGravatar reimar2008-11-17
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Gravatar diego2008-11-17
* Allow compilation with icc 10.1.Gravatar cehoyos2008-11-17
* Fix build: Remove some references to sections that no longer exist.Gravatar diego2008-11-16
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-16
* Fix missing -DARCH_X86_64 for yasm on x86_64.Gravatar reimar2008-11-16
* Add yasm support to the build system.Gravatar bircoph2008-11-16
* synced with r27938Gravatar Gabrov2008-11-16
* Use 64 bit numbers for file positions in the seek function in audio demuxer.Gravatar reimar2008-11-16
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Remove a duplicated vo_x11_selectinput_witherrGravatar reimar2008-11-15
* respect -vf dsize etc. also for -rootwin, just like vo_xv does.Gravatar reimar2008-11-15
* Fix phrase to maintain consistency.Gravatar bircoph2008-11-15
* Sync with vo_x11: make sure we get expose events even when drawing to the roo...Gravatar reimar2008-11-15
* Synced with r26763.Gravatar bircoph2008-11-15
* On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,Gravatar gpoirier2008-11-15
* 100l, stream->cache_pid can not be used directly in pthread_create,Gravatar reimar2008-11-15
* Remove a nonsensical "else" for the video mode switching case.Gravatar reimar2008-11-15
* Use pthreads for the cache on Cygwin, since _beginthread is not availableGravatar reimar2008-11-15
* include limits.h for INT_MAX.Gravatar reimar2008-11-15
* Remove now unused variables.Gravatar reimar2008-11-15
* Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
* Get rid of (besides useless assignments) unused XSizeHints variableGravatar reimar2008-11-15
* Set modeline_width/height to sane values in vo_vm_switch even whenGravatar reimar2008-11-15
* Cosmetics: remove useless "extern"Gravatar reimar2008-11-15
* Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15