Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

  • 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 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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (9054)

  • avcodec/mediacodecdec : add workaround for buggy amlogic mpeg2 decoder

    26 avril 2018, par Aman Gupta
    avcodec/mediacodecdec : add workaround for buggy amlogic mpeg2 decoder
    

    I tested the previous mediacodec changes on seven different Android
    TV devices, with both mpeg2 and h264 content. All except one worked
    as expected. The exception was the MiBox3 running Android 6.0.1,
    where playback would freeze on a frame every few seconds. I tested
    two other AMLogic devices with newer Android versions that did not
    show the same problem. H264 decoding on the MiBox3 was also not affected,
    so this workaround applies only to OMX.amlogic.mpeg2.decoder.awesome
    on Android API22.

    There is a rumor that Xiaomi is planning to release Android Oreo for
    the MiBox3, so I will revisit in a few months to confirm whether this
    is specific to os/driver version or the chipset used in that device.

    Signed-off-by : Aman Gupta <aman@tmm1.net>
    Signed-off-by : Matthieu Bouron <matthieu.bouron@gmail.com>

    • [DH] libavcodec/mediacodecdec.c
  • avcodec/v4l2_m2m_dec : fix dropped packets while decoding

    30 août 2019, par Maxime Jourdan
    avcodec/v4l2_m2m_dec : fix dropped packets while decoding
    

    * FFmpeg retrieves a packet from the bitstream
    * It attempts to get an input buffer (from its own list or by dequeuing one from the driver)
    * If no input buffer is found, the bitstream packet is dropped instead of scheduled for trying again later

    It's an issue that showed especially at high speeds (like using `-f null -` as output parameters).

    Signed-off-by : Aman Gupta <aman@tmm1.net>

    • [DH] libavcodec/v4l2_m2m.h
    • [DH] libavcodec/v4l2_m2m_dec.c
  • hwcontext_vulkan : properly support STORAGE usage for mutliplane images

    5 octobre 2023, par Lynne
    hwcontext_vulkan : properly support STORAGE usage for mutliplane images
    

    Fixes multiplane support on Nvidia.

    Also, remove the ENCODE usage, even if the driver signals it as supported.
    Currently, it's not used, and when it is used, it'll be gated behind
    two extension checks.

    • [DH] libavfilter/vulkan_filter.c
    • [DH] libavutil/hwcontext_vulkan.c