Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (13116)

  • 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 : do not ignore setsockopt return

    28 avril 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : do not ignore setsockopt return
    

    Should fix FFmpeg Coverity Scan issue #732181

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

    • [DH] ffserver.c
  • ffserver : do not ignore getsockname() return

    28 avril 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : do not ignore getsockname() return
    

    Should fix FFmpeg Coverity Scan issue #732176

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

    • [DH] ffserver.c