
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (60)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (10246)
-
avcodec/xpmdec : Fix multiple pointer/memory issues
11 mai 2017, par Michael Niedermayeravcodec/xpmdec : Fix multiple pointer/memory issues
Most of these were found through code review in response to
fixing 1466/clusterfuzz-testcase-minimized-5961584419536896
There is thus no testcase for most of this.
The initial issue was Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
avdevice/decklink : fix MSVC build issues
6 mai 2017, par Aaron Levinsonavdevice/decklink : fix MSVC build issues
Purpose : Made minor changes to get the decklink avdevice code to build
using Visual C++.Notes : Made changes to configure per Hendrik Leppkes's review of first
and second versions of patch. Also made slight alterations per Marton
Balint's reviews.Comments :
— configure : Added if enabled decklink section and setting
decklink_indev_extralibs and decklink_outdev_extralibs here for
both mingw and Windows. Also eliminated the setting of these
variables in the mingw section earlier in the file.— libavdevice/decklink_common.cpp : Switched the order of the include
of libavformat/internal.h to workaround build issues with Visual
C++. See comment in file for more details.— libavdevice/decklink_dec.cpp :
a) Rearranged the include of libavformat/internal.h (for reasons as
described above).
b) Made slight alteration to an argument for call to av_rescale_q() to
workaround a compiler error with Visual C++. This appears to only
be an issue when building C++ files with Visual C++. See comment
in code for more details.— libavdevice/decklink_enc.cpp : Rearranged the include of
libavformat/internal.h (for reasons as described above).Signed-off-by : Aaron Levinson <alevinsn@aracnet.com>
Signed-off-by : Marton Balint <cus@passwd.hu> -
Merge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’
27 mars 2017, par Clément BœschMerge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’
* commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’ :
Use ISO C printf conversion specifiers where appropriateThis commit is a noop, an equivalent patch is currently under review on
the mailing-list : http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209239.htmlMerged-by : Clément Bœsch <u@pkh.me>