Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (31)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (6081)

  • Revert "lavf/id3v2dec : support multiple values and TIPL frames"

    16 avril, par Michael Niedermayer
    Revert "lavf/id3v2dec : support multiple values and TIPL frames"
    

    see : Re : [FFmpeg-devel] [PATCH 2/2] avformat/id3v2 : Check that decode_str() did advance

    but in short, first our API since 16years says we dont have multiple values per key
    (which it supports since 9 years only)

    and it causes some problems for ffprobe apparently.
    I do believe the original patch is the correct direction but it requires
    more changes. So revert this until other things are in place and until
    we have a consensus.

    This reverts commit 80b77e8e8d0630710ad6069133f397459015f139.

    • [DH] libavformat/id3v2.c
  • tests/checkasm : fix wrong summation of bench time

    31 mars, par Niklas Haas
    tests/checkasm : fix wrong summation of bench time
    

    This was changed 8 years ago with the introduction of the linux-perf path,
    with seemingly no justification at the time. Likely a developer oversight
    from testing.

    This bug not only made —runs completely ineffective, but also meant that we
    didn't actually correctly filter out outliers.

    Fixes : e0d56f097f42bcdbe6c3b2f57df62a4da63f2094

    • [DH] tests/checkasm/checkasm.h
  • aacenc : remove ANMR coder

    8 février, par Lynne
    aacenc : remove ANMR coder
    

    If there's ever a rework of the AAC encoder, it won't start from here.
    The codec, with all its oddities and tweaks needed to acheive good quality
    has strayed far from the academic work upon which this coder was based on.
    Its been 20 years since this paper was released, and no known existing
    implementations, open-source or proprietary that we know of, are based on it.

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h