Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9943)

  • Make test_compression a little more forgiving

    22 octobre 2014, par Martijn van Beurden
    Make test_compression a little more forgiving
    

    The retune of compression levels makes this test fail. This is due
    to a few approximations used in the encoder that determine which
    LP coefficient should result in the smallest file. Differences are
    usually very small, but in my case this resulted in compression
    level 6 giving a 3 byte bigger file.

    This patch lets the compression test pass even if the a compression
    level results in a file that is up to 10 byte larger than the
    previous level

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] test/test_compression.sh
  • flac : make avpriv_flac_parse_block_header() inline

    26 mai 2014, par Anton Khirnov
    flac : make avpriv_flac_parse_block_header() inline
    

    This avoids all the ABI troubles associated with avpriv_.
    Since this function is very small and does not depend on any tables,
    making it inline should have no adverse effects.

    • [DH] libavcodec/flac.c
    • [DH] libavcodec/flac.h
    • [DH] libavcodec/flacdec.c
    • [DH] libavformat/flacdec.c
  • flac : make avpriv_flac_parse_block_header() inline

    26 mai 2014, par Anton Khirnov
    flac : make avpriv_flac_parse_block_header() inline
    

    This avoids all the ABI troubles associated with avpriv_.
    Since this function is very small and does not depend on any tables,
    making it inline should have no adverse effects.

    • [DBH] libavcodec/flac.c
    • [DBH] libavcodec/flac.h
    • [DBH] libavcodec/flacdec.c
    • [DBH] libavformat/flacdec.c