
Recherche avancée
Autres articles (53)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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
Sur d’autres sites (5720)
-
Revision a5e97d874b : VP9_COPY_CONVOLVE_SSE2 optimization This function suffers from a couple problem
30 juillet 2015, par Scott LaVarnwayChanged Paths :
Modify /vpx_dsp/x86/vpx_convolve_copy_sse2.asm
VP9_COPY_CONVOLVE_SSE2 optimizationThis function suffers from a couple problems in small core(tablets) :
The load of the next iteration is blocked by the store of previous iteration
4k aliasing (between future store and older loads)
current small core machine are in-order machine and because of it the store
will spin the rehabQ until the load is finished
fixed by :prefetching 2 lines ahead
unroll copy of 2 rows of block
pre-load all xmm regiters before the loop, final stores after the loop
The function is optimized by :
copy_convolve_sse2 64x64 - 16%
copy_convolve_sse2 32x32 - 52%
copy_convolve_sse2 16x16 - 6%
copy_convolve_sse2 8x8 - 2.5%
copy_convolve_sse2 4x4 - 2.7%
credit goes to Tom Craver(tom.r.craver@intel.com) and Ilya
Albrekht(ilya.albrekht@intel.com)Change-Id : I63d3428799c50b2bf7b5677c8268bacb9fc29671
-
avformat/mov : fix hang while seek on a kind of fragmented mp4
3 février 2019, par Charles Liuavformat/mov : fix hang while seek on a kind of fragmented mp4
Binary searching would hang if the fragment items do NOT have timestamp for the
specified stream.For example, a fmp4 consists of separated 'moof' boxes for each track, and
separated 'sidx' for each segment, but no 'mfra' box. Then every fragment item
only have the timestamp for one of its tracks.Example :
ffmpeg -f lavfi -i testsrc -f lavfi -i sine -movflags dash+frag_keyframe+skip_trailer+separate_moof -t 1 out.mp4
ffmpeg -ss 0.5 -i out.mp4 -f null noneAlso fixes the hang in ticket #7572, but not the reason for having
AV_NOPTS_VALUE timestamps there.Signed-off-by : Charles Liu <liuchh83@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu> -
Evolution #3137 (Nouveau) : autoriser_inscrireauteur_dist sur label de trad
1er janvier 2014, par Charles StephanBonjour et bonne Année à tous,
Quelque chose qui ma trotté tout le réveillon ;)...
Pourquoi utiliser les trad comme index ?
Pour par exemple autoriser un nouveau statut à avoir le pouvoir des redacteurs,
case 'monfichierdelangue:info_nouveau_statut :<br /> case 'info_redacteurs' :<br /> return ($GLOBALS['meta']['accepter_inscriptions'] == 'oui');
Ce qui fonctionne mais ce qui est étrange c’est le pourquoi ne pas utiliser les véritables index : 6forum, 0minirezo etc...?
Je ne sais pas si c’est un ticket ou une question en fait.
Bien à vous tous.
Charles