Recherche avancée

Médias (91)

Autres articles (51)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (8411)

  • avdevice/dshow : fix print format for some variables

    12 novembre 2021, par James Almer
    avdevice/dshow : fix print format for some variables
    

    WAVEFORMATEX.nChannels and WAVEFORMATEX.wBitsPerSample are of type WORD, aka
    unsigned short.

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

    • [DH] libavdevice/dshow.c
  • 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