
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (55)
-
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 -
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 -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7811)
-
Revision 1c6203192d : cq_test : allow test cases to be run out of order check that bitrates increase w
13 août 2014, par James ZernChanged Paths :
Modify /test/cq_test.cc
cq_test : allow test cases to be run out of ordercheck that bitrates increase with cqlevel at global test case teardown,
rather than after each individual test case. this allows the tests to be
run out of order with —gtest_shuffle.Change-Id : I9e0d4e6a2d920a1f2fe9aee7b7876a3e7eb5d297
-
jrev/xvid : hardcode use of C put/add_pixels_clamped.
4 avril 2017, par Ronald S. Bultjejrev/xvid : hardcode use of C put/add_pixels_clamped.
This removes the last use of the ff_put/add_pixels_clamped global
function pointers, and as such they are removed.This patch has a negative effect on performance on MIPS, since there’s
a SIMD-optimized put/add_pixels_clamped, but no xvid or jrev. From a
code maintenance point of view, that is probably acceptable.Because the global function pointers are removed, this fixes the following
tsan warnings when running e.g. fate-dnxhr-parse :WARNING : ThreadSanitizer : data race (pid=29917)
Write of size 8 at 0x0000025b12d8 by thread T2 (mutexes : write M1543) :
#0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e)
[..]
Previous write of size 8 at 0x0000025b12d8 by thread T1 (mutexes : write M1541) :
#0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e) -
avcodec/nvenc : use encoder level options for qmin/qmax
8 janvier, par Timo Rothenpieleravcodec/nvenc : use encoder level options for qmin/qmax
AV1 uses a vastly different range than what the global options permit,
and also for the other codecs the range of the global options is at
least misaligned.Fixes #11365