Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (53)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (9339)

  • avcodec/mpegvideo_dec : Use av_fast_padded_malloc where appropriate

    31 juillet 2023, par Andreas Rheinhardt
    avcodec/mpegvideo_dec : Use av_fast_padded_malloc where appropriate
    

    Will probably also fix Coverity issue #1473529.

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

    • [DH] libavcodec/mpegvideo_dec.c
  • avformat/segment : Use ff_stream_encode_params_copy()

    15 avril 2021, par Andreas Rheinhardt
    avformat/segment : Use ff_stream_encode_params_copy()
    

    It is simpler and more complete (e.g. it copies the id).

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

    • [DH] libavformat/segment.c
  • avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()

    9 mai 2024, par Andreas Rheinhardt
    avcodec/aac_ac3_parser : Use ff_adts_header_parse_buf()
    

    instead of avpriv_adts_header_parse(). Using the former avoids
    an indirection.

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

    • [DH] libavcodec/aac_ac3_parser.c