
Recherche avancée
Autres articles (17)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (5628)
-
fftools/ffmpeg : Fallback to duration if sample rate is unavailable
1er mai 2018, par Michael Niedermayerfftools/ffmpeg : Fallback to duration if sample rate is unavailable
Regression since : af1761f7
Fixes : Division by 0
Fixes : ffmpeg_crash_1Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/ac3_parser : Check init_get_bits8() for failure
27 juin 2018, par Michael Niedermayeravcodec/ac3_parser : Check init_get_bits8() for failure
Fixes : null pointer dereference
Fixes : ffmpeg_crash_6.aviFound-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avformat/movenc : Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have...
27 juin 2018, par Michael Niedermayeravformat/movenc : Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
Fixes : out of array access
Fixes : ffmpeg_bof_1.aviFound-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>