Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (50)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

Sur d’autres sites (7304)

  • ffmpeg_opt : free incorrect priv_data for feed stream

    7 novembre 2014, par Lukasz Marek
    ffmpeg_opt : free incorrect priv_data for feed stream
    

    new_output_stream creates a codec context with arbitraty picked codec.
    Later data is updated, but priv_data are left alone.
    There is a bit chance there is a mismatch between codecs.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg_opt.c
  • Fix read-after-free in matroska_read_seek().

    6 novembre 2014, par Xiaohan Wang
    Fix read-after-free in matroska_read_seek().
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the function.
    However, functions like matroska_parse_cues() could reallocate the tracks so
    that |tracks| can get invalidated.

    This CL assigns |tracks| only before we use it so that it won’t be invalidated.

    BUG=427266
    TEST=Test case in associated bug passes now.

    Change-Id : I9c7065fe8f4311ca846076281df2282d190ed344

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskadec.c
  • avformat/avc : free buffer in ff_isom_write_avcc on failure

    25 novembre 2017, par James Almer
    avformat/avc : free buffer in ff_isom_write_avcc on failure
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/avc.c