Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (64)

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

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11156)

  • hevc : split out setting AVCodecContext parameters

    29 mars 2015, par Anton Khirnov
    hevc : split out setting AVCodecContext parameters
    

    Additionally always set the software pixel format, so it’s available
    even if ff_get_format() is not called later. This will be useful for
    exporting stream parameters from init().

    • [DBH] libavcodec/hevc.c
  • avcodec/nvenc : split large functions into smaller ones

    20 mai 2016, par Andrey Turkin
    avcodec/nvenc : split large functions into smaller ones
    

    Functions names and scopes are from libav. This commit basically moves
    code around without changing it ; it shouldn’t change any functionality
    except some small leak fixes on error paths.

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
  • lavfi/vf_libplacebo : split and refactor logic

    5 mai 2023, par Niklas Haas
    lavfi/vf_libplacebo : split and refactor logic
    

    This commit contains no functional change. The goal is merely to
    separate the highly intertwined `filter_frame` and `process_frames`
    functions into their separate concerns, specifically to separate frame
    uploading (which is now done directly in `filter_frame`) from emitting a
    frame (which is now done by a dedicated function `output_frame`).

    The overall idea here is to be able to ultimately call `output_frame`
    multiple times, to e.g. emit several output frames for a single input
    frame.

    • [DH] libavfilter/vf_libplacebo.c