Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (72)

  • 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 (10116)

  • lavc : schedule unused FF_QSCALE_TYPE_* for removal on next bump

    27 octobre 2013, par Anton Khirnov
    lavc : schedule unused FF_QSCALE_TYPE_* for removal on next bump
    
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/version.h
  • h264 : free the tables and uninitialize the context on flush

    4 novembre 2013, par Anton Khirnov
    h264 : free the tables and uninitialize the context on flush
    

    Prevents referencing empty frames when the first packet after the flush
    does not contain a frame.

    • [DBH] libavcodec/h264.c
  • Gather all coded_frame allocations and free functions to a single place

    15 juillet 2015, par Vittorio Giovara
    Gather all coded_frame allocations and free functions to a single place
    

    Allocating coded_frame is what most encoders do anyway, so it makes
    sense to always allocate and free it in a single place. Moreover a lot
    of encoders freed the frame with av_freep() instead of the correct API
    av_frame_free().

    This bring uniformity to encoder behaviour and prevents applications
    from erroneusly accessing this field when not allocated. Additionally
    this helps isolating encoders that export information with coded_frame,
    and heavily simplifies its deprecation.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/a64multienc.c
    • [DBH] libavcodec/alacenc.c
    • [DBH] libavcodec/aliaspixenc.c
    • [DBH] libavcodec/asvenc.c
    • [DBH] libavcodec/bmpenc.c
    • [DBH] libavcodec/cljrenc.c
    • [DBH] libavcodec/dnxhdenc.c
    • [DBH] libavcodec/dpxenc.c
    • [DBH] libavcodec/dvenc.c
    • [DBH] libavcodec/ffv1enc.c
    • [DBH] libavcodec/flashsvenc.c
    • [DBH] libavcodec/gif.c
    • [DBH] libavcodec/huffyuvenc.c
    • [DBH] libavcodec/jpeglsenc.c
    • [DBH] libavcodec/lclenc.c
    • [DBH] libavcodec/libopencore-amr.c
    • [DBH] libavcodec/libopenjpegenc.c
    • [DBH] libavcodec/libschroedingerenc.c
    • [DBH] libavcodec/libspeexenc.c
    • [DBH] libavcodec/libtheoraenc.c
    • [DBH] libavcodec/libvpxenc.c
    • [DBH] libavcodec/libx264.c
    • [DBH] libavcodec/libx265.c
    • [DBH] libavcodec/libxavs.c
    • [DBH] libavcodec/libxvid.c
    • [DBH] libavcodec/ljpegenc.c
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/nvenc.c
    • [DBH] libavcodec/pamenc.c
    • [DBH] libavcodec/pcm.c
    • [DBH] libavcodec/pcxenc.c
    • [DBH] libavcodec/pngenc.c
    • [DBH] libavcodec/pnmenc.c
    • [DBH] libavcodec/proresenc.c
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qtrleenc.c
    • [DBH] libavcodec/rawenc.c
    • [DBH] libavcodec/sgienc.c
    • [DBH] libavcodec/sunrastenc.c
    • [DBH] libavcodec/svq1enc.c
    • [DBH] libavcodec/targaenc.c
    • [DBH] libavcodec/tiffenc.c
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/utvideoenc.c
    • [DBH] libavcodec/v210enc.c
    • [DBH] libavcodec/v410enc.c
    • [DBH] libavcodec/xbmenc.c
    • [DBH] libavcodec/xwdenc.c
    • [DBH] libavcodec/zmbvenc.c