Recherche avancée

Médias (91)

Autres articles (58)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8181)

  • avfilter/src_movie : call open_stream after guess_channel_layout

    2 juin 2016, par Muhammad Faiz
    avfilter/src_movie : call open_stream after guess_channel_layout
    

    fix error ’Channel layout change is not supported’ when
    opening wav file

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/src_movie.c
  • fftools/ffmpeg : deobfuscate check_decode_result() call

    16 mai 2023, par Anton Khirnov
    fftools/ffmpeg : deobfuscate check_decode_result() call
    

    Passing ist=NULL is currently used to identify stream types that do not
    decode into AVFrames, i.e. subtitles. That is highly non-obvious -
    always pass a non-NULL InputStream and just check the type explicitly.

    • [DH] fftools/ffmpeg.c
  • avcodec/h264 : call flush_change() on init

    10 octobre 2013, par Michael Niedermayer
    avcodec/h264 : call flush_change() on init
    

    This ensures that all the non zero fields get setup correctly.
    Alternatively their initialization could be duplicated.

    Fixes Ticket2738

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

    • [DH] libavcodec/h264.c