Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (57)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (3549)

  • mp3 : enable packed main_data decoding in MP4

    9 mai 2014, par nu774
    mp3 : enable packed main_data decoding in MP4
    

    14496-3 suggests packing main_data of MP3 that is usually scattered
    into multiple frames due to bit reservoir.

    However, after packing main_data into a access unit, bitrate index
    in the MPEG audio frame header doesn’t match with actual frame size.

    In order to accept this, this patch removes unnecessary frame size
    checking on mp3 decoder.

    Also, mov demuxer was changed to use MP3 parser only on special cases
    (QT MOV with specific sample description) to avoid re-packetizing.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/mpegaudiodec_template.c
    • [DBH] libavformat/mov.c
    • [DBH] tests/fate/mp3.mak
  • id3v2 : strip trailing spaces from APIC tag

    7 mai 2015, par wm4
    id3v2 : strip trailing spaces from APIC tag
    

    The APIC description must be unique, and some ID3v2 tag writers add
    spaces to write several APIC entries with the same description. The
    trailing spaces simply serve as a way to disambiguate the description.
    Do this so that API users do not have to special-case mp3 to fix this
    cosmetic issue.

    Requested-by : wm4
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/id3v2.c
  • avcodec/jpeg2000dwt : assert that mod == 0 for encoding

    16 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dwt : assert that mod == 0 for encoding
    

    We are missing the handling of some special cases for this.
    These cases should be unused and there should be no reason
    to ever use them unless some spec dictates their use

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dwt.c