Recherche avancée

Médias (0)

Mot : - Tags -/xmp

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (94)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (12210)

  • 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
  • avfilter/hue : fix range in comment

    24 mars 2020, par Gyan Doshi
    avfilter/hue : fix range in comment
    

    Found-by : Michael Koch
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] libavfilter/vf_hue.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