Recherche avancée

Médias (91)

Autres articles (64)

  • 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 ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Revision 806fa6aaca : Silience -wextra warnings in vp9_reconintra.c The warning messages complained t

    13 mai 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_reconintra.c



    Silience -wextra warnings in vp9_reconintra.c

    The warning messages complained that there are unused arguments
    in a few prediction modes. This structure was designed on purpose,
    such that a wrapper function can cover all prediction mode cases
    and make them readily accessible as an pointer array.

    This commit silences such warnings.

    Change-Id : I7036b6bdb70747e5327d8f6fceb154f100abc4c0

  • Revision e434d08fd9 : Remove old activity masking code. Delete code relating to the old VP8_TUNE_SSIM

    14 avril 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_quantize.c



    Remove old activity masking code.

    Delete code relating to the old VP8_TUNE_SSIM flag
    as this code does not currently work and is largely made
    redundant in VP9 by the various AQ modes.

    Change-Id : I71f28e1f680573d296422254489000678552b17b

  • avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WI...

    26 janvier 2014, par Michael Niedermayer
    avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WIDE_BACK
    

    This was suggested by Rodeo on IRC
    <Rodeo> for consistency with the rest, MODE_7_1_FRONT_CENTER would be AV_CH_LAYOUT_7POINT1_WIDE_BACK (since LS+RS is mapped to back channels in other modes)

    Reviewed-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libfdk-aacenc.c