Recherche avancée

Médias (91)

Autres articles (66)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (11086)

  • avcodec/vc1dec : Don't open and close decoder during init

    30 octobre 2022, par Andreas Rheinhardt
    avcodec/vc1dec : Don't open and close decoder during init
    

    This is done since 16af29a7a6deff3f6081fca1e36ad96cf8fec77d
    (and is actually unnecessary, because the tables initialized
    in ff_msmpeg4_decode_init() are only ever used in vc1_block.c
    which is only entered after a call to ff_msmpeg4_decode_init())
    in a very ugly manner ; said manner had the byproduct of
    involving lots of unnecessary allocations and even opening
    and closing a hwaccel in case one is used.

    This commit achieves the aim of 16af29a7a6deff3f6081fca1e36ad96cf8fec77d
    by initializing the VLCs used by VC-1 in ff_vc1_init_common().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vc1dec.c
  • What are open source ffmpeg players for iOS/Android ?

    24 avril 2013, par jAckOdE

    I have been searching for open source ffmpeg player, and I found somes. But I think there is a lot more out there. If you know one, please drop a line in the comment or answer. I'm working on iOS but really want to look further to see what has been made for Android

    Here are what i found :

    1. Mooncatventures group
      https://github.com/mooncatventures-group

    2. KxMoviePlayer (use OpenGLES, Core Audio)
      https://github.com/kolyvan/kxmovie

    3. FFmpeg for ios (with OpenGLES, AudioQueue)
      https://github.com/flyhawk007/FFmpeg-for-iOS.git

    4. iFrameExtractor
      https://github.com/lajos/iFrameExtractor.git

  • amfenc : Fail to open if the user-supplied device is not usable

    14 avril 2018, par Mark Thompson
    amfenc : Fail to open if the user-supplied device is not usable
    

    If the user supplies a device or frames context then it is an error
    not to use it ; this is consistent with other hardware components.

    Also factorise out the D3D11 initialisation and improve error
    messages.

    • [DH] libavcodec/amfenc.c