Recherche avancée

Médias (91)

Autres articles (99)

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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11214)

  • tools/decode_simple : always call process_frame(NULL) at the end

    18 octobre 2022, par Anton Khirnov
    tools/decode_simple : always call process_frame(NULL) at the end
    

    Currently this would not be done if max_frames is triggered.

    Makes no difference in either of the tools currently using
    decode_simple, but may be important in future tools.

    • [DH] tools/decode_simple.c
  • avformat/asfdec : call ff_read_frame_flush() in asf_read_pts()

    12 août 2013, par Michael Niedermayer
    avformat/asfdec : call ff_read_frame_flush() in asf_read_pts()
    

    flushing just the asf demuxer but not the cores buffers leads to inconsistencies
    and a "random" packet position which later causes an assertion failure

    Fixes Ticket2853

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

    • [DH] libavformat/asfdec.c
  • vc1test : Check malloc call

    6 juillet 2014, par Nidhi Makhijani
    vc1test : Check malloc call
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavformat/vc1test.c