Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (83)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8762)

  • fftools/ffprobe : Factor writing common side data types out

    1er juin, par Andreas Rheinhardt
    fftools/ffprobe : Factor writing common side data types out
    

    Reviewed-by : softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffprobe.c
  • avcodec/ffv1dec_template : Optimize common case in run mode

    23 mai 2019, par Michael Niedermayer
    avcodec/ffv1dec_template : Optimize common case in run mode
    

    Fixes : Timeout (14sec -> 9sec)
    Fixes : 13398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFV1_fuzzer-5664106709778432

    decode_line() becomes 1% faster for fate/vsynth2-ffv1.avi
    for another fate sample there is a 0.5% speedup
    the effect should be bigger for files with "flat" colored areas
    the new faster branch is used in 97-100% of the cases in fate samples
    compared to the older more complex (which i tested)

    vsynth3-ffv1-v3-bgr0.avi had the lowest percentual useage of about 97%

    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/ffv1dec_template.c
  • avformat/asf : Factor common code out

    29 mars 2021, par Andreas Rheinhardt
    avformat/asf : Factor common code out
    

    Both functions to read attached pictures coincide since
    e83f27a21a6d2f602b55e541ef66e365400e9827 (save for some log messages
    in case av_dict_set failed).

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

    • [DH] libavformat/asf.c
    • [DH] libavformat/asf.h
    • [DH] libavformat/asfdec_f.c
    • [DH] libavformat/asfdec_o.c