Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (64)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • 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 (7248)

  • avformat/mpegts : fix charset of type 0x11

    10 février 2019, par Marton Balint
    avformat/mpegts : fix charset of type 0x11
    

    ISO-10646 alone means UCS-4 for iconv, the specs refers to the Basic
    Multilingual Plane (BMP), therefore we need UCS-2. VLC also using that.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c
  • avformat/evcdec : use an unsigned type for nalu_size

    20 juin 2023, par James Almer
    avformat/evcdec : use an unsigned type for nalu_size
    

    But ensure the value returned by evc_read_nal_unit_length() fits in an int.
    Should prevent integer overflows later in the code.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/evcdec.c
  • avcodec/hevc : Export picture type

    26 mars 2014, par Michael Niedermayer
    avcodec/hevc : Export picture type
    

    This only uses the first slice, improvement here is welcome
    analyzing all slices the trivial way would interfere with threads

    Fixes Ticket3185

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c