Recherche avancée

Médias (91)

Autres articles (14)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5894)

  • avformat/matroskadec : Fix probing of unknown-length headers

    17 mai 2019, par Andreas Rheinhardt
    avformat/matroskadec : Fix probing of unknown-length headers
    

    matroska_probe did not support the case of an unknown-length EBML header
    at all ; given that libavformat's Matroska muxer used to produce such
    files in the streaming case, support for them has been added.

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

    • [DH] libavformat/matroskadec.c
  • Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these

    4 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_quantize.c



    Adjust q range

    Skip Q values between the q.0 mode and a real q of
    2.0 as these are not valuable from an RD perspective.

    Change-Id : I110c4858c57f97315953f4d88a2596d4764360df

  • avformat/mov : Add simple ACLR atom reading to set the color range of the incomming...

    19 février 2015, par Kevin Wheatley
    avformat/mov : Add simple ACLR atom reading to set the color range of the incomming track for codec’s like DNxHD that utilise AVID’s proprietary atom.
    

    On input ACLR will be used to set colour range no matter which codec
    it is associated with.
    No change for when it will be output.

    Rework mov_read_extradata function to allow detection of truncated
    atom reads by callers.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c