Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (46)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (7865)

  • Revision 3959 : Réparation de l’autorisation de voir les liens de docs Le squelette des ...

    17 septembre 2010, par kent1 — Log

    Réparation de l’autorisation de voir les liens de docs Le squelette des liens de documents si configurés dans la conf Toujours afficher les infos d’un doc si ils sont affichés Le focus qui sélectionne l’ensemble du contenu de textareas et input est mis sur la class copypaste Ajout de locutions On (...)

  • dv : Convert to the new bitstream reader

    11 avril 2016, par Luca Barbato
    dv : Convert to the new bitstream reader
    
    • [DBH] libavcodec/bitstream.h
    • [DBH] libavcodec/dvdec.c
  • diracdec : rewrite golomb reader

    1er mars 2020, par Lynne
    diracdec : rewrite golomb reader
    

    This version is able to output multiple coefficients at a time and
    is able to altogether remove actual golomb code parsing.
    Its also able to partially recover the last coefficient in case
    the packet is incomplete.

    Total decoder performance gain for 8bit 420 1080p lossless : 40%.
    Total decoder performance gain for 10bit 420 1080p lossless : 40%.

    clang was able to vectorize the loop much better than
    my handwritten assembly, but gcc was very naive and didn't.

    Lookup table is a rewritten version of vc2hqdecode.

    • [DH] libavcodec/dirac_vlc.c
    • [DH] libavcodec/dirac_vlc.h
    • [DH] libavcodec/diracdec.c