Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (10200)

  • change max Buffer Length in MPEG-dash format

    17 novembre 2020, par ADL

    I'm trying to change the max buffer length on my video streaming in clappr video player.
I know that in HLS format the way to do it is like this :

    


    player = new Clappr.Player({
      playback: {
        hlsjsConfig: {
         maxMaxBufferLength: 30
      }}})


    


    And it's realy working for HLS videos,
I'm looking for equivalent way to do it with MPEG-dash foramt

    


  • prores : Always assume limited range

    27 septembre 2017, par Vittorio Giovara
    prores : Always assume limited range
    

    As defined by the specification.

    • [DH] libavcodec/proresdec_lgpl.c
  • softfloat : decrease MIN_EXP to cover full float range

    25 novembre 2016, par Andreas Cadhalpun
    softfloat : decrease MIN_EXP to cover full float range
    

    floats are not necessarily normalized, so a normalized softfloat needs
    MIN_EXP lowered by 23 to cover that range.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/softfloat.h