
Recherche avancée
Autres articles (47)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5962)
-
Revision 1e6be7bc75 : Deprecate 4x4 intra modes from bit-stream Replace B_DC_PRED like syntax element
20 mai 2013, par Jingning HanChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodeframe.c
Deprecate 4x4 intra modes from bit-streamReplace B_DC_PRED like syntax element writing/reading with sb_ymode
set (e.g., DC_PRED, etc).Change-Id : I293006a6b3bcd130c08ea9f053e7a79c6819c6f8
-
Replace parseInt with Math.floor in the progress calculations.
18 mars 2013, par blueimpm js/jquery.fileupload-ui.js m js/jquery.fileupload.js Replace parseInt with Math.floor in the progress calculations.
-
lavf/dvenc : replace av_fifo_peek2() with av_fifo_generic_peek_at()
30 décembre 2021, par Anton Khirnov