Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (82)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

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

  • tools/crypto_bench : update the comment about build command

    8 mai 2019, par Jun Zhao
    tools/crypto_bench : update the comment about build command
    

    commit cd62f9d557f missing the comment about build

    Reviewed-by : Nicolas George <nicolas.george@normalesup.org>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] tools/crypto_bench.c
  • arm : Comment out unused labels in simple_idct_arm

    24 juillet 2013, par Martin Storsjö
    arm : Comment out unused labels in simple_idct_arm
    

    When building for iOS in thumb mode, gas-preprocessor.pl doesn’t
    mark unused labels as thumb functions (as it does for other
    local labels, where it can figure out that they are functions
    due to being referenced in branch instructions). This leads to
    linker warnings for some of those local labels, such as :

    ld : warning : ARM function not 4-byte aligned : __a_evaluation from
    libavcodec/libavcodec.a(simple_idct_arm.o)

    Therefore, comment them out since they don’t have any function.
    They do still have a value in documenting key points in the
    assembly source though.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/arm/simple_idct_arm.S
  • avformat/matroskaenc : Remove outdated comment

    6 novembre 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Remove outdated comment
    

    This comment does not account for the fact that the limits on cluster
    size and duration are configurable by the user since 98308bd4.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskaenc.c