Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (2)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (2563)

  • Case-insensitive URL match for canPlayURL(), etc. (eg. so foobar.MP3 will work)

    10 juin 2010, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js Case-insensitive URL match for canPlayURL(), etc. (eg. so foobar.MP3 will work)

  • Revision 7e802a5bba : Fixes for highbitdepth on 32bit x86 Some of the assembler routines only work fo

    8 juillet 2014, par Peter de Rivaz

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /test/vp9_intrapred_test.cc


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/common/x86/vp9_asm_stubs.c


     Modify /vp9/common/x86/vp9_high_intrapred_sse2.asm


     Modify /vp9/common/x86/vp9_high_subpixel_bilinear_sse2.asm



    Fixes for highbitdepth on 32bit x86

    Some of the assembler routines only work for 64bit
    architectures. This patch makes such routines fall
    back to using C implementations.

    Change-Id : Ia1e59d9ce5856eca0d56ab59fbc9436fa2838745

  • vp8 : fix bilinear C code to work if src_stride != dst_stride.

    5 février 2014, par Ronald S. Bultje
    vp8 : fix bilinear C code to work if src_stride != dst_stride.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Janne Grunau <janne-libav@jannau.net>

    • [DH] libavcodec/vp8dsp.c