Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (46)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

  • avcodec/h264 : reenable ER except with slice threads by default

    4 avril 2015, par Michael Niedermayer
    avcodec/h264 : reenable ER except with slice threads by default
    

    ER with slice threads is buggy and since the merge of the libav cleanup broken
    as the ER context which is supposed to be per frame has been placed in
    the slice context, so there are multiple per frame which does not work as is.

    Theres no bug report about ER with frame threads. If someone knows of a
    case where it crashes / fails without slice threads please mail me and
    open a ticket on trac.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c
  • libavdevice/avfoundation : add capture_mouse_clicks option

    7 mars 2015, par Matthieu Bouron
    libavdevice/avfoundation : add capture_mouse_clicks option
    

    Support mouse clicks capture while recording a screen on OSX >= 10.7.

    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/avfoundation.m
  • libFLAC/cpu.c : Whitespace fixes

    4 décembre 2016, par Erik de Castro Lopo
    libFLAC/cpu.c : Whitespace fixes
    

    Patch-from : lvqcl.mail <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/cpu.c