Recherche avancée

Médias (91)

Autres articles (93)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

Sur d’autres sites (9682)

  • avcodec/aarch64/aacencdsp : NEON implementation

    24 janvier, par Krzysztof Pyrkosz
    avcodec/aarch64/aacencdsp : NEON implementation
    

    This patch supplies handwritten NEON code for AAC.

    The benchmarks below were collected by invoking these two commands on
    each of my boards, A78, A72 and Thinkpad x13s :
    1) ./tests/checkasm/checkasm —test=aacencdsp —bench —runs=12
    2) ./ffmpeg -y -t 10:00 -f lavfi -i sine /tmp/foo.aac (the first line is
    speed without the patch, second, with)

    - A78
    abs_pow34_c : 4161.5 ( 1.00x)
    abs_pow34_neon : 3586.2 ( 1.16x)
    quant_bands_signed_c : 5548.0 ( 1.00x)
    quant_bands_signed_neon : 1126.8 ( 4.92x)
    quant_bands_unsigned_c : 3979.2 ( 1.00x)
    quant_bands_unsigned_neon : 800.2 ( 4.97x)

    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed=71.6x
    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed=82.3x

    - A72
    abs_pow34_c : 15362.2 ( 1.00x)
    abs_pow34_neon : 15382.5 ( 1.00x)
    quant_bands_signed_c : 9926.5 ( 1.00x)
    quant_bands_signed_neon : 2467.8 ( 4.02x)
    quant_bands_unsigned_c : 5469.8 ( 1.00x)
    quant_bands_unsigned_neon : 2089.5 ( 2.62x)

    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed=34.3x
    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed=37.8

    - x13s
    abs_pow34_c : 2413.4 ( 1.00x)
    abs_pow34_neon : 1796.2 ( 1.34x)
    quant_bands_signed_c : 2968.9 ( 1.00x)
    quant_bands_signed_neon : 675.6 ( 4.39x)
    quant_bands_unsigned_c : 2311.9 ( 1.00x)
    quant_bands_unsigned_neon : 477.1 ( 4.85x)

    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed= 135x
    size= 5251KiB time=00:10:00.00 bitrate= 71.7kbits/s speed= 159x

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

    • [DH] libavcodec/aacencdsp.h
    • [DH] libavcodec/aarch64/Makefile
    • [DH] libavcodec/aarch64/aacencdsp_init.c
    • [DH] libavcodec/aarch64/aacencdsp_neon.S
  • MAINTAINERS : Add L field based on the linux kernel MAINTAINERs

    14 août 2024, par Michael Niedermayer
    MAINTAINERS : Add L field based on the linux kernel MAINTAINERs
    

    Text was stolen from the linux kernel
    This is thus identical to the kernel just a different more compact format.
    I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
    if people prefer

    This allows specifying a more specific mailing list, if a specific area has
    such a list.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • MAINTAINERS : Add W field based on the linux kernel MAINTAINERs

    14 août 2024, par Michael Niedermayer
    MAINTAINERS : Add W field based on the linux kernel MAINTAINERs
    

    Text was stolen from the linux kernel
    This is thus identical to the kernel just a different more compact format.
    I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
    if people prefer

    This allows specifying a webpage for an area

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS