Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (6)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (3219)

  • vc2enc : cache bits per quantizer, calculate wasted bits

    27 février 2016, par Rostislav Pehlivanov
    vc2enc : cache bits per quantizer, calculate wasted bits
    

    Needed for following commits, also a speed increase.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
  • ImageOptim byte savings

    24 avril 2011, par Scott Schiller

    m demo/360-player/360-button-pause-light.gif m demo/360-player/360-button-pause-light.png m demo/360-player/360-button-pause.gif m demo/360-player/360-button-pause.png m demo/360-player/360-button-play-light.gif m demo/360-player/360-button-play-light.png m demo/360-player/360-button-play.gif m (...)

  • avcodec/wmalosslessdec : Check that padding bits is not more than sample bits

    18 novembre 2019, par Michael Niedermayer
    avcodec/wmalosslessdec : Check that padding bits is not more than sample bits
    

    Fixes : left shift of 1 by 31 places cannot be represented in type 'int'
    Fixes : 18817/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5713317180211200

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/wmalosslessdec.c