
Recherche avancée
Médias (1)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
Autres articles (59)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8091)
-
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>