
Recherche avancée
Autres articles (111)
-
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 -
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 (...)
Sur d’autres sites (13698)
-
Anomalie #2264 (Nouveau) : Chaîne de langue des objets : titre_ajouter_un_$objet
29 août 2011, par marcimat -Cette chaine de langue appelée par le formulaire "editer_lien" n’appelle pas le fichier de langue de l’objet, mais celui de SPIP. Il faudrait ajouter dans la définition des objets cette chaîne de langue et l’utiliser dans le squelette du (...)
-
Revision 0393e558a4 : Fix stack overrun in calculating segmentation map coding method. This caused sp
16 août 2012, par Ronald S. BultjeChanged Paths : Modify /vp8/encoder/segmentation.c Fix stack overrun in calculating segmentation map coding method. This caused spurious crashes on encodes, frustratingly often only on high-definition material. Change-Id : Ia8c1dfc420d598ca92108bd9cc2df7450e8d10a2
-
Functions without Highlevel Implementation but Implemented in Binary Form
21 décembre 2017, par TheAhmadThere are some functions in MPlayer that do not have any source code definition and can not be traced in gdb. But I can see their implementation when MPlayer is decompiled using
objdump -d
command.ff_h264_loop_filter_strength_mmxext
is one of these functions which is used inffmpeg/libavcodec/x86/h264dsp_init.c
. How is this function implemented ?