
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (76)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (9255)
-
FFmpeg Compiled for android Does not Have Protocol symbols i.e. nm -D libavformat.so does not have ffurl_close, ffurl_see methods of avio.c class
28 octobre 2019, par Nishi SahlotFFmpeg Compiled for android does not have protocol symbols.
After compiling ffmpeg it produces 7 or so files and when I check
libavformat.so
withnm -D libavformat.so
it simply does not haveffurl_close
,ffurl_see
methods of avio.c nor it has async protocol methods.When I try to build and then want to use method of url.h class in libavformat package, like
ffurl_close
it simply says :undeclared reference
.Please help me, what am I doing wrong ?
Thanks in advance
-
Make class to show/hide UI elements configurable.
24 novembre 2019, par blueimpMake class to show/hide UI elements configurable.
Closes #3537.
-
avformat/cache : rename the class name fro Cache to cache
4 décembre 2019, par Steven Liuavformat/cache : rename the class name fro Cache to cache
liuqideMacBook-Pro:build liuqi$ ffmpeg —help full | grep cache
cannot find cache protocol options.after patch :
bogon:dash liuqi$ ./ffmpeg —help full | grep cache
cache AVOptions :
can find the cache AVOptions after patch.Signed-off-by : Steven Liu <lq@chinaffmpeg.org>