Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (55)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

Sur d’autres sites (11302)

  • Revision 6c6a97814f : Prevent decoder from using uninitialized entropy context. If decoding starts wi

    11 décembre 2014, par Alexander Voronov

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/decoder/vp9_decodeframe.c



    Prevent decoder from using uninitialized entropy context.

    If decoding starts with intra-only frame, there is a possibility
    of using uninitialized entropy context, what leads to undefined
    behavior.

    Change-Id : Icbb64b5b1bd1e5de2a4bfa2884e56bc0a20840af

  • ffv1 : Make sure at least one slice context is initialized

    16 septembre 2013, par Martin Storsjö
    ffv1 : Make sure at least one slice context is initialized
    

    This avoids crashes when initializing the range coder for
    the first slice context.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/ffv1.c
  • lavc/pngdec : remove unnecessary context variables

    2 avril 2021, par Anton Khirnov
    lavc/pngdec : remove unnecessary context variables
    

    Do not store the image buffer pointer/linesize in the context, just
    access them directly from the frame.
    Stop assuming that linesize is the same for the current and last frame.

    • [DH] libavcodec/pngdec.c