
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (96)
-
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 (...) -
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 -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (13503)
-
FFMPEG/libav : how to match a linux lib version to a source code commit
31 août 2016, par GauthierI’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.
I want to checkout the source version used on my system, obviously, but I don’t know how to match these.
$ ldd my_application | grep avformat
libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)How can I find out the git tag that was used to build version 56 of the shared lib ?
-
Revision 5894e7ef50 : Add const to match declaration The definition fell out of sync in I7d2fda72de5f
16 décembre 2013, par JohannChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Add const to match declarationThe definition fell out of sync in
I7d2fda72de5fc27e86c6589543b41fa044681dbfChange-Id : I3ce3f6ba96bb121f51efaa08f64a69ad9f731a9e
-
vf_colorspace : don’t enable passthrough if bitdepth doesn’t match.
6 mai 2016, par Ronald S. Bultjevf_colorspace : don’t enable passthrough if bitdepth doesn’t match.
Also check return value of av_frame_copy() in passthrough mode, so that
if a copy fails (as it did here, because bitdepth didn’t match), the filter
doesn’t return success, which would mean sending an uninitialized framebuffer
further down the filtergraph.