Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (47)

  • 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 audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8838)

  • avformat/mov : Fix crash with too big STSZ atoms

    24 juillet 2021, par Andreas Rheinhardt
    avformat/mov : Fix crash with too big STSZ atoms
    

    mov_read_stsz() did not ensure that every bit of a buffer is addressable
    by an int as is required by the get_bits API, leading to a crash in
    ticket #9344. Fix this by restricting the size more thoroughly.

    The file from said ticket will then be considered invalid ; in the
    future, we might read and process the data in chunks to actually support
    such files.

    Fixes ticket #9344.

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

    • [DH] libavformat/mov.c
  • avformat/avidec : Use 64bit for frame number in odml index parsing

    11 mai 2021, par Michael Niedermayer
    avformat/avidec : Use 64bit for frame number in odml index parsing
    

    Fixes : signed integer overflow : 1179337772 + 1392508928 cannot be represented in type 'int'
    Fixes : 34088/clusterfuzz-testcase-minimized-ffmpeg_dem_AVI_fuzzer-5846945303232512

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

    • [DH] libavformat/avidec.c
  • avcodec/qsv : Make ff_qsv_map_error() static

    6 septembre 2021, par Andreas Rheinhardt
    avcodec/qsv : Make ff_qsv_map_error() static
    

    It is only an auxiliary function to ff_qsv_print_(error|warning)().

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

    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsv_internal.h