Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (99)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (10000)

  • Move all the static encoder codebooks to ’char’ lengthlists rather than ’long’ as...

    22 janvier 2014, par Monty
    Move all the static encoder codebooks to ’char’ lengthlists rather than ’long’ as the largest value for a lengthlist entry is 32 and the lengthlists are large.
    

    Alter the codebook generation tools in vq/ to generate the codebooks properly given the new type.

    [Hopefully] no functional change.

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19057 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] configure.ac
    • [DH] lib/books/coupled/res_books_51.h
    • [DH] lib/books/coupled/res_books_stereo.h
    • [DH] lib/books/floor/floor_books.h
    • [DH] lib/books/uncoupled/res_books_uncoupled.h
    • [DH] lib/codebook.c
    • [DH] lib/codebook.h
    • [DH] lib/sharedbook.c
    • [DH] vq/bookutil.c
    • [DH] vq/huffbuild.c
  • Anomalie #3133 : Pas moyen d’ajouter ou de retirer un auteur à un article

    21 janvier 2014, par b b

    Après quelques essais :

    - le formulaire fonctionne bien sans ajax (en virant la classe ajax de la div qui l’englobe)
    - le problème vient du fait que la variable visible=1 n’est pas passée dans le POST quand on clique sur le button :

    http://core.spip.org/projects/spip/repository/entry/spip/prive/formulaires/editer_liens.html#L44

    Si on ajoute on type="submit" au bouton en question, la variable visible=1 est bien passée au POST et cela fonctionne.

    Ce problème avec les buttons sans attribut type=submit fait que même si la liste des auteurs est affichée, l’ajout d’un auteur ne fonctionne pas non plus.

  • arm : Allow overriding the alignment set in the function macro

    7 janvier 2014, par Martin Storsjö
    arm : Allow overriding the alignment set in the function macro
    

    The function macro always sets .align 2 before declaring the
    function label (since 5c5e1ea3) and always sets the section to
    .text (since 278caa6a).

    The .align 5 before certain functions, added in fc252eba, were added
    before .text and .align were added to the function macro and thus
    became useless/unused when the function macro got them.

    This restores the original intention, to align the loop entry
    points.

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

    • [DH] libavcodec/arm/dsputil_arm.S
    • [DH] libavcodec/arm/hpeldsp_arm.S
    • [DH] libavutil/arm/asm.S