
Recherche avancée
Autres articles (57)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (10906)
-
Revision 6e3b34bdc3 : Removed a number of unnecessary check on ref_frame Since intra block decoding i
20 juin 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Removed a number of unnecessary check on ref_frameSince intra block decoding is handled by decode_sb_intra() separately.
Change-Id : I42d757884714084c92fc23ec5d35d4dc946f4b15
-
ffv1enc_vulkan : restrict number of execution contexts to 1
18 novembre 2024, par Lynne -
avcodec/msmpeg4 : Inline number of motion vectors
26 janvier 2021, par Andreas Rheinhardtavcodec/msmpeg4 : Inline number of motion vectors
Both motion vector tables have the same number of elements, hence one
can inline said number and remove the field containing the number of
elements from the structure.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>