Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (22)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (5941)

  • vp9lpf/x86 : make filter_44_h work on 32-bit.

    26 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : make filter_44_h work on 32-bit.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavcodec/x86/vp9lpf.asm
  • vp9lpf/x86 : make filter_16_h work on 32-bit.

    26 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : make filter_16_h work on 32-bit.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavcodec/x86/vp9lpf.asm
  • Revision 49cf335e7f : Improve loopfilter function This patch continued the work done in "Rewrite loop

    1er novembre 2013, par Yunqing Wang

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



    Improve loopfilter function

    This patch continued the work done in "Rewrite loop_filter_info_n
    struct"(commit:00dbd369c70270428d56da6d15ea5486fc821c52) to further
    improve loopfilter function.

    1. Instead of storing pointers to thresholds, store loopfilter
    levels within 64x64 SB ;
    2. Since loopfilter levels are already calculated in setup_mask,
    we don't need call build_lfi to look up them again. Just save
    loopfilter levels in setup_mask.
    3. Reorganized and simplified filter_block_plane().

    Tests showed a 0.8% decoder speedup.

    Change-Id : I723c7779738bbc2afcb9afa2c6f78580ee6c3af7