Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (2)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (1458)

  • pixblockdsp : Have function pointer prototype match implementation

    31 octobre 2016, par Diego Biurrun
    pixblockdsp : Have function pointer prototype match implementation
    

    libavcodec/pixblockdsp.c(58) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/pixblockdsp.c(63) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/pixblockdsp.c(66) : warning C4028 : formal parameter 1 different from declaration

    • [DBH] libavcodec/pixblockdsp.h
  • ituh263dec : Have function signature match across declaration and definition

    31 octobre 2016, par Diego Biurrun
    ituh263dec : Have function signature match across declaration and definition
    

    libavcodec/ituh263dec.c(215) : warning C4028 : formal parameter 1 different from declaration
    libavcodec/ituh263dec.c(215) : warning C4028 : formal parameter 2 different from declaration

    • [DBH] libavcodec/h263.h
  • ffserver : check for codec match using AVStream.codecpar

    8 novembre 2016, par Reynaldo H. Verdejo Pinochet
    ffserver : check for codec match using AVStream.codecpar
    

    Compare using AVCodecParameters instead of the deprecated
    AVStream.codec field

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffserver.c