Recherche avancée

Médias (91)

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • 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 : (...)

Sur d’autres sites (7904)

  • Revision 8465c938f1 : tools_common : fix build w/encoders/decoders disabled gcc-based builds will allo

    11 août 2015, par James Zern

    Changed Paths :
     Modify /tools_common.c



    tools_common : fix build w/encoders/decoders disabled

    gcc-based builds will allow a 0-element array, but visual studio builds
    will not ; this change hides the encoder and decoder specific symbols as
    modules using them are selected based on the configuration.

    Change-Id : Ic16ba9d12241070ec689dc5880164c14a4f7ca44

  • Revision 9a1ce7be7d : Experimental rd bias based on source vs recon variance. This experiment biases

    6 mars 2015, par paulwilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Experimental rd bias based on source vs recon variance.

    This experiment biases the rd decision based on the impact
    a mode decision has on the relative spatial complexity of the
    reconstruction vs the source.

    The aim is to better retain a semblance of texture even if it
    is slightly misaligned / wrong, rather than use a simple rd
    measure that tends to favor use of a flat predictor if a perfect
    match can’t be found.

    This improves the appearance of texture and visual quality
    on specific test clips but is hidden under a flag and currently
    off by default pending visual quality testing on a wider Yt set.

    Change-Id : Idf6e754a8949bf39ed9d314c6f2daaa20c888aad

  • Revision 7bb48e5e8e : Replacing is_inter_mode with is_inter_block. It should be only a check based on

    24 octobre 2013, par Dmitry Kovalev

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



    Replacing is_inter_mode with is_inter_block.

    It should be only a check based on the block type (inter vs intra), not on
    the mode value.

    Change-Id : I0378cb4ba7c9a1631c1e870a537187b8650fa30a