Recherche avancée

Médias (91)

Autres articles (87)

  • 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

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

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

Sur d’autres sites (13342)

  • avcodec/utils : Simplify a condition that combines HAVE_NEON and ARCH_ARM

    20 août 2013, par Diego Biurrun
    avcodec/utils : Simplify a condition that combines HAVE_NEON and ARCH_ARM
    
    • [DBH] libavcodec/utils.c
  • avformat/mpegtsenc : warn users if codec isn't supported

    20 décembre 2019, par Gyan Doshi
    avformat/mpegtsenc : warn users if codec isn't supported
    

    The MPEG-TS muxer will mux streams with unsupported codec id
    as a private data stream ; this usually makes the stream
    not recognizable by ffmpeg and likely other tools.

    • [DH] libavformat/mpegtsenc.c
  • avcodec/mpv_reconstruct_mb_template : Merge template into its users

    20 juin 2024, par Andreas Rheinhardt
    avcodec/mpv_reconstruct_mb_template : Merge template into its users
    

    A large part of this template is decoder-only. This makes
    the complexity of the IS_ENCODER-checks not worth it.
    So simply merge the template into both its users.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_dec.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpv_reconstruct_mb_template.c