Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (45)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5869)

  • lavc/libopenjpegenc : move opj_setup_encoder to libopenjpeg_encode_frame

    23 janvier 2015, par Jean First
    lavc/libopenjpegenc : move opj_setup_encoder to libopenjpeg_encode_frame
    

    if the openjpeg parameter tcp_rates is not 0 ( using the ffmpeg compression_level option )
    every 2nd image per thread is badly encoded. By moving the opj_setup_encoder function from
    libopenjpeg_encode_init to libopenjpeg_encode_frame this can be prevented.

    This fixes ticket #3754.

    Signed-off-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libopenjpegenc.c
  • mxf : Do not use int to check the seek position

    7 janvier 2014, par Luca Barbato
    mxf : Do not use int to check the seek position
    

    Overly large files are to be expected.

    Reported-by : Jean-Baptiste Kempf <jb@videolan.org>

    • [DBH] libavformat/mxfdec.c
  • avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WI...

    26 janvier 2014, par Michael Niedermayer
    avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WIDE_BACK
    

    This was suggested by Rodeo on IRC
    <Rodeo> for consistency with the rest, MODE_7_1_FRONT_CENTER would be AV_CH_LAYOUT_7POINT1_WIDE_BACK (since LS+RS is mapped to back channels in other modes)

    Reviewed-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libfdk-aacenc.c