Recherche avancée

Médias (91)

Autres articles (80)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (4111)

  • Revision cde790c36d : vp9 : fix crash in inline loopfilter w/corrupt file attempting to decode a frame

    28 août 2014, par James Zern

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /vp9/decoder/vp9_decodeframe.c



    vp9 : fix crash in inline loopfilter w/corrupt file

    attempting to decode a frame after the previous frame failed has the
    potential of interrupting an earlier loop filter task

    Change-Id : I6f2b1ddcdf5b89c3e2ee8caf5289dada2a087d66

  • avfilter : add LIBVMAF filter

    15 juillet 2017, par Ashish Singh
    avfilter : add LIBVMAF filter
    

    This one changes the previous vmaf patch to libvmaf to keep it separate from the
    native implementation of vmaf inside ffmpeg later.

    Signed-off-by : Ashish Singh <ashk43712@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_libvmaf.c
  • avfilter : add vif filter

    29 juillet 2017, par Ashish Singh
    avfilter : add vif filter
    

    This is Visual Information Fidelity (VIF) filter and one of the component
    filters of VMAF. It outputs the average VIF score over all frames.

    Signed-off-by : Ashish Singh <ashk43712@gmail.com>

    • [DH] Changelog
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_vif.c
    • [DH] libavfilter/vif.h