Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (68)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • 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

Sur d’autres sites (8789)

  • apng : Support inter-frame compression

    19 août 2015, par Donny Yang
    apng : Support inter-frame compression
    

    The current algorithm is just "try all the combinations, and pick the best".
    It’s not very fast either, probably due to a lot of copying, but will do for
    an initial implementation.

    Signed-off-by : Donny Yang <work@kota.moe>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngenc.c
  • avcodec/apng : Dispose previous frame properly

    7 juin 2015, par Donny Yang
    avcodec/apng : Dispose previous frame properly
    

    The spec specifies the dispose operation as how the current (i.e., currently
    being rendered) frame should be disposed when the next frame is blended onto it

    This is contrary to ffmpeg’s current behaviour of interpreting the dispose
    operation as how the previous (i.e., already rendered) frame should be disposed

    This patch fixes ffmpeg’s behaviour to match those of the spec, which involved
    a rewrite of the blending function

    Signed-off-by : Donny Yang <work@kota.moe>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • avcodec/pngdec : fully support the tRNS chunk

    28 août 2015, par Donny Yang
    avcodec/pngdec : fully support the tRNS chunk
    

    Signed-off-by : Donny Yang <work@kota.moe>

    • [DH] libavcodec/pngdec.c