Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (46)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5767)

  • 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