
Recherche avancée
Autres articles (97)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Contribute to translation
13 avril 2011You 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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (7891)
-
Revision f452961765 : fixes several -Wunused-function warnings Change-Id : I4dc2cb255f4fe30998b6ee6118
13 août 2014, par Jim BankoskiChanged Paths :
Modify /vp9/common/vp9_mvref_common.h
Modify /vp9/decoder/vp9_reader.h
Modify /vp9/encoder/vp9_writer.h
Modify /vpx_ports/vpx_timer.h
Modify /vpx_ports/x86.h
Modify /vpxdec.c
fixes several -Wunused-function warningsChange-Id : I4dc2cb255f4fe30998b6ee61184895dee9f5da8e
-
Revision 839911fb6d : Fix bug 804 A bug in Microsoft compiler was found in the function vp9_filter_bl
28 juillet 2014, par levytamar82Changed Paths :
Modify /test/convolve_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c
Fix bug 804A bug in Microsoft compiler was found in the function
vp9_filter_block1d16_v8_avx2 and a workaround applied.
the bug occur when there was 4 consecutive maddubs + min + adds
intrinsic instructions.Change-Id : I83499faeb70971e650e5663fd2490360ddb1a51b
-
libFLAC/md5.c : Massive refactoring of format_input_ function.
29 juin 2014, par Erik de Castro LopolibFLAC/md5.c : Massive refactoring of format_input_ function.
This refactoring is in preparation for fixing the cast-align warning when
compiling on ARM (and possibly others). Testing on stereo 16 bit files
suggests that the difference between the performance of this code and the
old code is negligible (tested only on amd64/linux).