Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (89)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

Sur d’autres sites (9241)

  • avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv

    11 février 2024, par Andreas Rheinhardt
    avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv
    

    Use AVHWFramesContext.hwctx instead.
    This simplifies access to VDPAUFramesContext as one no longer has
    to go through AVHWFramesInternal.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/hwcontext_vdpau.c
  • avcodec/mpeg12enc : Combine put_bits()

    17 mai, par Andreas Rheinhardt
    avcodec/mpeg12enc : Combine put_bits()
    

    This is a 16bit field in the spec, so using a single
    put_bits() to write it is more natural.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12enc.c
  • avcodec/exr : Remove write-only gamma_table

    5 mars, par Andreas Rheinhardt
    avcodec/exr : Remove write-only gamma_table
    

    Forgotten in 0e917389fe73c932049635d947bba076f1709589.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/exr.c