Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (62)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • xface : reduce table sizes.

    22 novembre 2014, par Reimar Döffinger
    xface : reduce table sizes.
    

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/xface.h
  • avformat/mxfdec : check number of index table entires more strictly

    28 décembre 2022, par Marton Balint
    avformat/mxfdec : check number of index table entires more strictly
    

    Let's ignore the index table if the number of index entries does not match the
    index duration (or the special AVID index entry counts).

    Fixes : OOM
    Fixes : 50551/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-6607795234930688

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • mpegts : Update the PSI/SI table only if the version change

    28 avril 2015, par John Högberg
    mpegts : Update the PSI/SI table only if the version change
    

    If a PAT is finished while a PMT section filter is opened but
    not yet finished, the PMT section filter is closed and all
    the received data is discarded.

    This is usually not an issue but some multiplexers (With very
    quick PAT/PMT repetition settings) consistently emit a PMT
    section start, then a PAT, and then the rest of the PMT,
    causing the aforementioned behavior to result in no PMT being
    finished.

    In the most pathologic situation the stream information are lost
    and the probe fallback miscategorizes subtitles as mp3 audio.

    Avoid the issue through eliminating redundant PSI/SI table
    updates by checking their version field, which is required by
    the standard to be incremented on every change no matter how
    minor.

    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/mpegts.c