Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (45)

  • 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • avcodec/diracdec : Check bytes count in else branch in decode_lowdelay() too

    22 juillet 2018, par Michael Niedermayer
    avcodec/diracdec : Check bytes count in else branch in decode_lowdelay() too
    

    Fixes : signed integer overflow : 8 * 340018243 cannot be represented in type 'int'
    Fixes : 9441/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5194665207791616

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/diracdec.c
  • swresample : Use channel count in rematrix initialization

    24 juillet 2018, par Marcin Gorzel
    swresample : Use channel count in rematrix initialization
    

    Rematrixing supports up to 64 channels. However, there is only a limited number of channel layouts defined. Since the in/out channel count is currently obtained from the channel layout, for undefined layouts (e.g. for 9, 10, 11 channels etc.) the rematrixing fails.

    This patch changes rematrix init methods to use in (used) and out channel count directly instead of computing it from channel layout.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/rematrix.c
    • [DH] libswresample/x86/rematrix_init.c
  • swresample/swresample : Fix input channel count in resample_first computation

    24 juillet 2018, par Michael Niedermayer
    swresample/swresample : Fix input channel count in resample_first computation
    

    Found-by : Marcin Gorzel <gorzel@google.com>
    Reviewed-by : Marcin Gorzel <gorzel@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/swresample.c