
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (102)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (10836)
-
Which StackExchange should be a configuration/compilation question ? [migrated]
4 février, par LerennI asked a question yesterday on a configuration/compilation error regarding FFMPEG with NVCC that threw up some C++ errors.


Being a source code error, I thought that the StackOverflow part was appropriate but apparently not. Could you help me find on which StackExchange I should post my question ?


Here is my old post : Configuration error when configuring the FFMPEG compilation with NVCC/CUDA


Thank you !!


-
libavfilter/vf_yadif : Make frame management logic and options shareable
24 octobre 2018, par Philip Langdalelibavfilter/vf_yadif : Make frame management logic and options shareable
I'm writing a cuda implementation of yadif, and while this
obviously has a very different implementation of the actual
filtering, all the frame management is unchanged. To avoid
duplicating that logic, let's make it shareable.From the perspective of the existing filter, the only real change
is introducing a function pointer for the filter() function so it
can be specified for the specific filter. -
avfilter/vf_bwdif : Use common yadif frame management logic
4 novembre 2018, par Philip Langdale