Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (58)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8778)

  • avformat/utils : add a function to standardize creation time

    22 février 2016, par Marton Balint
    avformat/utils : add a function to standardize creation time
    

    This can be used for formats which write all format metadata as string to
    files, therefore non-standard creation times such as ’now’ will be parsed.

    The standardized creation time is UTC ISO 8601 with microsecond precision.

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/internal.h
    • [DH] libavformat/utils.c
    • [DH] libavformat/version.h
  • Anomalie #3817 (Fermé) : Compilation de du critère `{branche ?}` erronnée

    16 août 2016, par marcimat ☺☮☯♫

    Signalé par RealET sur la liste SPIP.devel :

    Je suis tombé sur le problème avec le plugin agenda qui a une boucle dans agenda-ical.html :

    Lorsque ’id_rubrique’ n’est pas dans l’environnement, la boucle crée tout de même une jointure pour obtenir id_rubrique nécessaire au calcul de la branche.

    Le code généré est : (sql_quote($Pile0[’id_rubrique’]) ? sql_in(’L1.id_rubrique’, calcul_branche_in(sql_quote($Pile[0]['id_rubrique']))) : '1=1')

    Mais sql_quote(0) donne '0' considérant que c’est du texte, sans précision du type de champ.
    Du coup, ça entre toujours dans la condition.

    Il faut du coup passer à l’appel de kwote() le type attendu de champ (int), qui ensuite va créer le code sql_quote.
    Cependant, kwote ne transmet pas dans tous les cas à sql_quote le type. Je suppose que c’est un oubli dans
    https://core.spip.net/projects/spip/repository/revisions/19257

  • avconv_filter : Use full named options

    10 septembre 2015, par Vittorio Giovara
    avconv_filter : Use full named options
    

    This introduces a slight timebase computation difference in zmbv-8bit
    fate test. This is expected since the new options are double instead
    of ints, and the additional precision skews the results in a non
    meaningful way.

    • [DBH] avconv_filter.c
    • [DBH] tests/ref/fate/zmbv-8bit