Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (65)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • 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

Sur d’autres sites (9179)

  • avformat/sbgdec : Use av_sat_add64() in str_to_time()

    31 janvier 2021, par Michael Niedermayer
    avformat/sbgdec : Use av_sat_add64() in str_to_time()
    

    Fixes : signed integer overflow : 7279992792120000000 + 4611686018427387904 cannot be represented in type 'long long'
    Fixes : 29744/clusterfuzz-testcase-minimized-ffmpeg_dem_SBG_fuzzer-6434060249464832

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

    • [DH] libavformat/sbgdec.c
  • avfilter/fifo : Remove unused functions and headers

    21 août 2020, par Andreas Rheinhardt
    avfilter/fifo : Remove unused functions and headers
    

    The functions were forgotten in 03c8fe49ea3f2a2444607e541dff15a1ccd7f0c2 ;
    removing them also means that the avassert.h and samplefmt.h headers are
    no longer used any more, so they have been removed, too.

    Moreover, video.h is unused since b077d8d9082d057d4c7abd9e0b1a98f9651cfaa8
    and channel_layout.h is since fdd9663781e3ebc8ebed0704607abd174095a905.
    Both headers have therefore been removed, too.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/fifo.c
  • avfilter/af_amix : Don't needlessly reallocate table

    7 août 2020, par Andreas Rheinhardt
    avfilter/af_amix : Don't needlessly reallocate table
    

    Replace using ff_add_format() repeatedly by a single call to
    ff_make_format_list(). (Right now this also fixes a memleak : If the
    first ff_add_format() succeeds and a subsequent call fails, the list
    leaks.)

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/af_amix.c