
Recherche avancée
Autres articles (98)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
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 (...)
Sur d’autres sites (3018)
-
Révision 18213 : Résoud #1755 : login sans cookie testé
7 juillet 2011, par cedric -OK avec Chrome
OK dans FF
OK avec Safari, mais bug suspect de cache navigateur : sur la redirection apres auth http, on retourne sur une page de login sans auth car safari ressert du cache (un var dump des $SERVER montre une auth vide). Il suffit alors de faire un hit manuel pour aller dans (...)
-
Revision f00d20495944825db80119d8c96927c96c32ce87 : offrir #INSERT_HEAD sur la page de login, plutot qu’un appel hors api a ...
4 octobre 2010, par Cerdic — Logoffrir #INSERT_HEAD sur la page de login, plutot qu’un appel hors api a f_jQuery git-svn-id : svn ://trac.rezo.net/spip/spip@16386 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
-
fftools/ffmpeg : Take type limitations of AVFifo API into account
20 novembre 2021, par Andreas Rheinhardtfftools/ffmpeg : Take type limitations of AVFifo API into account
The types used by the AVFifo API are inconsistent :
av_fifo_(space|size)() returns an int ; av_fifo_alloc() takes an
unsigned, other parts use size_t. This commit therefore ensures
that the size of the muxing_queue FIFO never exceeds INT_MAX.While just at it, also make sure not to call av_fifo_size()
unnecessarily often.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>