
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (96)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (4996)
-
Showing FFMPEG not installed even thou its installed discord v12 [closed]
14 septembre 2021, par Dawn of JustizeI have been using my discord bot for almost a year now but when today I executed the command npm install, after that it's showing the error ffmpeg not installed and to install it. But ffmpeg is already installed I tried, npm install ffmpeg, npm install ffmpeg static and binaries also. Still, it is showing the same error again and again.It's driving me crazy


-
Piwik IRC Meetup on Tuesday
10 février 2014, par Fabian Becker — Community, DevelopmentWith the release of Piwik 2.0 and the Piwik Marketplace we are focusing on the community aspect of Piwik Development. In order to give users and developers a chance to get involved in Piwik we decided to have IRC meetups every two weeks, where we discuss current and future plans of Piwik development.
Why should I join ?
This is the chance for everyone to directly talk to developers and discuss issues and feature ideas. It is also good if you want to get involved in development and pick up smaller features to get to know the code base.
Next Piwik meetup
- Date : Tuesday February 11th, 7.30pm UTC
- Duration : 30min
- IRC #piwik channel (irc.freenode.net)
Topics are :
- 2.1 release (closed tickets)
- open tickets for Piwik 2.2
To join the chat, you can use the website : http://webchat.freenode.net/ (or join with your IRC client of choice) – See also what will be the time in your country at 7.30pm UTC. You will find us in the Freenode channel #piwik.
-
qpel_template : Restore author attribution
30 mai 2014, par Michael Niedermayerqpel_template : Restore author attribution
See : 368f50359eb328b0b9d67451f56fda20b3255f9a
See : 59fe111e8122acc614ace5618e1a4ba7416e9875
See :
similarity index 98%
rename from libavcodec/dsputil_template.c
rename to libavcodec/qpel_template.c
index 95d966e..500c75b 100644
— - a/libavcodec/dsputil_template.c
+++ b/libavcodec/qpel_template.c
@@ -1,9 +1,5 @@
/** DSP utils
* Copyright (c) 2000, 2001 Fabrice Bellard
* Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at>
+ * quarterpel DSP function templates
*
* This file is part of FFmpeg.
*Signed-off-by : Michael Niedermayer <michaelni@gmx.at>