aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add FFDS fourccGravatar compn2008-12-03
* cosmetics: Rename ZORAN Makefile variable to ZR for consistency.Gravatar diego2008-12-03
* Fix indentation.Gravatar reimar2008-12-03
* Treat audio output objects the same as everything else in the build system,Gravatar diego2008-12-03
* More robust w32 -wid size handlingGravatar reimar2008-12-03
* Reindent after previous commitGravatar reimar2008-12-03
* Do not override the vo_dwidth/vo_dheight values in vo_w32_configGravatar reimar2008-12-03
* sync w/r28056Gravatar gpoirier2008-12-03
* Cosmetics, whitespace and "... == NULL" to "!..."Gravatar reimar2008-12-03
* Some whitespace and () cosmeticsGravatar reimar2008-12-03
* Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine asGravatar gpoirier2008-12-03
* 100l, actually put the PTHREAD_CACHE define into config.hGravatar reimar2008-12-02
* Print ID_EXIT and exit reason message in identify mode when exiting.Gravatar reimar2008-12-02
* Remove resize_d3d call from render_d3d_frame that was made uselessGravatar reimar2008-12-02
* 100l, do not call check_events from resize_d3d since there should beGravatar reimar2008-12-02
* 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