Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (111)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10965)

  • vc2enc : halve allocated table size, refactor and optimize quantization

    26 février 2016, par Rostislav Pehlivanov
    vc2enc : halve allocated table size, refactor and optimize quantization
    

    Since coefficients differ only in the last bit when writing to the
    bitstream it was possible to remove the sign from the tables, thus
    halving them. Also now all quantization is done in the unsigned domain
    as the sign is completely separate, which gets rid of the need to do
    quantization on 32 bit signed integers.

    Overall, this slightly speeds up the encoder depending on the machine.
    The commit still generates bit-identical files as before the commit.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/vc2enc_dwt.h
  • vc2enc : set quantization ceiling to 50

    22 février 2016, par Rostislav Pehlivanov
    vc2enc : set quantization ceiling to 50
    

    The reference encoder limits it to 64, but testing revealed that there
    is absolutely no difference for indices above 50 in amount of zeroed
    coefficients.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
  • avcodec/g2meet : Pre-permute quantization tables

    20 octobre 2022, par Andreas Rheinhardt
    avcodec/g2meet : Pre-permute quantization tables
    

    Allows to avoid a permutation lateron.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/g2meet.c