Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (101)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11448)

  • avcodec/g729postfilter : Avoid function calls in FFMAX() arguments

    10 novembre 2015, par Michael Niedermayer
    avcodec/g729postfilter : Avoid function calls in FFMAX() arguments
    

    This avoid double calling functions

    Found-by : Muhammad Faiz <mfcc64@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/g729postfilter.c
  • avcodec/cfhd : Fix decoding regression due to height check

    21 juillet 2017, par Vodyannikov Aleksandr
    avcodec/cfhd : Fix decoding regression due to height check
    

    Fixes : Ticket6546

    Regression since : 54aaadf648073149f1ac34f56cbde4e6c5aa22ef

    Reviewed-by : Muhammad Faiz <mfcc64@gmail.com>
    Reviewed-by : Kieran Kunhya <kierank@obe.tv>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/cfhd.c
  • avformat/avio : Remove no-op code in url_find_protocol().

    7 juillet 2017, par Wan-Teh Chang
    avformat/avio : Remove no-op code in url_find_protocol().
    

    In url_find_protocol(), proto_str is either "file" or a string
    consisting of only the characters in URL_SCHEME_CHARS, which does not
    include ','. Therefore the strchr(proto_str, ',') call always returns
    NULL.

    Note : The code was added in commit
    6161c41817f6e53abb3021d67ca0f19def682718.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavformat/avio.c