Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (105)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 ;

Sur d’autres sites (11826)

  • avformat/utils : compute_pkt_fields : Fix DTS for the case where has_b_frames is too...

    22 février 2014, par Michael Niedermayer
    avformat/utils : compute_pkt_fields : Fix DTS for the case where has_b_frames is too large but the correct one is constant
    

    Fixes issue1.m2ts

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

    • [DH] libavformat/avformat.h
    • [DH] libavformat/utils.c
  • avcodec/pngdec : print the actual number of bytes left in the error case

    11 septembre 2014, par Michael Niedermayer
    avcodec/pngdec : print the actual number of bytes left in the error case
    

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

    • [DH] libavcodec/pngdec.c
  • avcodec/mjpegdec : Print error in case of CMYK

    27 février 2014, par Michael Niedermayer
    avcodec/mjpegdec : Print error in case of CMYK
    

    Also fail if AV_EF_EXPLODE is set.
    We do not fail by default, but rather return some image as it may be usefull to the
    end user to see what is on the image, for example text could be read quite fine and
    objects recognized.

    Possibly fixes Ticket3424

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

    • [DH] libavcodec/mjpegdec.c