Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (57)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (10331)

  • avformat/mpegts : fix Opus stream count

    5 décembre 2014, par Rafaël Carré
    avformat/mpegts : fix Opus stream count
    

    That number represents the number of streams, not the number of channels

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

    • [DH] libavformat/mpegts.c
  • lavf : Reset the entry count and allocation size variables on av_reallocp failures

    26 septembre 2013, par Martin Storsjö
    lavf : Reset the entry count and allocation size variables on av_reallocp failures
    

    When av_reallocp fails, the associated variables that keep track of
    the number of elements in the array (and in some cases, the
    separate number of allocated elements) need to be reset.

    Not all of these might technically be needed, but it’s better to
    reset them if in doubt, to make sure variables don’t end up
    conflicting.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/avidec.c
    • [DH] libavformat/avienc.c
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/mmst.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/oggparsetheora.c
    • [DH] libavformat/oggparsevorbis.c
    • [DH] libavformat/rdt.c
    • [DH] libavformat/rtmphttp.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/rtpdec_qt.c
    • [DH] libavformat/smacker.c
    • [DH] libavformat/smoothstreamingenc.c
  • avformat/mpeg : do not count PES packets inside PES packets during probing

    6 décembre 2014, par Michael Niedermayer
    avformat/mpeg : do not count PES packets inside PES packets during probing
    

    Fixes : misdetection of test2.mp3

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

    • [DH] libavformat/mpeg.c