Recherche avancée

Médias (91)

Autres articles (101)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • tcp : Use a different log message and level if there’s more addresses to try

    5 août 2013, par Martin Storsjö
    tcp : Use a different log message and level if there’s more addresses to try
    

    This lowers the level of warnings printed if trying to connect
    to a host name that provides both v6 and v4 addresses but the
    service only is available on the v4 address (often occurring for
    ’localhost’, with servers that aren’t v6-aware).

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

    • [DBH] libavformat/network.c
    • [DBH] libavformat/network.h
    • [DBH] libavformat/tcp.c
    • [DBH] libavformat/unix.c
  • mpegts : Remove one 64-bit integer modulus operation per packet

    5 août 2013, par Ben Avison
    mpegts : Remove one 64-bit integer modulus operation per packet
    

    The common case of the pointer having increased by one packet (which results
    in no change to the modulus) can be detected with a 64-bit subtraction,
    which is far cheaper than a division on many platforms.

    Before After
    Mean StdDev Mean StdDev Change
    Divisions 248.3 8.8 51.5 7.4 +381.7%
    Overall 2773.2 25.6 2372.5 43.1 +16.9%

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

    • [DBH] libavcodec/mathops.h
    • [DBH] libavformat/mpegts.c
  • rtpdec_h264 : Check the return value of functions doing allocations

    13 décembre 2013, par Michael Niedermayer
    rtpdec_h264 : Check the return value of functions doing allocations
    

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

    • [DH] libavformat/rtpdec_h264.c