Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (77)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (9797)

  • avutil : Improved test coverage for avstring.c

    20 décembre 2016, par Thomas Turner
    avutil : Improved test coverage for avstring.c
    

    Signed-off-by : Thomas Turner <thomastdt@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/tests/avstring.c
  • avformat/utils : Fix integer overflow in discontinuity check

    12 octobre 2018, par Michael Niedermayer
    avformat/utils : Fix integer overflow in discontinuity check
    

    Fixes : signed integer overflow : 7738135736989908991 - -7954308516317364223 cannot be represented in type 'long'
    Fixes : find_stream_info_usan

    Reported-by : Thomas Guilbert <tguilbert@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c
  • rtmp : Account for bytes_read wraparound

    25 janvier 2017, par Luca Barbato
    rtmp : Account for bytes_read wraparound
    

    Servers seem to be happy to receive the wrapped-around value as long
    as they receive a report, otherwise they timeout.

    Initially reported and analyzed by Thomas Bernhard.

    • [DBH] libavformat/rtmpproto.c