Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (55)

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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (8265)

  • rtpenc_jpeg : Handle case of picture dimensions not dividing by 8

    10 avril 2015, par Andrey Utkin
    rtpenc_jpeg : Handle case of picture dimensions not dividing by 8
    

    This fixes the calculation of the number of needed blocks to make
    sure that ALL pixels are represented by the result.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpenc_jpeg.c
  • avformat/dhav : handle files missing data at start

    24 août 2019, par Paul B Mahol
    avformat/dhav : handle files missing data at start
    

    Try to seek to end of file and if signature is found seek backwards until
    last valid chunk is found.

    • [DH] libavformat/dhav.c
  • qsv : Error out if getting session handle failed in avfilter

    15 août 2018, par Zhong Li
    qsv : Error out if getting session handle failed in avfilter
    

    Solve some issues found by an automated code scansion.
    Suppress the complain "variables ’handle’ is used but maybe
    uninitialized".

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavfilter/qsvvpp.c
    • [DBH] libavfilter/vf_deinterlace_qsv.c
    • [DBH] libavfilter/vf_scale_qsv.c