Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (27)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6741)

  • avcodec/cfhd : support cropped height tag

    18 octobre 2017, par James Almer
    avcodec/cfhd : support cropped height tag
    

    Ported from libav. Authored by one of the following :

    Anton Khirnov <anton@khirnov.net>
    Diego Biurrun <diego@biurrun.de>
    Vittorio Giovara <vittorio.giovara@gmail.com>

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

    • [DH] libavcodec/cfhd.c
    • [DH] libavcodec/cfhd.h
  • pictor : Correctly check frame dimensions

    7 février 2017, par Michael Niedermayer
    pictor : Correctly check frame dimensions
    

    Fixes : 559/clusterfuzz-testcase-6424225917173760
    Bug-Id : CVE-2017-7862
    CC : libav-stable@libav.org

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    (cherry picked from commit 8c2ea3030af7b40a3c4275696fb5c76cdb80950a)
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/pictordec.c
  • configure : Add test_pkg_config()

    30 septembre 2017, par James Almer
    configure : Add test_pkg_config()
    

    This helper is split off check_pkg_config(), setting only the pkg CFLAGS
    and extralibs. This is useful for checks that do not require or do not
    benefit from setting global CFLAGS.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] configure