Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (12)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version 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
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

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

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (3726)

  • x86inc : Preserve arguments when allocating stack space

    12 octobre 2015, par Henrik Gramner
    x86inc : Preserve arguments when allocating stack space
    

    When allocating stack space with a larger alignment than the known stack
    alignment a temporary register is used for storing the stack pointer.
    Ensure that this isn’t one of the registers used for passing arguments.

    • [DH] libavutil/x86/x86inc.asm
  • x86inc : Preserve arguments when allocating stack space

    12 octobre 2015, par Henrik Gramner
    x86inc : Preserve arguments when allocating stack space
    

    When allocating stack space with a larger alignment than the known stack
    alignment a temporary register is used for storing the stack pointer.
    Ensure that this isn’t one of the registers used for passing arguments.

    • [DH] common/x86/x86inc.asm
  • avfilter/vf_frei0r : set align to 1 for frei0r frames

    24 août 2022, par Brendan Hack
    avfilter/vf_frei0r : set align to 1 for frei0r frames
    

    The frei0r API requires linesize to be width * 4.
    Since the align property of ff_default_get_video_buffer2
    specifies line alignment, not buffer alignment, the
    previous value of 16 breaks this requirement for frames
    whose width is a multiple of 8, but not a multiple of 16
    as it adds extra padding to ensure line aligment.

    Fix Trac ticket #9873

    • [DH] libavfilter/vf_frei0r.c