Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par 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, par

    L’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, par

    The 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 Niedermayer
    avcodec/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/ffmpeg

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/xpmdec.c
  • avdevice/decklink : fix MSVC build issues

    6 mai 2017, par Aaron Levinson
    avdevice/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>

    • [DH] configure
    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/decklink_enc.cpp
  • Merge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’

    27 mars 2017, par Clément Bœsch
    Merge commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’
    

    * commit ’c454dfcff90f0ed39c7b0d4e85664986a8b4476c’ :
    Use ISO C printf conversion specifiers where appropriate

    This commit is a noop, an equivalent patch is currently under review on
    the mailing-list : http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209239.html

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/libav-merge.txt