Recherche avancée

Médias (91)

Autres articles (83)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • 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

Sur d’autres sites (14487)

  • movenc : Include empty tracks in iods when writing fragmented mp4

    3 novembre 2014, par Martin Storsjö
    movenc : Include empty tracks in iods when writing fragmented mp4
    

    When writing fragmented streams with an empty initial moov,
    we won’t have any samples in any tracks when writing the
    moov atom, thus trust that any tracks that are added actually
    will be present.

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

    • [DBH] libavformat/movenc.c
  • movenc : Include empty tracks in iods when writing fragmented mp4

    3 novembre 2014, par Martin Storsjö
    movenc : Include empty tracks in iods when writing fragmented mp4
    

    When writing fragmented streams with an empty initial moov,
    we won’t have any samples in any tracks when writing the
    moov atom, thus trust that any tracks that are added actually
    will be present.

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

    • [DH] libavformat/movenc.c
  • src/libFLAC/stream_decoder.c : Fix another input validation bug.

    28 novembre 2014, par Erik de Castro Lopo
    src/libFLAC/stream_decoder.c : Fix another input validation bug.
    

    If a file says it contains a stupidly large number of vorbis comments,
    the stream decoder would try to allocate enough memory which would fail
    returning NULL and then write to that pointer anyway. The solution is
    to set a hard limit of 10000 vorbis comments and force num_comments to
    zero if the number is too large.

    Problem found using the afl (american fuzzy lop) fuzzer.

    Closes : https://sourceforge.net/p/flac/bugs/421/
    Reported-by : Hanno Böck <hanno@hboeck.de>

    • [DH] src/libFLAC/stream_decoder.c