Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (69)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

Sur d’autres sites (5470)

  • avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole...

    6 mai 2013, par Matt Wolenetz
    avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole frame skip
    

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

    • [DH] libavcodec/utils.c
  • Revision 3f4e80634b : Create common vp9_encode_sb{,y} Creates a common encode (subtract, transform, q

    30 avril 2013, par John Koleszar

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


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    Create common vp9_encode_sb,y

    Creates a common encode (subtract, transform, quantize, optimize,
    inverse transform, reconstruct) function for all sb sizes, including
    the old 16x16 path.

    Change-Id : I964dff1ea7a0a5c378046a069ad83495f54df007

  • Revision 3f6c6ffc86 : Adding vp9_get_qindex function. Moving common code from encoder and decoder to

    30 avril 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/common/vp9_quant_common.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_quantize.c



    Adding vp9_get_qindex function.

    Moving common code from encoder and decoder to vp9_get_qindex function.
    Also moving quant-related constants from vp9_onyxc_int.h to
    vp9_quant_common.h.

    Change-Id : I70c5bfbaa1c8bf00fde0bfc459d077f88b6d46c8