
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (53)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7261)
-
configure : Special case libfreetype test
6 décembre 2013, par Alexander Strasserconfigure : Special case libfreetype test
Include the freetype header, in-directly through a macro, like it
is done in the drawtext filter. Do not break if the header is moved.Unfortunately the drawtext filter included the file where the include
macros are defined in a wrong way. This is not needed and breaks the
build. Remove that #include line too.Signed-off-by : Alexander Strasser <eclipse7@gmx.net>
-
lavf/file : file_check : Handle file URLs that start with "file :"
2 janvier 2014, par Alexander Strasserlavf/file : file_check : Handle file URLs that start with "file :"
Handle the URL analog to file_open, it may contain a "file :"
prefix. Skip it. Make access checks to file URLs starting
with "file :" work.Fix part of ticket #3249.
Signed-off-by : Alexander Strasser <eclipse7@gmx.net>
-
Revision 64e2597465 : Disable update of last_show_frame for existing frame When showing a previously
23 janvier 2014, par Adrian GrangeChanged Paths :
Modify /test/test-data.sha1
Modify /test/test.mk
Modify /test/test_vectors.cc
Modify /test/test_vectors.h
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/encoder/vp9_onyx_if.c
Disable update of last_show_frame for existing frameWhen showing a previously decoded frame, i.e. when
show_existing_frame=1, the update of the
last_show_frame flag must be disabled.This is to ensure that the last_show_frame flag
reflects the state of the flag for the immediately
previously decoded frame rather then the value that
was forced to ensure that a previously decoded frame
would be displayed.This patch also adds a test vector to verify that the
display_existing_frame flag works as expected. Code
for generating the test vector can be found in this
patch :
https://gerrit.chromium.org/gerrit/#/c/68581/(Bug originally reported by Alexander Voronov
<ru.xalba@gmail.com>).Change-Id : I731d288fba02088959f7fcc87707137fffc6acf5