Recherche avancée

Médias (91)

Autres articles (20)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

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

Sur d’autres sites (4555)

  • configure : Special case libfreetype test

    6 décembre 2013, par Alexander Strasser
    configure : Special case libfreetype test
    

    Include the freetype header, in-directly through a macro, like it
    is done in the drawtext filter. Do not break if the header is moved.

    Unfortunately the drawtext filter included the file where the include
    macros are defined in a wrong way. This is not needed and breaks the
    build. Remove that #include line too.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] configure
    • [DH] libavfilter/vf_drawtext.c
  • webp : add a special case for a huffman table with only 1 symbol

    4 décembre 2013, par Justin Ruggles
    webp : add a special case for a huffman table with only 1 symbol
    

    The vlc reader cannot handle 0-bit huffman codes. For most
    situations WebP uses the "simple" huffman coding for this case,
    but that will only handle symbols up to 255. For the LZ77 distance
    codes, larger symbol values are needed, so it can happen in rare
    cases that a normal huffman table is used that only has a single
    symbol.

    • [DBH] libavcodec/webp.c
  • Revision 99892e85d5 : Fix check of debug counts for corrupt frame Fixes the idecoder in the case wher

    7 mai 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Fix check of debug counts for corrupt frame

    Fixes the idecoder in the case where :
    cm->error_resilient_mode == 0, and
    cm->frame_parallel_decoding_mode == 0, but
    new_fb->corrupted == 1.

    The assert in debug_check_frame_counts fails to
    take into account the case of a corrupt frame.

    Change-Id : Idf318a68458cc88d65d6f3f408a10d8ffe87e43f