Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (91)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

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

  • Merge remote-tracking branch ’qatar/master’

    22 avril 2013, par Michael Niedermayer

    Merge remote-tracking branch ’qatar/master’

  • output example : set output channel layout

    23 juin 2014, par Anton Khirnov
    output example : set output channel layout
    
    • [DH] doc/examples/output.c
  • pcm-dvd : Support channel configuration changes

    11 septembre 2013, par Christian Schmidt
    pcm-dvd : Support channel configuration changes
    

    The sample buffering logic does not take into account that the blocksize
    could change. Reset the buffer if the channel configuration changes,
    since if there are leftover samples, it is most likely a broken or
    misconcatenated stream. This could lead to negative numbers for
    missing_samples during decoding.

    Thanks to Michael Niedermeyer for pointing these out.

    • [DH] libavcodec/pcm-dvd.c