Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (72)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (12626)

  • rtpdec : Free depacketizers if the init function failed

    24 février 2015, par Martin Storsjö
    rtpdec : Free depacketizers if the init function failed
    

    This is different from how it is handled in codecs/demuxers/muxers
    though (where the close function isn’t called if the open function
    failed), but since the number of depacketizers that have an .init
    function is quite limited, this is easy to change.

    The main point is that if the init function failed, we shouldn’t
    try to use that depacketizer at all - this makes sure that the
    parse function doesn’t need to check for the things that were
    initialized in the init function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rdt.c
    • [DH] libavformat/rtpdec.h
    • [DH] libavformat/rtpdec_mpegts.c
    • [DH] libavformat/rtsp.c
  • rtpdec : Free depacketizers if the init function failed

    24 février 2015, par Martin Storsjö
    rtpdec : Free depacketizers if the init function failed
    

    This is different from how it is handled in codecs/demuxers/muxers
    though (where the close function isn’t called if the open function
    failed), but since the number of depacketizers that have an .init
    function is quite limited, this is easy to change.

    The main point is that if the init function failed, we shouldn’t
    try to use that depacketizer at all - this makes sure that the
    parse function doesn’t need to check for the things that were
    initialized in the init function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rdt.c
    • [DBH] libavformat/rtpdec.h
    • [DBH] libavformat/rtpdec_mpegts.c
    • [DBH] libavformat/rtsp.c
  • avcodec/snow : Free all planes and bands independent of the last count

    24 février 2015, par Michael Niedermayer
    avcodec/snow : Free all planes and bands independent of the last count
    

    Fixes memleak
    Fixes : signal_sigsegv_24169e6_3445_cov_3778346427_snow_chroma_bug.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/snow.c