Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (68)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8907)

  • Revision 2c4fee17bc : Fix visual studio 2013 compiler warnings For configured with —enable-vp9-highb

    5 novembre 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c


     Modify /vp9/common/x86/vp9_idct_intrin_ssse3.c


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_variance.c


     Modify /vp9/encoder/x86/vp9_dct32x32_avx2.c


     Modify /vp9/encoder/x86/vp9_dct32x32_sse2.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Fix visual studio 2013 compiler warnings

    For configured with —enable-vp9-highbitdepth

    Change-Id : I2b181519d7192f8d7a241ad5760c3578255f24e6

  • MSVS 2013 Update 2 support

    31 mai 2014, par Steven Walters
    MSVS 2013 Update 2 support
    

    The first MSVS compiler C99 compliant enough to build x264.
    Use `CC=cl ./configure` to compile with it.

    • [DH] .gitignore
    • [DH] Makefile
    • [DH] common/osdep.h
    • [DH] configure
    • [DH] input/avs.c
    • [DH] tools/msvsdepend.sh
    • [DH] x264.c
    • [DH] x264.h
  • Revision 65f13afd7d : Fix building for arm with Visual Studio 2013 The microsoft build tools explicit

    4 mai 2014, par Martin Storsjo

    Changed Paths :
     Modify /build/make/configure.sh


     Modify /build/make/gen_msvs_vcxproj.sh



    Fix building for arm with Visual Studio 2013

    The microsoft build tools explicitly disallow building for arm in
    the "desktop" target configuration ; one has to target "Windows
    Store" apps (aka WinRT/Metro) or Windows Phone. In Visual Studio
    2012, one could just pick the v110_wp80 toolset which made the
    vcxproj files buildable. In Visual Studio 2013, picking the v120_wp81
    toolset isn’t enough - one has to configure the vcxproj files
    as an "AppContainerApplication". This has the implication that
    you can’t just build a plain .exe (such as the examples) - an .exe
    project would need to have an AppxManifest file. Therefore we can
    only build the library itself.

    If loaded into Visual Studio for Windows (the Windows Store/Phone
    version of Visual Studio, not the Desktop one), the obj_int_extract
    project is omitted since it’s treated as incompatible. Building
    from the command line with msbuild works fine though.

    The armv7-win32-vs12 target was added as part of a638bdf4 even
    though actual use of it hadn’t been tested.

    Change-Id : Iee8088252cf790317aeb6b417d29058225f1f629