Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (28)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • doc/fftools-common-opts : document -help long and full output

    17 septembre 2013, par Stefano Sabatini
    doc/fftools-common-opts : document -help long and full output
    
    • [DH] doc/fftools-common-opts.texi
  • doc : Rename avtools-common-opts to fftools-common opts

    9 septembre 2013, par Timothy Gu
    doc : Rename avtools-common-opts to fftools-common opts
    

    Signed-off-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/ffmpeg.texi
    • [DH] doc/ffplay.texi
    • [DH] doc/ffprobe.texi
    • [DH] doc/ffserver.texi
    • [DH] doc/fftools-common-opts.texi
  • avpacket : Fixing side data copy when src == dst

    2 septembre 2013, par Vignesh Venkatasubramanian
    avpacket : Fixing side data copy when src == dst
    

    Fixing av_packet_copy_side_data to work correctly when source and
    destination are the same. This makes sure that there is no memory
    leak and double frees.

    Signed-off by : Vignesh Venkatasubramanian <vigneshv@google.com>

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

    • [DH] libavcodec/avpacket.c