
Recherche avancée
Autres articles (66)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)
Sur d’autres sites (11558)
-
fate : Add test for APV 422-10 profile
27 avril, par Mark Thompsonfate : Add test for APV 422-10 profile
Bitstream generated using the reference encoder, then edited to fix the
colour description and an extra metadata block added. FFmpeg decoder
output is identical to the reference decoder output.The content used is the first three frames of "Waterfall" from the SVT
Open Content Video Test Suite 2022. This is copyright Sveriges
Television AB and is used under the Creative Commons Attribution 4.0
International License. -
checkasm/sw_rgb : Revert test additions from e18b46d95fadcbaaf450bda9f1871849f2b0c586
26 septembre 2024, par Martin Storsjöcheckasm/sw_rgb : Revert test additions from e18b46d95fadcbaaf450bda9f1871849f2b0c586
The unaligned width test cases fail on i386 ; we have an assembly
function of rgb24toyv12 which is enabled only within
"#if ARCH_X86_32 && HAVE_7REGS", which seems to fail these new
test cases for unaligned widths.As that assembly function has existed for a long time in that form,
the issue probably isn't very recent, thus skip testing these cases
for now.Once the assembly function has been fixed, these test cases can
be readded.Signed-off-by : Martin Storsjö <martin@martin.st>
-
checkasm : add wildcompares for test & functions
13 août 2024, par J. Dekkercheckasm : add wildcompares for test & functions
Added :
—test=<pattern> Filter tests by glob style pattern.
—bench[=<pattern>] Run benchmark and optionally filter functions
by glob style pattern.Example :
$ ./tests/checkasm/checkasm —bench=yuva*
[...]
yuva420p_bgr24_8_c : 34.5 ( 1.00x)
yuva420p_bgr24_8_ssse3 : 31.1 ( 1.11x)
yuva420p_bgr24_128_c : 310.6 ( 1.00x)
yuva420p_bgr24_128_ssse3 : 178.1 ( 1.74x)
yuva420p_bgr24_1080_c : 2509.6 ( 1.00x)
yuva420p_bgr24_1080_ssse3 : 1471.5 ( 1.71x)
yuva420p_bgr24_1920_c : 4462.6 ( 1.00x)
yuva420p_bgr24_1920_ssse3 : 2331.1 ( 1.91x)
[...]Ported from dav1d.
Signed-off-by : J. Dekker <jdek@itanimul.li>