Recherche avancée

Médias (1)

Mot : - Tags -/stallman

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 (9173)

  • hevc : remove useless clip in FUNC(sao_band_filter)()

    11 janvier 2014, par Guillaume Martres
    hevc : remove useless clip in FUNC(sao_band_filter)()
    

    The src buffer should only contain values in the interval
    [0, (1 << BIT_DEPTH) - 1]. Since shift = (BIT_DEPTH - 5), src[x] >> shift
    must be in the interval [0, 31], so no clip is needed.

    This removes the code that was changed in 5856bca360c5bc3e340a357d91b1f993c80a7bea
    as the clip that was repositioned in that commit is removed

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevcdsp_template.c
  • hevc : clip pixels when transquant bypass is used

    11 janvier 2014, par Guillaume Martres
    hevc : clip pixels when transquant bypass is used
    

    Fixes : asan_stack-oob_eae8e3_7333_WPP_B_ericsson_MAIN10_2.bit
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind

    This is a more proper fix than 5856bca360c5bc3e340a357d91b1f993c80a7bea

    The reconstructed picture should always be clipped (see section 8.6.5),
    previously we did not clip coding units where
    cu_transquant_bypass_flag == 1

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevcdsp_template.c
  • avcodec/mpegvideo : clip mv visualization arrows so that their direction is maintained

    9 juillet 2014, par Michael Niedermayer
    avcodec/mpegvideo : clip mv visualization arrows so that their direction is maintained
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo.c