Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (11408)

  • avfilter/af_channelmap : add some additional checks for the mappings

    18 mars 2024, par Marton Balint
    avfilter/af_channelmap : add some additional checks for the mappings
    

    - Properly initialize all the mappings to -1 by default.
    - Make sure every output channel is assigned exactly once
    - Autodetect a native layout when only native channels are present
    - Always honor the user specified layout, but make sure the mapping is
    compatible with it

    The last item is a regression from 4af412be7153405e43930ac73fc7d91d7ded19eb.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/af_channelmap.c
  • lavu/fixed_dsp : add missing av_restrict qualifiers

    24 septembre 2022, par Johannes Kauffmann
    lavu/fixed_dsp : add missing av_restrict qualifiers
    

    The butterflies_fixed function pointer declaration specifies av_restrict
    for the first two pointer arguments. So the corresponding function
    definitions should honor this declaration.

    MSVC emits warning C4113 for this.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavutil/fixed_dsp.c
    • [DH] libavutil/x86/fixed_dsp_init.c
  • fate/ffmpeg : add a -threads input option to the loopback decoder

    14 mars 2024, par James Almer
    fate/ffmpeg : add a -threads input option to the loopback decoder
    

    Honor the requested value passed when calling make fate.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/ffmpeg.mak