Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13279)

  • Revision a15bebfc0a : vp9_convolve8_[horiz|vert]_avg Super basic conversion from the other implementa

    13 juillet 2013, par Johann

    Changed Paths :
     Modify /test/convolve_test.cc


     Add /vp9/common/arm/neon/vp9_convolve8_avg_neon.asm


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/vp9_common.mk



    vp9_convolve8_horiz_avg

    Super basic conversion from the other implementations. Any changes to
    one should be trivial to copy over keep in sync.

    Change-Id : I1720b4128e0aba4b2779e3761f6494f8a09d3ea8

  • libfdk-aacenc : disable hard version requirements

    6 février 2014, par Timothy Gu
    libfdk-aacenc : disable hard version requirements
    

    Enable compilation on machines with an old libfdk-aac.

    Signed-off-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] libavcodec/libfdk-aacenc.c
  • avcodec/hevc : Update the USE_SAO_SMALL_BUFFER case for the alignment requirements...

    2 février 2015, par Christophe Gisquet
    avcodec/hevc : Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg
    

    Use edge emu buffers
    And enable the code unconditionally

    Speed difference without USE_SAO_SMALL_BUFFER and with the new code :
    Decicycles : 26772->26220 (BO32), 83803->80942 (BO64)

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_filter.c