Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (77)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12423)

  • Revision 5e935126a6 : Add intra complexity and brightness weight to first pass. The aim of this patch

    4 novembre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_firstpass.h



    Add intra complexity and brightness weight to first pass.

    The aim of this patch is to apply a positive weighting to
    frames that have a significant number of blocks that are
    of low spatial complexity and are dark. The rationale behind
    this is that artifacts tend to be more visible in such frames.

    In this patch the weight is only applied in regard to the distribution
    of bits between frames. Hence if all the frames share similar
    characteristics (as is the case for most of our short test clips) there
    will be little or no net effect.

    However, the effect can be seen on some longer form test content.

    For example Tears of steel baseline test :
    2323.09 Kbit/s opsnr 39.915 ssim 74.729
    With this patch :-
    2213.34 Kbit/s opsnr 39.963 ssim 74.808
    (Sligtly better metrics and about 5% smaller)

    The weighting may well need some further tuning along side changes
    to the aq modes.

    Change-Id : Ieced379bca03938166ab87b2b97f55d94948904c

  • Revision 1228433430 : Modify the frame context memory deallocation This patch was to fix the vpxdec f

    30 octobre 2014, par Yunqing Wang

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.mk


     Modify /test/test-data.sha1


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/encoder/vp9_encoder.c



    Modify the frame context memory deallocation

    This patch was to fix the vpxdec fuzzing3 test failure. When an
    error occurs, setjmp() is invoked, which calls the decoder
    removing routine. In multiple thread situation, other threads
    could try to access the frame context memory that is already
    deallocated, thus causing a segfault.

    An invalid unit test was added for this issue.

    Change-Id : Ida7442154f3d89759483f0f4fe0324041fffb952

  • Correct two errors in patch for Trac #1486 :

    18 juin 2014, par Monty
    Correct two errors in patch for Trac #1486 :
    

    1) vf->offset should not have been overridden in new front-of-stream case
    2) missing status output in seeking_example.c

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19164 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] examples/seeking_example.c
    • [DH] lib/vorbisfile.c