Recherche avancée

Médias (91)

Autres articles (29)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.

    27 juillet 2014, par Erik de Castro Lopo
    libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.
    

    In FLAC 1.2.0, a new field ’FLAC__CPUInfo cpu_info’ was added to the
    FLAC__BitReader struct. It became useless in 1.3.0 because of various
    bitreader optimizations.

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

    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/include/private/bitreader.h
    • [DH] src/libFLAC/stream_decoder.c
  • libFLAC : SSE optimisations.

    28 juillet 2014, par Erik de Castro Lopo
    libFLAC : SSE optimisations.
    

    Add new function :

    FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41()

    and rewrite function :

    FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2()

    Testing shows noticeable speed increase on Intel Core i3/5/7 (up to 30%
    for -8 mode), AMD Athlon64, Phenom, Bulldozer/Piledriver, but no increase
    or even very small speed decrease ( 2% for -8 mode) on Intel Core2.

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

    • [DH] src/libFLAC/include/private/lpc.h
    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c
    • [DH] src/libFLAC/stream_encoder.c
  • Remove un-needed code.

    28 juin 2014, par Erik de Castro Lopo
    Remove un-needed code.
    

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

    • [DH] src/share/grabbag/cuesheet.c
    • [DH] src/share/win_utf8_io/win_utf8_io.c
    • [DH] test/test_replaygain.sh