Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (73)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (10367)

  • avcodec/hevcdec : remove HEVCContext usage from ff_hevc_compute_poc()

    30 avril 2017, par James Almer
    avcodec/hevcdec : remove HEVCContext usage from ff_hevc_compute_poc()
    

    Move it to hevc_ps as well. This is in preparation for a following patch.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_parser.c
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevc_ps.h
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/hevcdec.h
  • avcodec/hevcdec : move SEI message parsing into a separate header

    30 avril 2017, par James Almer
    avcodec/hevcdec : move SEI message parsing into a separate header
    

    It doesn't depend on hevcdec anymore.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevc_sei.h
    • [DH] libavcodec/hevcdec.h
  • avcodec/hevcdec : remove HEVCContext usage from hevc_sei

    30 avril 2017, par James Almer
    avcodec/hevcdec : remove HEVCContext usage from hevc_sei
    

    Based on the H264 SEI implementation.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_parser.c
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/hevcdec.h