Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (17)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (3619)

  • lavfi/f_ebur128 : relicense to LGPL

    26 novembre 2016, par Clément Bœsch
    lavfi/f_ebur128 : relicense to LGPL
    

    All copyright holders have agreed to the relicensing.

    Approved-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Approved-by : David Sedacca <sedacca@comcast.net>
    Approved-by : Ganesh Ajjanagadde <gajjanag@mit.edu>
    Approved-by : Jean First <jeanfirst@gmail.com>
    Approved-by : Kyle Swanson <k@ylo.ph>
    Approved-by : Michael Niedermayer <michael@niedermayer.cc>
    Approved-by : Nicolas George <george@nsup.org>
    Approved-by : Paul B Mahol <onemda@gmail.com>
    Approved-by : Thilo Borgmann <thilo.borgmann@mail.de>

    • [DH] LICENSE.md
    • [DH] configure
    • [DH] libavfilter/f_ebur128.c
  • lavfi/delogo : option show shouldn’t affect band

    5 juillet 2013, par Jean Delvare
    lavfi/delogo : option show shouldn’t affect band
    

    Options "show" and "band" are unrelated and should thus be
    independent. However, setting "show" to 1 currently resets "band" to
    its default value of 4. While this is documented, this still
    surprising and confusing IMHO.

    Change this behavior and make "show" and "band" independent from each
    other. Update the documentation accordingly.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_delogo.c
  • alsdec : check sample pointer range in revert_channel_correlation

    21 avril 2015, par Andreas Cadhalpun
    alsdec : check sample pointer range in revert_channel_correlation
    

    Also change the type of begin, end and smp to ptrdiff_t to make the
    comparison well-defined.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/alsdec.c