Recherche avancée

Médias (91)

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • avformat/flac_picture : print a warning when mimetype is unknown

    28 mars 2024, par James Almer
    avformat/flac_picture : print a warning when mimetype is unknown
    

    It's not an error since bba6df9ac7bd8386d92e1a7f5c737ca4e575fcc.

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

    • [DH] libavformat/flac_picture.c
  • avutil/channel_layout : add specific text versions for unknown and unused channels

    9 mars 2024, par Marton Balint
    avutil/channel_layout : add specific text versions for unknown and unused channels
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/channel_layout.c
    • [DH] libavutil/tests/channel_layout.c
    • [DH] tests/ref/fate/channel_layout
  • avformat/psxstr : fix unknown sector type 00/80

    2 janvier 2024, par aybe aybe
    avformat/psxstr : fix unknown sector type 00/80
    

    This third patch fixes warnings that are false positives (still on STRv1).

    That's because these sectors are simply empty ones as can be read in "System Description CD-ROM XA, May 1991,
    4.3.2.3".

    Haven't attempted significant refactoring as it just works, left a comment instead about the situation.

    The result is that there are no more false warnings when converting.

    Signed-off-by : aybe <aybe@users.noreply.github.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/psxstr.c