Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (41)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9176)

  • avcodec/libopusenc : Remove redundant av_packet_unref()

    13 mars 2023, par Andreas Rheinhardt
    avcodec/libopusenc : Remove redundant av_packet_unref()
    

    The AVPacket given to an encoder's encode callback
    is unreferenced generically on error.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libopusenc.c
  • avformat/dhav : Don't truncate return value of avio_skip()

    7 mai 2022, par Andreas Rheinhardt
    avformat/dhav : Don't truncate return value of avio_skip()
    

    Fixes demuxing files bigger than INT_MAX.

    Reported-by : jenster
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/dhav.c
  • fftools/ffmpeg : Avoid creating unnecessary reference

    3 décembre 2021, par Andreas Rheinhardt
    fftools/ffmpeg : Avoid creating unnecessary reference
    

    The only caller of do_video_out() doesn't need the frame afterwards,
    ergo one can replace an av_frame_ref() by av_frame_move_ref().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg.c