Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (75)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

Sur d’autres sites (2742)

  • Revision 61c607fd79 : Merge "Fix typo in comment message"

    10 octobre 2013, par Adrian Grange

    Merge "Fix typo in comment message"

  • arm : Comment out unused labels in simple_idct_arm

    24 juillet 2013, par Martin Storsjö
    arm : Comment out unused labels in simple_idct_arm
    

    When building for iOS in thumb mode, gas-preprocessor.pl doesn’t
    mark unused labels as thumb functions (as it does for other
    local labels, where it can figure out that they are functions
    due to being referenced in branch instructions). This leads to
    linker warnings for some of those local labels, such as :

    ld : warning : ARM function not 4-byte aligned : __a_evaluation from
    libavcodec/libavcodec.a(simple_idct_arm.o)

    Therefore, comment them out since they don’t have any function.
    They do still have a value in documenting key points in the
    assembly source though.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/arm/simple_idct_arm.S
  • arm : Comment out unused labels in simple_idct_arm

    24 juillet 2013, par Martin Storsjö
    arm : Comment out unused labels in simple_idct_arm
    

    When building for iOS in thumb mode, gas-preprocessor.pl doesn’t
    mark unused labels as thumb functions (as it does for other
    local labels, where it can figure out that they are functions
    due to being referenced in branch instructions). This leads to
    linker warnings for some of those local labels, such as :

    ld : warning : ARM function not 4-byte aligned : __a_evaluation from
    libavcodec/libavcodec.a(simple_idct_arm.o)

    Therefore, comment them out since they don’t have any function.
    They do still have a value in documenting key points in the
    assembly source though.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/simple_idct_arm.S