Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (106)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (14178)

  • ffmpeg : count packets when queued

    2 mai 2017, par Muhammad Faiz
    ffmpeg : count packets when queued
    

    Because write_packet() fakely writes packets to muxer by queueing
    them when muxer hasn't been initialized, it should also increment
    frame_number fakely.
    This is required because code in do_streamcopy() rely on
    frame_number.

    Should fix Ticket6227

    Reviewed-by : James Almer <jamrial@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] ffmpeg.c
  • avcodec/tiff : Check geotag count for being non zero

    21 mars 2017, par Michael Niedermayer
    avcodec/tiff : Check geotag count for being non zero
    

    Fixes memleak
    Fixes : 874/clusterfuzz-testcase-5252796175613952

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tiff.c
  • asfdec : Use the ASF stream count when iterating

    12 janvier 2017, par John Stebbins
    asfdec : Use the ASF stream count when iterating
    

    The AVFormat stream count can be larger due external factors, such as
    an id3 tag appended.

    Avoid an out of bound read.

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

    • [DBH] libavformat/asfdec.c