Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (6)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash 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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (3465)

  • 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

  • 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

  • gdigrab : grab right desktop size if DPI in use, based on patch from Alexander Brotzge

    5 octobre 2015, par Matt Oliver
    gdigrab : grab right desktop size if DPI in use, based on patch from Alexander Brotzge
    

    Signed-off-by : Matt Oliver <protogonoi@gmail.com>

    • [DH] libavdevice/gdigrab.c