Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (92)

  • 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 ;

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (9002)

  • lavfi/curves : prefix init and uninit function names

    24 juillet 2016, par Clément Bœsch
    lavfi/curves : prefix init and uninit function names
    
    • [DH] libavfilter/vf_curves.c
  • Revision c4e354b4bd : Change vp10 interface prefix from vp9_ to vp10_ This commit renames the vp10 en

    7 août 2015, par Jingning Han

    Changed Paths :
     Modify /vp10/vp10_common.mk


     Add /vp10/vp10_cx_iface.c
    (from /vp10/vp9_cx_iface.c
    :be6c031fb3b0ee940c852a6a2db63af4747ff022)
     Add /vp10/vp10_dx_iface.c
    (from /vp10/vp9_dx_iface.c
    :be6c031fb3b0ee940c852a6a2db63af4747ff022)
     Add /vp10/vp10_iface_common.h
    (from /vp10/vp9_iface_common.h
    :be6c031fb3b0ee940c852a6a2db63af4747ff022)
     Modify /vp10/vp10cx.mk


     Modify /vp10/vp10dx.mk


     Delete /vp10/vp9_cx_iface.c


     Delete /vp10/vp9_dx_iface.c


     Delete /vp10/vp9_iface_common.h



    Change vp10 interface prefix from vp9_ to vp10_

    This commit renames the vp10 encoder, decoder, and common interface
    file names from vp9_ prefix to vp10_ prefix.

    Change-Id : Iafb5d786e4b428d2b9bf097123bd86c4fa9ded24

  • avcodec/x86/v210enc : change '0b' binary constant prefix to 'b' suffix

    3 décembre 2022, par James Darnley
    avcodec/x86/v210enc : change '0b' binary constant prefix to 'b' suffix
    

    For compatability with yasm from 0.7.0

    • [DH] libavcodec/x86/v210enc.asm