
Recherche avancée
Autres articles (89)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (14231)
-
Linking NPAPI plugin with FFmpeg makes Firefox unable to load the plugin
10 février 2014, par dtumaykinI'm using Zeranoe FFmpeg static libraries in my NPAPI plugin. The plugin compiles and links correctly, but when I try to test it with Firefox (I'm using Nightly version) it seems that Firefox is unable to load the plugin.
If I remove FFmpeg functionality from the plugin, it loads normally.
How can I solve that ?
-
Revision 01b35c3c16 : API extensions and sample app for spacial scalable encoder Sample app : vp9_spat
5 septembre 2013, par Ivan MaltzChanged Paths :
Modify /examples.mk
Modify /vp8/vp8_cx_iface.c
Modify /vp9/common/vp9_convolve.c
Modify /vp9/common/vp9_onyx.h
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/vp9_cx_iface.c
Add /vp9_spatial_scalable_encoder.c
Modify /vpx/vp8cx.h
Modify /vpx/vpx_encoder.h
API extensions and sample app for spacial scalable encoderSample app : vp9_spatial_scalable_encoder
vpx_codec_control extensions :
VP9E_SET_SVC
VP9E_SET_WIDTH, VP9E_SET_HEIGHT, VP9E_SET_LAYER
VP9E_SET_MIN_Q, VP9E_SET_MAX_Q
expanded buffer size for vp9_convolvemodified setting of initial width in vp9_onyx_if.c so that layer size
can be set prior to initial encodeDefault number of layers set to 3 (VPX_SS_DEFAULT_LAYERS)
Number of layers set explicitly in vpx_codec_enc_cfg.ss_number_layersChange-Id : I2c7a6fe6d665113671337032f7ad032430ac4197
-
Revision 9ad1b9fc67 : Re-design quantization process for 32x32 transform block This commit enables a
7 juillet 2014, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/vp9_speed_features.c
Modify /vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm
Re-design quantization process for 32x32 transform blockThis commit enables a new quantization process for 32x32 2D-DCT
transform coefficient blocks. It improves the compression
performance of speed 5 by 1.4%. The overall compression gains of
speed 5 due to the new quantization scheme is 4.7%. It also includes
the SSSE3 implementation of the 32x32 quantization process.Change-Id : I0855b124fd6462418683f783f5bcb44255c9993b