
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (53)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (5510)
-
Revision eb53c69ece : Add cyclic refresh parameters to svc-layer context. For 1 pass CBR spatial-SVC :
8 septembre 2015, par MarcoChanged Paths :
Modify /examples/vp9_spatial_svc_encoder.c
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/encoder/vp9_svc_layercontext.c
Modify /vp9/encoder/vp9_svc_layercontext.h
Modify /vpx/svc_context.h
Add cyclic refresh parameters to svc-layer context.For 1 pass CBR spatial-SVC :
Add cyclic refresh parameters to the svc-layer context.This allows cyclic refresh (aq-mode=3) to be applied to
the whole super-frame (all spatial layers).
This gives a performance improvement for spatial layer encoding.Addd the aq_mode mode on/off setting as command line option.
Change-Id : Ib9c3b5ba3cb7851bfb8c37d4f911664bef38e165
-
avcodec/h264dec : Constify slices' pointer to the parent context
24 mars 2022, par Andreas Rheinhardtavcodec/h264dec : Constify slices' pointer to the parent context
Modifying the main context by a slice thread is racy ;
so constify the pointer to it in H264SliceContext.
The code itself was already compatible with this change.Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
avcodec/dvdec : Constify slice threads' ptr to main context
23 juillet 2022, par Andreas Rheinhardtavcodec/dvdec : Constify slice threads' ptr to main context
Modifying the main context from a slice thread is (usually)
a data race, so it must not happen. So only use a pointer to const
to access the main context.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>