Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (10)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • avcodec/dca_parser : skip initial padding

    31 mai 2016, par foo86
    avcodec/dca_parser : skip initial padding
    

    Padding before the first sync word can be very large for DTS-in-WAV
    streams. There is no reason to include this padding in parsed packet.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dca_parser.c
  • Revision 29e1b1a4b0 : tests : add API_REGISTER_STATE_CHECK used to wrap API functions to ensure full e

    10 juillet 2014, par James Zern

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /test/dct16x16_test.cc


     Modify /test/dct32x32_test.cc


     Modify /test/decode_test_driver.cc


     Modify /test/encode_test_driver.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc


     Modify /test/idct_test.cc


     Modify /test/intrapred_test.cc


     Modify /test/partial_idct_test.cc


     Modify /test/pp_filter_test.cc


     Modify /test/register_state_check.h


     Modify /test/sad_test.cc


     Modify /test/sixtap_predict_test.cc


     Modify /test/subtract_test.cc


     Modify /test/variance_test.cc



    tests : add API_REGISTER_STATE_CHECK

    used to wrap API functions to ensure full environment consistency as
    opposed to the renamed ASM_REGISTER_STATE_CHECK which is used with
    assembly functions.
    currently checks the FPU tag word in x86/x86_64 gcc builds to ensure
    emms has been called.

    Change-Id : Ie241772dbf903d33d516a1add4c8c6783f2e1490

  • Merge commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’

    12 mai 2015, par Michael Niedermayer
    Merge commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’
    

    * commit ’0670acc4f1c4ceb16968818a654e07a3f550a8c9’ :
    dca_parser : Extend DTS core sync word and fix existing check

    Conflicts :
    libavcodec/dca_parser.c

    See : e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dca_parser.c