Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (106)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9058)

  • ffmpeg : modify tty state when stderr is redirected

    31 juillet 2015, par Ganesh Ajjanagadde
    ffmpeg : modify tty state when stderr is redirected
    

    Removes unnecessary isatty(), fixes Ticket2964

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] ffmpeg.c
  • avformat/utils : Always leave parse_pkt in blank state, avoid resetting

    18 mars 2021, par Andreas Rheinhardt
    avformat/utils : Always leave parse_pkt in blank state, avoid resetting
    

    Always leaving said packet in a blank state after having used it
    allows to avoid having to reset it before one uses it ; and it also
    allows to use it in more places than just in parse_packet() here.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/utils.c
  • mjpeg_decode_scan : reset restart state

    9 juillet 2013, par Michael Niedermayer
    mjpeg_decode_scan : reset restart state
    

    Fixes Ticket2082
    Fixes progressive/refinement + restart jpegs

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

    • [DH] libavcodec/mjpegdec.c