Recherche avancée

Médias (91)

Autres articles (22)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (5086)

  • avformat/utils : add missing brackets around arguments in av_realloc() call

    22 novembre 2016, par James Almer
    avformat/utils : add missing brackets around arguments in av_realloc() call
    

    Found-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/utils.c
  • avfilter/vf_psnr : Prevent integer overflow.

    21 septembre 2013, par Neil Birkbeck
    avfilter/vf_psnr : Prevent integer overflow.
    

    The 32-bit integer accumulator in MSE computation can overflow for 8-bit frame data.
    (e.g., for 1080p white frame compared to a black frame can give sum of 255*255*1080*1920 > 2^32).

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_psnr.c
  • libavformat/matroskaenc.c : fix small memory leaks on error

    19 août 2015, par Neil Birkbeck
    libavformat/matroskaenc.c : fix small memory leaks on error
    

    Fixing small leaks that can occur when mkv_write_tracks fails in mkv_write_header
    (e.g., if video track has unknown codec). Also changing mkv_write_seekhead to take
    the MatroskaMuxContext to avoid having dangling pointers.

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskaenc.c