Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (8368)

  • avcodec/iff : Pass extradata and extradata_size explicitly

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Pass extradata and extradata_size explicitly
    

    This might be useful in case this decoder were changed to support
    new extradata passed via side-data.

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

    • [DH] libavcodec/iff.c
  • avcodec/elbg : Move avpriv_init_elbg() down

    15 septembre 2021, par Andreas Rheinhardt
    avcodec/elbg : Move avpriv_init_elbg() down
    

    It will avoid a forward declaration later.

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

    • [DH] libavcodec/elbg.c
  • avcodec/mpegvideo_enc : Initialize dct_unquantize_int(ra|er) only once

    25 octobre 2022, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Initialize dct_unquantize_int(ra|er) only once
    

    For encoders, mpeg_quant is an option of the MPEG-4 encoder
    and therefore constant. This implies that one can set
    the dct_unquantize_(intra|inter) function pointers during init.

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

    • [DH] libavcodec/mpegvideo_enc.c