
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (111)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...)
Sur d’autres sites (14039)
-
Revision 097d59c28c : Cosmetics - Fix header file order in unit tests Change-Id : I9582a8d74990125b71e
29 juillet 2015, par Jingning HanChanged Paths :
Modify /test/blockiness_test.cc
Modify /test/consistency_test.cc
Modify /test/convolve_test.cc
Modify /test/dct16x16_test.cc
Modify /test/dct32x32_test.cc
Modify /test/decode_api_test.cc
Modify /test/decode_test_driver.cc
Modify /test/encode_test_driver.cc
Modify /test/encode_test_driver.h
Modify /test/fdct4x4_test.cc
Modify /test/fdct8x8_test.cc
Modify /test/idct_test.cc
Modify /test/intrapred_test.cc
Modify /test/lpf_8_test.cc
Modify /test/partial_idct_test.cc
Modify /test/quantize_test.cc
Modify /test/sad_test.cc
Modify /test/sixtap_predict_test.cc
Modify /test/test_libvpx.cc
Modify /test/variance_test.cc
Modify /test/vp8_boolcoder_test.cc
Modify /test/vp8_fdct4x4_test.cc
Modify /test/vp9_arf_freq_test.cc
Modify /test/vp9_avg_test.cc
Modify /test/vp9_boolcoder_test.cc
Modify /test/vp9_encoder_parms_get_to_decoder.cc
Modify /test/vp9_end_to_end_test.cc
Modify /test/vp9_error_block_test.cc
Modify /test/vp9_intrapred_test.cc
Modify /test/vp9_lossless_test.cc
Modify /test/vp9_subtract_test.cc
Modify /test/vpx_scale_test.cc
Modify /test/y4m_test.cc
Cosmetics - Fix header file order in unit testsChange-Id : I9582a8d74990125b71e8fe620f7f3f2585a30798
-
Revision 73edeb03ea : Removing alg_priv from vpx_codec_priv struct. In order to understand memory lay
21 août 2014, par Dmitry KovalevChanged Paths :
Modify /vp8/vp8_cx_iface.c
Modify /vp8/vp8_dx_iface.c
Modify /vp9/vp9_cx_iface.c
Modify /vp9/vp9_dx_iface.c
Modify /vpx/internal/vpx_codec_internal.h
Modify /vpx/src/vpx_codec.c
Modify /vpx/src/vpx_decoder.c
Modify /vpx/src/vpx_encoder.c
Removing alg_priv from vpx_codec_priv struct.In order to understand memory layout consider the declaration of the
following structs. The first one is a part of our API :struct vpx_codec_ctx
// ...
struct vpx_codec_priv *priv ;
;The second one is defined in vpx_codec_internal.h :
struct vpx_codec_priv
// ...
;The following struct is defined 4 times for encoder/decoder VP8/VP9 :
struct vpx_codec_alg_priv
struct vpx_codec_priv base ;
// ...
;Private data allocation for the given ctx :
struct vpx_codec_ctx *ctx =
struct vpx_codec_alg_priv *alg_priv =
ctx->priv = (struct vpx_codec_priv *)alg_priv ;The cast works because vpx_codec_alg_priv has a
vpx_codec_priv instance as a first member ’base’.Change-Id : I10d1afc8c9a7dfda50baade8c7b0296678bdb0d0
-
Revision 3798d7a641 : Merge "Re-order mode search in rd."
22 juillet 2013, par Paul WilkinsMerge "Re-order mode search in rd."