
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (60)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (9742)
-
avformat/apngdec : Check fcTL chunk length when reading header
31 octobre 2020, par Andreas Rheinhardtavformat/apngdec : Check fcTL chunk length when reading header
Reading the header terminates when an fcTL chunk is encountered in which
case read_header returned success without checking the length of said
chunk. Yet when read_packet processes this chunk, it checks for the
length to be 26 and errors out otherwise. So do so when reading the header,
too.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
lavc/pngdec : improve chunk length check
2 avril 2021, par Anton Khirnov -
avfilter/vf_zscale : Don't make assumptions about zimg's range enums
17 septembre 2021, par Andreas Rheinhardtavfilter/vf_zscale : Don't make assumptions about zimg's range enums
zimg's color range enum values are off-by-one compared to ours ;
therefore the code just adds one when converting from theirs to ours.
Yet this is not how one should deal with enums ; use a switch instead.Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>