Recherche avancée

Médias (91)

Autres articles (70)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10988)

  • swscale/utils : Factor initializing single slice context out

    19 novembre 2022, par Andreas Rheinhardt
    swscale/utils : Factor initializing single slice context out
    

    Initializing slice threads currently uses the function
    (sws_init_context()) that is also used for initializing
    user-facing contexts with the only difference being that
    nb_threads is set to one before initializing the slice contexts.

    Yet sws_init_context() also initializes lots of stuff
    that is not slice-dependent, i.e. (src|dst)Range. This
    currently only works because the code sets these fields
    to the same values for all slice contexts. This is not
    nice ; even worse, it entails that log messages are printed
    once per slice context (and therefore fill the screen).

    This commit lays the groundwork to fix this.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswscale/utils.c
  • aacenc : allocate a larger buffer for the TNS LPC context

    1er septembre 2015, par Rostislav Pehlivanov
    aacenc : allocate a larger buffer for the TNS LPC context
    

    Turns out autocorrelating more than 750 coefficients at once
    will cause a segfault, despite there being enough space to
    hold an entire frame of samples into the buffer.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c
  • aviobuf : check context before using it

    18 octobre 2014, par Vittorio Giovara
    aviobuf : check context before using it
    

    Avoid a possible null pointer dereference.

    CC : libav-stable@libav.org
    Bug-Id : CID 1135769

    • [DBH] libavformat/aviobuf.c