Recherche avancée

Médias (91)

Autres articles (66)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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 (...)

Sur d’autres sites (7095)

  • avformat/mxfdec : Check body_offset

    26 avril 2024, par Michael Niedermayer
    avformat/mxfdec : Check body_offset
    

    Fixes : signed integer overflow : 538976288 - -9223372036315799520 cannot be represented in type 'long'
    Fixes : 68060/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-5523457266745344

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfdec.c
  • How to compress video captured by a codenameone application

    19 août 2014, par deshazerj

    I’m working on an application that uses codenameone’s capture function to capture a video and then sends that video to a server. I need to be able to compress the video, on the device, before sending it to the server. I’ve considered using FFMPEG to compress the video by lowering the bit rate and sizing of the video, but it doesn’t look like there’s any functionality within codenameone’s API to implement something like FFMPEG. Does anyone have an idea how I might be able to implement FFMPEG in my application or (even better) if there’s a way to use codenameone’s API to compress video without having to use 3rd party libraries ?

    Thanks !

  • avformat/mxfdec : Fix memleak upon repeating tags

    20 juillet 2020, par Andreas Rheinhardt
    avformat/mxfdec : Fix memleak upon repeating tags
    

    When parsing MXF encountering some tags leads to allocations. And when
    these tags were encountered repeatedly, this could lead to memleaks,
    because the pointer to the old data got simply overwritten with a
    pointer to the new data (or to NULL on allocation failure). This has
    been fixed.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/mxfdec.c