Recherche avancée

Médias (91)

Autres articles (70)

  • 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 (10748)

  • Revision 06510d1ff9 : Enable encoding and bit-stream writing based on mode_info array This commit ena

    13 juin 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/encoder/vp9_context_tree.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c



    Enable encoding and bit-stream writing based on mode_info array

    This commit enables vpxenc to encode and write out bit-stream from
    coding information provided by external mode_info array file. It
    currently assumes single reference frame and 8-tap switchable
    prediction filters at frame header level.

    Tested using the mode_info array dumped at VP9 decoder into the
    external file, where the bit-stream was generated by VP9 encoder
    at speed -6. The coding statics remain the same.

    Note that the compression performance will be affected quite a lot
    in the two pass coding setting, where at this point the rate
    control scheme can not be updated properly without statistics
    gathered during rate distortion optimization search.

    Change-Id : Ide979d08d3ce6167c1f2e513c34fd8440f3e2aaf

  • Add a compat stdatomic.h implementation based on GCC atomics

    28 novembre 2016, par Anton Khirnov
    Add a compat stdatomic.h implementation based on GCC atomics
    

    Adapted from the code by Rémi Denis-Courmont from VLC

    This merges libav commit 4e928ef340ac20325f529d92fcbc51e768085358.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/gcc/stdatomic.h
    • [DH] configure
  • Revision cc894a184f : Fix variance (signed integer) overflow based on change made in experimental :

    22 février 2013, par James Zern

    Changed Paths : Modify /vp8/common/variance_c.c Modify /vp8/common/x86/variance_mmx.c Modify /vp8/common/x86/variance_sse2.c Modify /vp8/common/x86/variance_ssse3.c Fix variance (signed integer) overflow based on change made in experimental : 9847344 Fix variance (signed integer) overflow (...)