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)

  • fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests

    10 janvier 2014, par Martin Storsjö
    fate : Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests
    

    This fixes these fate tests on big endian.

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

    • [DH] tests/fate/microsoft.mak
  • h264dsp : Factorize code into a new function, h264_find_start_code_candidate

    5 août 2013, par Ben Avison
    h264dsp : Factorize code into a new function, h264_find_start_code_candidate
    

    This performs the start code search which was previously part of
    h264_find_frame_end() - the most CPU intensive part of the function.

    By itself, this results in a performance regression :
    Before After
    Mean StdDev Mean StdDev Change
    Overall time 2925.6 26.2 3068.5 31.7 -4.7%

    but this can more than be made up for by platform-optimised
    implementations of the function.

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

    • [DH] libavcodec/h264_parser.c
    • [DH] libavcodec/h264dsp.c
    • [DH] libavcodec/h264dsp.h
  • arm : Add assembly version of h264_find_start_code_candidate

    5 août 2013, par Ben Avison
    arm : Add assembly version of h264_find_start_code_candidate
    

    Before After
    Mean StdDev Mean StdDev Change
    This function 508.8 23.4 185.4 9.0 +174.4%
    Overall 3068.5 31.7 2752.1 29.4 +11.5%

    In combination with the preceding patch :
    Before After
    Mean StdDev Mean StdDev Change
    Overall 2925.6 26.2 2752.1 29.4 +6.3%

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

    • [DH] libavcodec/arm/Makefile
    • [DH] libavcodec/arm/h264dsp_armv6.S
    • [DH] libavcodec/arm/h264dsp_init_arm.c