Recherche avancée

Médias (1)

Mot : - Tags -/ticket

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)

  • lavfi/vf_vpp_qsv : handle NULL pointer when evaluating an expression

    9 janvier 2023, par Haihao Xiang
    lavfi/vf_vpp_qsv : handle NULL pointer when evaluating an expression
    

    This patch provides default value if the expression is NULL.

    This is in preparation for reusing the code for other QSV filters.

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

    • [DH] libavfilter/vf_vpp_qsv.c
  • lavc : properly handle subtitle_header in avcodec_copy_context()

    5 avril 2014, par Anton Khirnov
    lavc : properly handle subtitle_header in avcodec_copy_context()
    
    • [DBH] libavcodec/options.c
  • http: handle ICY in presence of chunked transfer encoding

    2 mars 2014, par wm4
    http: handle ICY in presence of chunked transfer encoding
    

    Some http servers send an ICY stream in combination with chunked
    transfer encoding. This case was handled incorrectly by the ICY code :
    instead of handling chunked encoding before anything ICY related, both
    were mixed.

    Fix this by separating the ICY code from normal http reading. Move the
    normal http reading to a new function http_read_stream(), while
    http_read() handles ICY on top of http_read_stream().

    The server identified itself as : cloudflare-nginx

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c