Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (20)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (3855)

  • 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
  • avformat/matroskadec : Do not leak queued packets on sync errors

    6 février 2019, par Michael Niedermayer
    avformat/matroskadec : Do not leak queued packets on sync errors
    

    Fixes : memleak
    Fixes : clusterfuzz-testcase-minimized-audio_decoder_fuzzer-5649187601121280

    Reported-by : Chris Cunningham <chcunningham@google.com>
    Tested-by : Chris Cunningham <chcunningham@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskadec.c
  • avformat/utils : Check cur_dts in update_initial_timestamps() more

    13 avril 2018, par Michael Niedermayer
    avformat/utils : Check cur_dts in update_initial_timestamps() more
    

    Fixes : runtime error : signed integer overflow : 18133149658382192 - -9223090561878065151 cannot be represented in type 'long long'
    Fixes : crbug 831552

    Reported-by : Matt Wolenetz <wolenetz@google.com>
    Reviewed-by : Matt Wolenetz <wolenetz@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c