Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (104)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (12174)

  • mips : remove —mips32r5 configure option

    3 décembre 2015, par Vicente Olivert Riera
    mips : remove —mips32r5 configure option
    

    Having a configure option with the same name as a MIPS ISA is confusing,
    so better to remove it. This option was being used to add some
    optimizations to a specific core (p5600). We will add the optimizations
    just when the p5600 core has been detected, in a later patch.

    Signed-off-by : Vicente Olivert Riera <Vincent.Riera@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] configure
  • http: remove cache_redirect option

    19 janvier 2022, par erankor
    http: remove cache_redirect option
    

    following 625ea2d, redirect caching is performed according to the http
    response headers, there's no need to have it as an option -
    always start from the original uri, and apply any redirects according
    to the redirect_cache dictionary.

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

    • [DH] libavformat/http.c
    • [DH] libavformat/version.h
  • lavf/hls : fix memory leak in error handling path for option tmp

    13 septembre 2019, par Jun Zhao
    lavf/hls : fix memory leak in error handling path for option tmp
    

    fix memory leak in error handling path for option tmp.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/hls.c