
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)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (13896)
-
Revision 993ef8bd4c : Re-work RD modeling based on inter frame prediction residual This commit re-wor
27 août 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Re-work RD modeling based on inter frame prediction residualThis commit re-work the operation flow related to prediction
residual generation and the rate-distortion modeling. It saves one
call for model_rd_for_sb.Change-Id : Icaf96c0ff09c903637ed5283448afe01d798195f
-
Revision b0e1c5f899 : ads2gas.pl : various enhancements to work with flash. TEST=Ran it on different a
1er novembre 2012, par Ahmad SharifChanged Paths : Modify /build/make/ads2gas.pl ads2gas.pl : various enhancements to work with flash. TEST=Ran it on different asm files. Change-Id : Ief2a009366787954d0eb5c356c64acaef350cf84
-
ffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs
5 janvier 2014, par Alexander Strasserffmpeg_opt : assert_file_overwrite : Work for all file protocol outputs
Currently the file overwrite check does not work for paths that
contain a colon.Use avio_find_protocol to always execute the existence check if
the file protocol is going to be used.Fix remaining part of ticket #3249.
Signed-off-by : Alexander Strasser <eclipse7@gmx.net>