Recherche avancée

Médias (91)

Autres articles (52)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (5472)

  • Fix some broken clamping in rate control.

    11 octobre 2015, par Tim Terriberry
    Fix some broken clamping in rate control.
    

    If we have some dupe frames right near the end of the buffer, our
    metric window can be slightly larger than the buffer.
    However, the clamping we use to determine how many frames' worth of
    metrics to add to the buffer had a mix of signed and unsigned
    types, so if that number when negative, instead of clamping
    against zero, it would ask for all remaining frames in the file.
    That would cause an infinite loop when we tried to find the last
    keyframe in the circular buffer in oc_enc_select_qi() (which was
    not big enough to actually hold that many frames).

    This patch changes the clamp to a form that works with all unsigned
    values.

    Thanks to Brion Vibber for the report.

    Fixes #2229

    git-svn-id : http://svn.xiph.org/trunk/theora@19507 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/rate.c
  • Revision 6fc72673b3 : Merge "Add comments for control VP9E_SET_TUNE_CONTENT"

    15 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /vpx/vp8cx.h



    Merge "Add comments for control VP9E_SET_TUNE_CONTENT"

  • Revision 205 : Refactored command-line parsing to have better control over code paths. Fixed ad

    24 juin 2010, par marc.noirot

    Changed Paths :
     Modify /trunk/src/flvmeta.c


     Modify /trunk/src/flvmeta.h



    Refactored command-line parsing to have better control over code paths.
    Fixed additional metadata deallocation if not used.