Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (28)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

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