Recherche avancée

Médias (91)

Autres articles (100)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11505)

  • libavformat/mtv : make clear we assume bpp is always 16

    23 janvier 2014, par Reynaldo H. Verdejo Pinochet
    libavformat/mtv : make clear we assume bpp is always 16
    

    All samples in the wild are RGB565/555 and we are already
    acting on this assumption when pushing out the video frames,
    so if we get anything != than 16 for bpp we just override
    this value for doing any calculations making our approach
    consistent.

    Also avoid repeatedly shifting bpp.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] libavformat/mtv.c
  • ffserver_config : add fixme on buffer_aggressivity/eq deprecation

    3 novembre 2014, par Reynaldo H. Verdejo Pinochet
    ffserver_config : add fixme on buffer_aggressivity/eq deprecation
    

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver_config.c
  • ffserver_config : simplify some if true conditions

    3 novembre 2014, par Reynaldo H. Verdejo Pinochet
    ffserver_config : simplify some if true conditions
    

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver_config.c