Recherche avancée

Médias (91)

Autres articles (20)

  • 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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

Sur d’autres sites (5622)

  • avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)

    8 juillet 2014, par Alexander V. Lukyanov
    avformat/mpegts : pass MpegTSContext ptr explicitly (fixes #3721)
    

    AVFormatContext->priv_data is not always a MpegTSContext, it can be
    RTSPState when decoding a RTP stream. So it is necessary to pass
    MpegTSContext pointer explicitly.

    This fixes memory corruption from bug #3721 (RTSPState is smaller than
    MpegTSContext thus innocent memory gets overwritten).

    Signed-off-by : Alexander V. Lukyanov <lavv17f@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c
  • libavformat/ftp: Do not leak memory in routine ftp_features

    20 août 2014, par Alexander Strasser
    libavformat/ftp: Do not leak memory in routine ftp_features
    

    Setting the pointer to NULL inside both ftp_send_command
    and ftp_features is redundant. Generally always setting to
    NULL in ftp_send_command seems safer, but throughout the file
    that parameter was always passed initialized. So I do it here
    too for consistency.

    Should fix CID1231988 (RESOURCE_LEAK)

    OKed-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/ftp.c
  • avformat/img2dec : Attempt to detect non-escaped glob patterns too (-pattern_type...

    5 octobre 2014, par Alexander Strasser
    avformat/img2dec : Attempt to detect non-escaped glob patterns too (-pattern_type glob)
    

    Fixes ticket #3948

    Based-on-patch-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/img2dec.c