
Recherche avancée
Médias (1)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (45)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (11140)
-
Révision 24213 : mon super fix de notice
21 janvier 2019, par cerdic - -
When is the callback function of avio_alloc_context() triggered as the official ffmpeg documents ?
2 septembre 2021, par user14767109According to the official FFmpeg documents (such as the two links below), the fifth parameter of avio_alloc_context() function is the callback function. How can this callback function be triggered ?


I don't understand the official documents very well.


AVIOContext* avio_alloc_context(unsigned char * buffer,
 int buffer_size,
 int write_flag,
 void * opaque,
 int(*)(void *opaque, uint8_t *buf, int buf_size) read_packet,
 int(*)(void *opaque, uint8_t *buf, int buf_size) write_packet,
 int64_t(*)(void *opaque, int64_t offset, int whence) seek
)



Function link : function link


Code link:code link


-
Anomalie #3811 (Fermé) : Sur le Wiki de Contrib = versionning apparent incorrect !
4 mai 2017, par cedric -