Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (62)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7978)

  • avconv : move chapter maps to options context.

    29 août 2011, par Anton Khirnov

    avconv : move chapter maps to options context.

  • mov : Prevent illegal writes when chapter titles are very short.

    13 octobre 2011, par Alex Converse

    mov : Prevent illegal writes when chapter titles are very short.

  • aacenc : Move local encoder specific tables to a separate file

    29 juillet 2015, par Rostislav Pehlivanov
    aacenc : Move local encoder specific tables to a separate file
    

    This commit moves any tables specific to the encoder from aacenc
    and aaccoder to a separate file called ’aacenctab.c/.h’.
    This was done as a clean up attempt as the encoder was filled with
    tables pasted in between functions which made it confusing to follow
    and track where each table and definition had been used.
    This commit solves this by simply exporting the smaller tables out to
    the aacenctab.h while the larger ones are compiled using aacenctab.c
    and are referenced from the header file.

    Signed-off-by : Claudio Freire <klaussfreire@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenctab.c
    • [DH] libavcodec/aacenctab.h