
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (62)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
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 (...)
Sur d’autres sites (3905)
-
avfilter/vf_vif : Remove superfluous ' ;'
19 février 2021, par Andreas Rheinhardtavfilter/vf_vif : Remove superfluous ' ;'
Inside a function a superfluous ' ;' is just a null-statement ; yet
outside it is invalid, even though compilers happen to accept them.
They (at least GCC and Clang) only warn about this when on -pedantic.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Sinch Video calling not working with ffmpeg video cropping
29 mars 2016, par Mubina ShaikhMy project having ffmpeg video cropping libs,I have added the sinch files under src/main/jniLibs,what happen is project runs successfully but when initiate the video call of sinch blank white color screen appears.Also try to add this code in .mk files of video cropping libs as there is no .mk file is there for sinch,but it still not working.
The code added in .mk files to load the sinch lib module.
include $(CLEAR_VARS)
LOCAL_MODULE := libsinch-android-rtc
LOCAL_STATIC_LIBRARIES := sinch-android-rtc-3.9.3
LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY) -
swscale/x86/swscale : Remove superfluous and invalid ' ;'
21 janvier 2022, par Andreas Rheinhardtswscale/x86/swscale : Remove superfluous and invalid ' ;'
Inside a function an unnecessary ' ;' is just a null statement ;
yet outside of it it is actually illegal (but compilers happen
to accept it without warning except when using -pedantic).
So modify the macros to always expect the user to add a ' ;'.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>