Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (111)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5007)

  • Fixed dependencies on win_utf8_io

    26 avril 2019, par Виталий Кирсанов
    Fixed dependencies on win_utf8_io
    
    • [DH] src/CMakeLists.txt
    • [DH] src/flac/CMakeLists.txt
    • [DH] src/libFLAC++/CMakeLists.txt
    • [DH] src/libFLAC/CMakeLists.txt
    • [DH] src/libFLAC/ia32/CMakeLists.txt
    • [DH] src/metaflac/CMakeLists.txt
    • [DH] src/share/getopt/CMakeLists.txt
    • [DH] src/share/grabbag/CMakeLists.txt
    • [DH] src/utils/flacdiff/CMakeLists.txt
  • flac/metaflac : Limit the size of metadata blocks

    1er mai 2016, par Erik de Castro Lopo
    flac/metaflac : Limit the size of metadata blocks
    

    Limit allow image file size to slightly less than 2^24 bytes so that
    the file size plus extra house keeping data is strictly less that
    2^24 bytes in size.

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

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/picture.c
  • libFLAC : Put upper bound on number of seek points.

    18 février 2015, par Erik de Castro Lopo
    libFLAC : Put upper bound on number of seek points.
    

    Restrict number of seek points to 32768 total and a maximum of two per
    second.

    Ten hours of content is 36000 seconds which gives about one seek point
    for every second for those ten hours. Also, having more than two seek
    point per second makes little sense regardless of content length.

    Without these restrictions flac-to-flac encoding of a malformed input
    file (eg something generated with http://lcamtuf.coredump.cx/afl/)
    can result in an attempt to generate a stupidly large number of seek
    points and cause an allocation failure.

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/seektable.c