
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (87)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7995)
-
Evolution #3849 : Affiner/retirer les disallow de robots.txt qui empêchent les sites SPIP de se ré...
28 octobre 2016Sujet déjà évoqué sur #3592.
As tu activé la compression css et js ?
à l’époque, on a dit que les ressources placées en cache comme les vignettes n’avait pas besoin d’être référencés et qu’il fallait privilégier les fichiers origines placés dans IMG, ....
On avait autorisé au minimum les ressources qui permettaient d’évaluer si un site était responsive ou non.Comme les demandes peuvent beaucoup varier sur ce sujet, on pourrait imager un plugin qui permet d’affiner et de gérer un robots.txt sur mesure à la demande.
-
Unresolved externals trying to use ffmpeg
29 août 2013, par AsikI'm trying to use some functions from ffmpeg and am running into resilient linker errors. Here's what I did :
- Downloaded the latest 32-bit "Dev" build from http://ffmpeg.zeranoe.com/builds/ (i.e. ffmpeg-20130418-git-ee94362-win32-dev)
- Created a "General - empty" C++ project in Visual Studio 2012 Premium
- Added the [ffmpeg]/lib folder to Linker -> Input -> "Additional Library Directories"
- Added "swscale.lib ;avutil.lib ;avformat.lib ;avdevice.lib ;avcodec.lib ;" to Linker -> Input -> "Additional Dependencies"
- Added the following under C++ -> General -> Additional Include Directories :
- [ffmpeg]/include
- [ffmpeg]/include/libswscale
- [ffmpeg]/include/libavformat
This is my main.cpp :
#include "avformat.h"
int main()
{
av_register_all();
}This fails with :
error LNK2019 : unresolved external symbol "void __cdecl
av_register_all(void)" (?av_register_all@@YAXXZ) referenced in
function _mainHow can I fix this error ?
-
Revision 30970 : Début de compatibilité avec les squelettes Z. Reste à forcer la création ...
17 août 2009, par vincent@… — LogDébut de compatibilité avec les squelettes Z.
Reste à forcer la création d’un menu "barrenav" quand on détecte qu’il y a un squelette Z d’activé.