Recherche avancée

Médias (91)

Autres articles (48)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8991)

  • mov : Evaluate the movie display matrix

    3 novembre 2016, par Vittorio Giovara
    mov : Evaluate the movie display matrix
    

    This matrix needs to be applied after all others have (currently only
    display matrix from trak), but cannot be handled in movie box, since
    streams are not allocated yet. So store it in main context, and apply
    it when appropriate, that is after parsing the tkhd one.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • New Piwik Mobile 2.3.0 is released

    25 novembre 2016, par Thomas Steur — Piwik Mobile Releases

    New Piwik Mobile 2.3.0 update is now available for Android 7+ and iOS10+ devices. Read below to learn more, including a special message to Android users.

    What’s new in Piwik Mobile ?

    This new version brings some bug fixes and improvements to our Android and iOS apps :

    • Custom Dimension reports are now shown within the app
    • Segments are now applied in sub-reports #5353
    • User ID is now displayed in visitor profile #5341
    • URL submitted on login are now trimmed #5338
    • iOS : a 64 bit version of the app #5328
    • Android : Remove possibility to disable SSL validation #5354 (read more below)
    • We have updated the underlying framework bringing some performance and compatibility improvements

    Attention to Android users : read more

    We have removed the possibility to disable SSL validation in this update due to a Google Play restriction. We know there are some users depending on this feature and we recommend to not update if you cannot make the SSL certificate valid for your Piwik Analytics domain.

    Download the Apps

    Update now or install either the iOS version or the Android version. Because of the SSL validation change we have made the Android update only available to Android 7+ devices. If you are an Android 6+ user and still want to get the update, you can download Piwik 2.3.0 for Android 6+ from our website.

    If you experience any issues with this version please let us know.

    Sponsor

    The new Piwik Mobile release has been sponsored by InnoCraft, the creators of Piwik.

    Happy analytics on the go,

  • lavf/mxfdec : Speed up mxf_edit_unit_absolute_offset()

    15 septembre 2024, par Tomas Härdin
    lavf/mxfdec : Speed up mxf_edit_unit_absolute_offset()
    

    This involves computing the approximate location of the desired index table segment and linearly searching from there.

    • [DH] libavformat/mxfdec.c