Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (65)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

  • avcodec/mpeg12dec : Fix uninitialized data in fate-sub-cc-scte20

    28 juin 2020, par Limin Wang
    avcodec/mpeg12dec : Fix uninitialized data in fate-sub-cc-scte20
    

    The issue is introduced in a705bcd763e344fa, please tested with below command line :
    make V=1 fate-sub-cc-scte20 TARGET_EXEC="valgrind —error-exitcode=1"

    Reported-by : Martin Storsjö <martin@martin.st>
    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/mpeg12dec.c
  • avformat/rtpdec_rfc4175 : fix interlace format

    3 février 2022, par Patrick Keroulas
    avformat/rtpdec_rfc4175 : fix interlace format
    

    In previous state, a new frame was allocated on each timestamp step,
    i.e. each frame/field transition. However, for interlace, a new frame
    should be allocated on 1st field, completed with the 2nd and finally
    freed.

    This commit fixes the frame allocation and the detection of missing RTP
    markers.

    Signed-off-by : Patrick Keroulas <patrick.keroulas@radio-canada.ca>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/rtpdec_rfc4175.c
  • tests : Fix bash errors in lavf_container tests.

    28 août 2019, par Andrey Semashev
    tests : Fix bash errors in lavf_container tests.
    

    Because the lavf_container is sometimes called with only 2 arguments,
    fate tests produce bash errors like this :

    tests/fate-run.sh : 299 : test : = : unexpected operator

    This commit fixes this.

    Reviewed-by : Limin Wang <lance.lmwang@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate-run.sh