Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6480)

  • lavc : remove libfaac wrapper

    29 septembre 2016, par Josh de Kock
    lavc : remove libfaac wrapper
    

    There is really no need for two aac wrappers, we already have
    libfdk-aac which is better. Not to mention that faac doesn’t
    even support HEv1, or HEv2. It’s also under a license which is
    unusable for distribution, so it would only be useful to people
    who will compile their own ffmpeg, only use it themselves (which
    at that point should just use fdk-aac).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] Changelog
    • [DH] LICENSE.md
    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] doc/ffserver.conf
    • [DH] doc/general.texi
    • [DH] doc/muxers.texi
    • [DH] doc/platform.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libfaac.c
  • movenc : Add support for writing language codes into ISML manifests

    27 septembre 2016, par Jan Ekström
    movenc : Add support for writing language codes into ISML manifests
    

    Streaming servers appear to ignore all other language metadata.

    Signed-off-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/movenc.c
  • ffmpeg : fix memleak of bitstream filter context on failure

    24 septembre 2016, par James Almer
    ffmpeg : fix memleak of bitstream filter context on failure
    

    Increase the nb_bitstream_filters value as soon as the context is allocated, so
    if option parsing fails the last context is actually freed.

    Reviewed-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] ffmpeg_opt.c