Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (28)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • 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 ;

Sur d’autres sites (5385)

  • 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
  • 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
  • Fix typos in header files

    20 mars 2017, par Erik de Castro Lopo
    Fix typos in header files
    

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

    • [DH] include/FLAC++/decoder.h
    • [DH] include/FLAC++/encoder.h
    • [DH] include/share/private.h