Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (46)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

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

Sur d’autres sites (7135)

  • fftools/ffmpeg : Fix declaration-after-statement warning

    17 juillet 2021, par Andreas Rheinhardt
    fftools/ffmpeg : Fix declaration-after-statement warning
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg.c
  • avcodec/av1dec : Don't rely on AV_PIX_FMT_NONE == -1

    10 septembre 2023, par Andreas Rheinhardt
    avcodec/av1dec : Don't rely on AV_PIX_FMT_NONE == -1
    

    Since fb548fba04193a418f118d21b261ba05db4f480b,
    this return -1 is in a function returning enum AVPixelFormat
    whose caller checks for AV_PIX_FMT_NONE for failure.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/av1dec.c
  • fftools/ffmpeg_opt : Remove write-only variable

    1er octobre 2021, par Andreas Rheinhardt
    fftools/ffmpeg_opt : Remove write-only variable
    

    Unused since 6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (the removal of
    ffserver).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_opt.c