Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (112)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (20602)

  • avutil/log : Set AVClass* in av_expr_eval()

    5 mars, par Andreas Rheinhardt
    avutil/log : Set AVClass* in av_expr_eval()
    

    Otherwise it is possible for av_log() to receive a non-NULL object
    with a NULL AVClass pointer ; the default log callback handles it
    gracefully, yet this is probably an API violation.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/eval.c
  • avcodec/mpeg12dec : Remove write-only assignments

    8 juillet 2024, par Andreas Rheinhardt
    avcodec/mpeg12dec : Remove write-only assignments
    

    This decoder unquantizes while parsing blocks
    and does not use dct_unquantize_mpeg1_intra
    (which uses *_dc_scale) at all.

    repeat_field was unused since
    e0a3d744a0d5a9a25fb85c9bba17e3b07d3ba29b.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12dec.c
  • avformat/matroskaenc : Avoid indirection via st->codecpar

    8 juillet 2024, par Andreas Rheinhardt
    avformat/matroskaenc : Avoid indirection via st->codecpar
    

    Use the already available AVCodecParameters pointer instead.
    Shortens lines.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c