Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (68)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (10469)

  • avformat/whip : free udp socket after dtls free

    12 juillet, par Jack Lau
    avformat/whip : free udp socket after dtls free
    

    the SSL_shutdown in tls_close need call the url_bio_bwrite
    so we should keep udp still alive

    Signed-off-by : Jack Lau <jacklau1222@qq.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavformat/whip.c
  • lavf : Add an option for avoiding negative timestamps

    26 septembre 2012, par Michael Niedermayer
    lavf : Add an option for avoiding negative timestamps
    

    This is the same logic as is invoked on AVFMT_TS_NEGATIVE,
    but which can be enabled manually, or can be enabled
    in muxers which only need it in certain conditions.

    Also allow using the same mechanism to force streams to start
    at 0.

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

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/mux.c
    • [DBH] libavformat/options_table.h
    • [DBH] libavformat/version.h
  • All : Format HTML as per jQuery style guide

    6 mai 2014, par nschonni
    All : Format HTML as per jQuery style guide
    

    Fixes #1101
    Closes #1104