
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (85)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk 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. -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (16239)
-
Revision 60e91a92c3 : vp9/common/x86 : Silence MSVC warnings in vp9_asm_stubs.c. Update filter_1dfunct
7 février 2014, par Tom FineganChanged Paths :
Modify /vp9/common/x86/vp9_asm_stubs.c
vp9/common/x86 : Silence MSVC warnings in vp9_asm_stubs.c.Update filter_1dfunction definition to match usage.
Change-Id : Ie3cae13dc1ec3f5838c5f29d1c76a1a98a9217fa
-
Revision a1123538a5 : Moving vp9_token from common to encoder. Change-Id : I40a070c353663e82c59e174d7c
5 décembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_treecoder.c
Modify /vp9/common/vp9_treecoder.h
Modify /vp9/encoder/vp9_tokenize.h
Modify /vp9/encoder/vp9_treewriter.c
Modify /vp9/encoder/vp9_treewriter.h
Moving vp9_token from common to encoder.Change-Id : I40a070c353663e82c59e174d7c92eb84f72ed808
-
avformat/rtpdec_asf : free the buffer pointed by the AVIOContext
6 novembre 2017, par James Almeravformat/rtpdec_asf : free the buffer pointed by the AVIOContext
Don't free the buffer allocated in ff_wms_parse_sdp_a_line() after
calling avformat_open_input(), as it may free it and replace it with
another one.Should fix ticket #6808
Tested-by : Carl Eugen Hoyos <ceffmpeg@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com>