Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (90)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9416)

  • bitmath.h : Cleanups

    29 décembre 2015, par Erik de Castro Lopo
    bitmath.h : Cleanups
    

    * Drop support from MSVC earlier than 2005.
    * Make types of FLAC__clz_uint32() and FLAC__clz_soft_uint32() the same.
    * Remove un-needed parens.
    * Cleanup FLAC__bitmath_ilog2_wide().

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

    • [DH] src/libFLAC/include/private/bitmath.h
  • Whitespace only

    24 décembre 2015, par Erik de Castro Lopo
    Whitespace only
    

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

    • [DH] include/FLAC/format.h
    • [DH] src/flac/encode.c
    • [DH] src/libFLAC/include/private/macros.h
    • [DH] src/libFLAC/lpc.c
    • [DH] src/share/grabbag/replaygain.c
    • [DH] src/test_grabbag/picture/main.c
  • Win32 : Only use large buffers when writing to disk

    11 décembre 2015, par Erik de Castro Lopo
    Win32 : Only use large buffers when writing to disk
    

    Windows can suffer quite badly from disk fragmentations. To avoid
    this, on Windows, the FILE* buffer size was set to 10Meg. However,
    this huge buffer is undesireable when writing to a eg a pipe.

    This patch updates the behaviour to only use the huge buffer when
    writing to disk.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>
    Closes : https://sourceforge.net/p/flac/feature-requests/114/

    • [DH] src/libFLAC/stream_encoder.c