Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (44)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (5738)

  • Introduce a TextureDSP module

    20 mai 2015, par Vittorio Giovara
    Introduce a TextureDSP module
    

    This module implements generic texture decompression from different
    families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/texturedsp.c
    • [DBH] libavcodec/texturedsp.h
    • [DBH] libavcodec/texturedspenc.c
  • Introduce a TextureDSP module

    20 mai 2015, par Vittorio Giovara
    Introduce a TextureDSP module
    

    This module implements generic texture decompression from different
    families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/texturedsp.c
    • [DH] libavcodec/texturedsp.h
    • [DH] libavcodec/texturedspenc.c
  • Revision 3a3b0be09a : Move multi-threading module functions into vpx_thread folder This commit moves

    1er juillet 2015, par Jingning Han

    Changed Paths :
     Modify /libs.mk


     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_onyxc_int.h


     Delete /vp9/common/vp9_thread.c


     Delete /vp9/common/vp9_thread.h


     Modify /vp9/common/vp9_thread_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/decoder/vp9_dthread.h


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Add /vpx_thread/vpx_thread.c
    (from /vp9/common/vp9_thread.c
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.h
    (from /vp9/common/vp9_thread.h
    :fc5f3b8f4f170a32207ca2eca60f87bb0a01d03c)
     Add /vpx_thread/vpx_thread.mk



    Move multi-threading module functions into vpx_thread folder

    This commit moves the primitive multi-threading files from vp9
    folder to vpx_thread, which will be accessible by all vpx codec.

    Change-Id : Ib51e66e9c69801c10631fab56d35a0c0aaed5883