Recherche avancée

Médias (91)

Autres articles (111)

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

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11061)

  • avcodec/pngdec : Copy IHDR & plte state from last thread

    29 juin 2015, par Michael Niedermayer
    avcodec/pngdec : Copy IHDR & plte state from last thread
    

    Previously these chunks where parsed again for each frame with threads
    but not without leading to a different path and the potential for
    inconsistencies

    This also removes a related special case from decode_ihdr_chunk()

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

    • [DH] libavcodec/pngdec.c
  • lavf/latmenc : use a local simplified copy of avpriv_copy_bits()

    26 octobre 2020, par Anton Khirnov
    lavf/latmenc : use a local simplified copy of avpriv_copy_bits()
    

    This is the only place in lavf where avpriv_copy_bits() is used, so this
    allows us to make avpriv_copy_bits() lavc-local.

    • [DH] libavformat/latmenc.c
  • Icecast : always send a content-type

    11 novembre 2014, par Marvin Scholz
    Icecast : always send a content-type
    

    use a default (audio/mpeg for historical reason) if none. Required since Icecast 2.4.1
    Not using AVOption default because this breaks content-type warnings (needs to
    detect if no type was set by the user)

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

    • [DH] libavformat/icecast.c