
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (52)
-
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 (...) -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...)
Sur d’autres sites (5472)
-
Fix some broken clamping in rate control.
11 octobre 2015, par Tim TerriberryFix some broken clamping in rate control.
If we have some dupe frames right near the end of the buffer, our
metric window can be slightly larger than the buffer.
However, the clamping we use to determine how many frames' worth of
metrics to add to the buffer had a mix of signed and unsigned
types, so if that number when negative, instead of clamping
against zero, it would ask for all remaining frames in the file.
That would cause an infinite loop when we tried to find the last
keyframe in the circular buffer in oc_enc_select_qi() (which was
not big enough to actually hold that many frames).This patch changes the clamp to a form that works with all unsigned
values.Thanks to Brion Vibber for the report.
Fixes #2229
git-svn-id : http://svn.xiph.org/trunk/theora@19507 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Revision 6fc72673b3 : Merge "Add comments for control VP9E_SET_TUNE_CONTENT"
15 janvier 2015, par Yaowu XuChanged Paths :
Modify /vpx/vp8cx.h
Merge "Add comments for control VP9E_SET_TUNE_CONTENT" -
Revision 205 : Refactored command-line parsing to have better control over code paths. Fixed ad
24 juin 2010, par marc.noirotChanged Paths :
Modify /trunk/src/flvmeta.c
Modify /trunk/src/flvmeta.h
Refactored command-line parsing to have better control over code paths.
Fixed additional metadata deallocation if not used.