Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (59)

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

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7769)

  • lavc/qsvenc : enlarge the SPS buffer to retrieve larger header

    23 août 2022, par gavin zhang
    lavc/qsvenc : enlarge the SPS buffer to retrieve larger header
    

    Increase SPS header buffer to support larger header

    Signed-off-by : gavin zhang <gavin.zhang@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc.c
  • libavcodec/qsvdec : use the parameter from decodeHeader to configure surface

    11 février 2022, par Wenbin Chen
    libavcodec/qsvdec : use the parameter from decodeHeader to configure surface
    

    MSDK recognizes both yuv420p10 and yuv420p9 as MFX_FOURCC_P010, but
    parameters are different. When decode yuv420p9 video, ffmpeg-qsv will use
    yuv420p10le to configure surface which is different with param from
    DecoderHeader and this will lead to error. Now change it use
    param from decoderHeader to configure surface.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvdec.c
  • lavfi/vaapi_vpp : Use dynamic frame pool in outlink if possible

    26 mars 2024, par Haihao Xiang
    lavfi/vaapi_vpp : Use dynamic frame pool in outlink if possible
    

    This can avoid to exhaust the buffers within outlink when libva2 is
    available.

    For example :
    $ ffmpeg -hwaccel_output_format vaapi -hwaccel vaapi -i input.mp4 \
    - vf 'scale_vaapi=w=720:h=480' -c:v hevc_vaapi -f null -
    ...
    [vf#0:0 @ 0x55acad91f400] Error while filtering : Cannot allocate memory
    [vf#0:0 @ 0x55acad91f400] Task finished with error code : -12 (Cannot
    allocate memory)
    [vf#0:0 @ 0x55acad91f400] Terminating thread with return code -12
    (Cannot allocate memory)

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/vaapi_vpp.c