Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (63)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11273)

  • Merge commit ’718907cd881a0b593264aed059c0e00da13f9e15’

    9 avril 2014, par Michael Niedermayer
    Merge commit ’718907cd881a0b593264aed059c0e00da13f9e15’
    

    * commit ’718907cd881a0b593264aed059c0e00da13f9e15’ :
    libtwolame MP2 encoding support

    Conflicts :
    Changelog
    configure
    doc/general.texi
    libavcodec/Makefile
    libavcodec/libtwolame.c
    libavcodec/version.h

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

    • [DH] doc/general.texi
    • [DH] libavcodec/libtwolame.c
    • [DH] libavcodec/version.h
  • avisynth : Bump minimum required version to interface version 6

    2 avril 2015, par Stephen Hutchinson
    avisynth : Bump minimum required version to interface version 6
    

    The AVSC_API changes in the new headers mean that the 2.6 alphas
    are just as incompatible as 2.5 is.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] doc/general.texi
    • [DBH] libavformat/avisynth.c
  • Merge commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’

    14 juillet 2016, par Clément Bœsch
    Merge commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’
    

    * commit ’d78fd2fa21cde28465e40dd0be4446b1387d22a6’ :
    Add MagicYUV decoder

    Changes observed from Libav :
    - many cosmetics (function renames/move, spacing, line breaks)
    - MagicYUVContext.slices_size is now unsigned
    - use of pixdesc (include fixed in FFmpeg)
    - mention of "Lossless" in the long name dropped (also removed from
    general.texi in FFmpeg)
    - addition of the FF_CODEC_CAP_INIT_THREADSAFE caps
    - use of qsort() instead of AV_QSORT() (NOT MERGED)
    - use of AVCodecContext.width,height instead of AVCodecContext.coded_width,height (NOT MERGED)

    See also 77f9c4b7aa9eb793b3019025e177245896821816

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/general.texi
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/magicyuv.c