
Recherche avancée
Autres articles (53)
-
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 -
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 -
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 (...)
Sur d’autres sites (9851)
-
huffyuv : assign correct per-thread avctx pointer to HYuvContext::avctx.
4 avril 2017, par Ronald S. Bultjehuffyuv : assign correct per-thread avctx pointer to HYuvContext::avctx.
Fixes the following tsan warning when running fate-vsynth_lena-ffvhuff :
WARNING : ThreadSanitizer : data race (pid=6484)
Write of size 8 at 0x7d64000154b8 by main thread (mutexes : write M1331) :
#0 update_context_from_user src/libavcodec/pthread_frame.c:331 (ffmpeg+0x000000dca887)
[..]
Previous read of size 8 at 0x7d64000154b8 by thread T2 (mutexes : write M1334) :
#0 draw_slice src/libavcodec/huffyuvdec.c:857 (ffmpeg+0x000000bcc86f) -
vp8 : make mv_min/max thread-local if using partition threading.
5 avril 2017, par Ronald S. Bultjevp8 : make mv_min/max thread-local if using partition threading.
Fixes tsan warnings like this in fate-vp8-test-vector-007 :
WARNING : ThreadSanitizer : data race (pid=65909)
Write of size 4 at 0x7d8c0000e088 by thread T1 :
#0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)
[..]
Previous write of size 4 at 0x7d8c0000e088 by thread T2 :
#0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede) -
vp8 : make wait/thread_mb_pos atomic.
5 avril 2017, par Ronald S. Bultjevp8 : make wait/thread_mb_pos atomic.
Fixes tsan warnings like this in fate-vp8-test-vector-007 :
WARNING : ThreadSanitizer : data race (pid=3590)
Write of size 4 at 0x7d8c0000e07c by thread T2 :
#0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e)
[..]
Previous write of size 4 at 0x7d8c0000e07c by thread T1 :
#0 decode_mb_row_no_filter src/libavcodec/vp8.c:2330 (ffmpeg+0x000000ffb59e)