Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (101)

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

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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (10970)

  • pcx : Consume the whole packet if giving up due to missing palette

    28 septembre 2013, par Martin Storsjö
    pcx : Consume the whole packet if giving up due to missing palette
    

    Previously, we returned 0, meaning successful decoding but 0
    bytes consumed, leading to an infinite loop.

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

    • [DBH] libavcodec/pcx.c
  • dnxhddec : parse and print adaptive color transform

    25 septembre 2015, par Christophe Gisquet
    dnxhddec : parse and print adaptive color transform
    

    Indicates a YCbCr->RGB transform at the block level. Although nothing
    explicitly states it, this would assume the actual content is planar
    RGB.

    Currently unsupported, but the one sequence I found using it flagged
    every mb that way, actually meaning the content was YCbCr, and thus
    best left to the output format to decide what to do of it.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dnxhddec.c
  • libavformat/subfile : Improve AVSEEK_SIZE/SEEK_END seeking

    20 juin 2019, par Andreas Rheinhardt
    libavformat/subfile : Improve AVSEEK_SIZE/SEEK_END seeking
    

    The subfile protocol treats an end of 0 as meaning "until EOF" ; this got
    implemented by simply setting the end to INT64_MAX. But seeking relative
    to EOF or AVSEEK_SIZE seeking hasn't been adapted ; the result is that
    e.g. the duration of transport streams isn't correctly determined when
    this option is used. This is fixed in this patch.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/subfile.c