Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (59)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • avcodec/h261dec : Don't initialize unused part of RLTable

    9 décembre 2020, par Andreas Rheinhardt
    avcodec/h261dec : Don't initialize unused part of RLTable
    

    The H.261 decoder only uses an RLTable's VLC table, yet it also
    initializes its index_run, max_level and max_run. This commit stops
    doing so ; it will also simplify making this decoder init-threadsafe,
    as the H.261 decoder and encoder now initialize disjoint parts of their
    common RLTable.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/h261dec.c
  • avfilter/avf_showspectrum : do not let multiple threads to write to same part of memory

    16 août 2016, par Paul B Mahol
    avfilter/avf_showspectrum : do not let multiple threads to write to same part of memory
    
    • [DH] libavfilter/avf_showspectrum.c
  • libavcodec/qsv.c : Linux-only code part has been moved to separate function in order...

    6 juillet 2015, par Ivan Uskov
    libavcodec/qsv.c : Linux-only code part has been moved to separate function in order to avoid the "ISO C90 forbids mixed declarations and code" compiler warning.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/qsv.c