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)

  • aacenc : initialize LPC context with MAX_LPC_ORDER

    29 août 2015, par Rostislav Pehlivanov
    aacenc : initialize LPC context with MAX_LPC_ORDER
    

    The order should never go above TNS_MAX_ORDER (and thus cause
    the context to be reinitialized) but this is just in case.

    Also fix a comparison, since the coefficients are zero-indexed.

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

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc_tns.c
  • avcodec/binkaudio : Don't use static storage for context-dependent data

    4 septembre 2020, par Andreas Rheinhardt
    avcodec/binkaudio : Don't use static storage for context-dependent data
    

    Move it to the context instead.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/binkaudio.c
  • lavfi : set the link hwframes context before configuring the dst input

    21 juin 2016, par Anton Khirnov
    lavfi : set the link hwframes context before configuring the dst input
    

    The destination filter might expect the hw frames context to be already
    set (this is the case e.g. for hwdownload).

    • [DBH] libavfilter/avfilter.c