
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (65)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans 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 2013Puis-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, parMediaSPIP 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 Wangavcodec/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> -
avformat/rtpdec_rfc4175 : fix interlace format
3 février 2022, par Patrick Keroulasavformat/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> -
tests : Fix bash errors in lavf_container tests.
28 août 2019, par Andrey Semashevtests : 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>