Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (37)

  • 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

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (8829)

  • tests/checkasm/vvc_alf : Don't use declare_func_emms

    22 mai 2024, par Andreas Rheinhardt
    tests/checkasm/vvc_alf : Don't use declare_func_emms
    

    VVC does not have MMX code at all, so one can use the stricter
    declare_func to also check that the MMX state has not been clobbered
    with (which would be an ABI violation).

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/checkasm/vvc_alf.c
  • Issue on install ffmpeg on Debian 8

    1er mai 2017, par pirmax

    I try to install "ffmpeg" on my Debian 8 and I have issues.

    apt-get install ffmpeg

    I have this errors...

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    ffmpeg : Depends: libavcodec57 (>= 10:3.2.2) but it is not going to be installed
             Depends: libavdevice57 (>= 10:3.2.2) but it is not going to be installed
             Depends: libavfilter6 (>= 10:3.2.2) but it is not going to be installed
             Depends: libavformat57 (>= 10:3.2.2) but it is not going to be installed
             Depends: libsdl2-2.0-0 (>= 2.0.4) but it is not going to be installed
             Depends: libva1 (>= 1.7.3) but 1.4.1-1 is to be installed
    x264 : Depends: libffms2-4 (>= 1:2.23) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
  • avfilter/vf_libplacebo : whitelist properties on linear blend tex

    7 août, par Niklas Haas
    avfilter/vf_libplacebo : whitelist properties on linear blend tex
    

    Instead of copying over the entire target and changing a few fields,
    set the entire struct to a whitelist of safe properties that we want to
    persist on the intermediate texture.

    In particular, this avoids leaking irrelevant state related to the
    acquire/release callbacks, e.g., which can otherwise cause deadlocks
    when the same vulkan frame is attempted to be acquired twice.

    • [DH] libavfilter/vf_libplacebo.c