aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Cosmetics: Remove unnecessary ()Gravatar reimar2008-12-02
* Consistency cosmetics: do not compare against NULL in ifsGravatar reimar2008-12-02
* Cosmetics: remove spaces before argument (Gravatar reimar2008-12-02
* Reorganize Direct3D initialization code.Gravatar reimar2008-12-02
* vo_direct3d.o depends on w32_common.o.Gravatar diego2008-12-02
* Remove commented-out duplicate declarations.Gravatar diego2008-12-02
* Remove unused declarations.Gravatar diego2008-12-02
* Add a note about some known issues with -vo sdlGravatar reimar2008-12-01
* Remove a lot of completely pointless mp_msg_test calls.Gravatar reimar2008-12-01
* FFmpeg now has RV40 decoderGravatar kostya2008-12-01
* Use standard unsigned long type instead of u_long.Gravatar diego2008-11-30
* MNG demuxer by Stefan Schuermans, stefan blinkenarea orgGravatar diego2008-11-30
* whitespace cosmeticsGravatar diego2008-11-30
* use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>Gravatar nplourde2008-11-30
* Correct detection of SSSE3 and SSE4a feature bits.Gravatar zuxy2008-11-30
* Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* misc mplayer fixesGravatar compn2008-11-28
* Fix cross-compilation: autodetect correct nm toolGravatar reimar2008-11-28
* whitespace cosmetics: prettyprinting and indentationGravatar diego2008-11-28
* factorize mouse hiding and screensaver disabling codeGravatar gpoirier2008-11-27
* configure: Move AANDCT config.mak entry and add config.h #definesGravatar uau2008-11-26
* Fix compilation after FFmpeg r15940Gravatar reimar2008-11-26
* Use D3DFMT_ constants where possible instead of MAKEFOURCCGravatar reimar2008-11-26
* Add support for RGB formats to vo_direct3dGravatar reimar2008-11-26
* Update Tremor comment regarding fixed-point mode.Gravatar diego2008-11-26
* Enable compilation with icc 11.0.Gravatar cehoyos2008-11-25
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfqGravatar cehoyos2008-11-25
* 100l, OSD alpha textures were cleared to the wrong value.Gravatar reimar2008-11-25
* typo fix + readability improvementGravatar gpoirier2008-11-25
* Another part of sync to 27843Gravatar torinthiel2008-11-24
* Sync with latest FFmpeg changes.Gravatar diego2008-11-24
* add more informative commentGravatar compn2008-11-24
* Remove unnecessary #ifdef around a struct and a bunch of extern declarations.Gravatar diego2008-11-24
* now that we have a specific check to enable ao_macosx or not, don't let testGravatar gpoirier2008-11-24
* add specific test to check if we can enable ao_macosx not matter how vo_quart...Gravatar gpoirier2008-11-24
* Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics: Add/remove a few newlines similar to vo_fbdev.c.Gravatar diego2008-11-24
* cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)Gravatar gpoirier2008-11-24
* avoid putting several statements on a single lineGravatar gpoirier2008-11-24
* Use doxygen-style comments in file header. Remove tabs usage.Gravatar gpoirier2008-11-24
* whitespace-cleanupGravatar gpoirier2008-11-24
* Allow vo_macosx to be compiled in 64-bits mode:Gravatar gpoirier2008-11-24
* More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...Gravatar reimar2008-11-24
* Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...Gravatar gpoirier2008-11-24
* Remove a ColorFill that is not necessary since the surface it is usedGravatar reimar2008-11-24
* Make sure the backbuffer is cleared when the border size might have changed.Gravatar reimar2008-11-24
* Remove useless setting of frame_buffer to NULL as suggested by Reimar.Gravatar diego2008-11-24
* cosmetics: indentationGravatar diego2008-11-24
* Move setting of frame_buffer variable out of 'if', as preferred by Reimar.Gravatar diego2008-11-24
* Create a separate codecs.conf entry for Tremor and use it if MPlayer isGravatar diego2008-11-24