
Recherche avancée
Autres articles (17)
-
Les images
15 mai 2013 -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4846)
-
swr : move silence buffer to context to avoid per use malloc/free
13 janvier 2013, par Michael Niedermayerswr : move silence buffer to context to avoid per use malloc/free
-
matroskadec : Fix read-after-free in matroska_read_seek()
6 novembre 2014, par Xiaohan Wangmatroskadec : Fix read-after-free in matroska_read_seek()
In matroska_read_seek(), |tracks| is assigned at the begining of the
function. However, functions like matroska_parse_cues() could reallocate
the tracks and invalidate |tracks|.This assigns |tracks| only before using it, so that it will not get
invalidated elsewhere.Bug-Id : chromium/427266
-
avconv_vaapi : fix double-free with some unsupported streams
9 mai 2016, par Mark Thompson