Recherche avancée

Médias (91)

Autres articles (101)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (8243)

  • lavc/snowenc : Expose an option to set the rc_eq expression

    7 août 2020, par Alexander Strasser
    lavc/snowenc : Expose an option to set the rc_eq expression
    

    Snow uses the ratecontrol module, but does not expose a way to set
    the rc_eq expression. The default expression, set in the ratecontrol
    module, will always be used.

    Make it possible to set rc_eq by adding an AVOption to snowenc.

    The option definition is mostly a copy from the mpegvideo common
    options definition of rc_eq (libavcodec/mpegvideo.h), with some
    minor style adjustments to be closer to the other snowenc option
    initializer expressions.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavcodec/snowenc.c
  • avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)

    8 juillet 2014, par Alexander V. Lukyanov
    avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)
    

    AVFormatContext->priv_data is not always a MpegTSContext, it can be
    RTSPState when decoding a RTP stream. So it is necessary to pass
    MpegTSContext pointer explicitly.

    This fixes memory corruption from bug #3721 (RTSPState is smaller than
    MpegTSContext thus innocent memory gets overwritten).

    Signed-off-by : Alexander V. Lukyanov <lavv17f@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c
  • fate : add DNxHR 12-bit example.

    17 août 2016, par Steven Robertson
    fate : add DNxHR 12-bit example.
    

    Signed-off-by : Steven Robertson <steven@strobe.cc>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/dnxhd.mak
    • [DH] tests/ref/fate/dnxhr-12bit