Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (82)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (11625)

  • Anomalie #3613 (Fermé) : Erreur dans #LOGO_BREVE_RUBRIQUE

    11 décembre 2015, par cedric -

    Rien à voir avec SPIP, c’est un LOGO inséré dans une Newsletter qui a été machouillé :
    - url principale passée en absolu par le plugin newsletter
    - attributs passés de simple quote a double quote depuis http://zone.spip.org/trac/spip-zone/changeset/93341/_plugins_/newsletters
    - et du coup l’attribut onmouseover est tout machouillé.

    Pro tip : NE PAS UTILISER de logo de survol dans une newsletter qui sera vue dans un client mail sans javascript. (utiliser #LOGO_BREVE_NORMAL)

  • avformat/mov : rewrite aspect from matrix code

    15 janvier 2015, par Michael Niedermayer
    avformat/mov : rewrite aspect from  matrix code
    

    The original code was intended purely for rotation == 0
    In cf70ba37ba74089a18295b29e77dead0a3222c9e the condition was
    changed to use it only for rotation != 0
    which broke the cases for which it was intended to be used
    as well as breaking cases for which it was not intended to be
    used.
    This changes the code so it could work for the more general
    case and fixes the regressions
    If you have sample files that are not handled correctly
    please open tickets or mail me !

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

    • [DH] libavformat/mov.c
  • src/flac/encode.c : Fix compression failure warning when encoding from stdin.

    2 juillet 2014, par Erik de Castro Lopo
    src/flac/encode.c :  Fix compression failure warning when encoding from stdin.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/encode.c