Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (66)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6519)

  • Revision 3b3aea6834 : Allocate dual buffer sets for encoding Allocate memory space of dual buffer set

    1er novembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Allocate dual buffer sets for encoding

    Allocate memory space of dual buffer sets that store the coeff, qcoeff,
    dqcoeff, and eobs. Connect the pointers of macroblock_plane and
    macroblockd_plane to the actual buffer in use accordingly.

    Change-Id : I2f0b5f482ca879fae39095013eaf8901db20a5a4

  • configure : clean whitespace with [:space :]

    13 juillet 2015, par Zhang Rui
    configure : clean whitespace with [:space :]
    

    https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions

    Fixes NDKr10e on Cygwin,
    CC_IDENT for it is defined as

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • x86inc : Utilize the shadow space on 64-bit Windows

    11 septembre 2013, par Henrik Gramner
    x86inc : Utilize the shadow space on 64-bit Windows
    

    Store XMM6 and XMM7 in the shadow space in functions that
    clobbers them. This way we don’t have to adjust the stack
    pointer as often, reducing the number of instructions as
    well as code size.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/x86/fft.asm
    • [DBH] libavcodec/x86/h264_deblock.asm
    • [DBH] libavutil/x86/x86inc.asm