Recherche avancée

Médias (3)

Mot : - Tags -/spip

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 (8717)

  • avfilter/audio : Don't call av_get_channel_layout_nb_channels twice

    17 août 2021, par Andreas Rheinhardt
    avfilter/audio : Don't call av_get_channel_layout_nb_channels twice
    

    Also makes the assert-string shorter.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/audio.c
  • avcodec/adpcm : Disable dead code

    8 juin 2021, par Andreas Rheinhardt
    avcodec/adpcm : Disable dead code
    

    This change ensures that the linker can drop adpcm_data.o if no decoder
    that actually uses anything from there is enabled.

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

    • [DH] libavcodec/adpcm.c
  • fftools/ffprobe : Flush decoder after draining

    19 février 2022, par Andreas Rheinhardt
    fftools/ffprobe : Flush decoder after draining
    

    This is a prerequisite to continue using the decoder at all
    to decode the next interval (if any).
    This fixes a regression introduced in commit
    2a88ebd096f3c748a2d99ed1b60b22879b3c567c and reported in ticket #8657.

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

    • [DH] fftools/ffprobe.c