Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (60)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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, par

    Cette 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 Rheinhardt
    avformat/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>

    • [DH] libavformat/apngdec.c
  • lavc/pngdec : improve chunk length check

    2 avril 2021, par Anton Khirnov
    lavc/pngdec : improve chunk length check
    

    The length does not cover the chunk type or CRC.

    • [DH] libavcodec/pngdec.c
  • avfilter/vf_zscale : Don't make assumptions about zimg's range enums

    17 septembre 2021, par Andreas Rheinhardt
    avfilter/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>

    • [DH] libavfilter/vf_zscale.c