Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (39)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5932)

  • avcodec/libxevd : Remove FF_CODEC_CAP_SETS_PKT_DTS cap

    27 février 2024, par Andreas Rheinhardt
    avcodec/libxevd : Remove FF_CODEC_CAP_SETS_PKT_DTS cap
    

    This decoder implements the receive_frame API ; such decoders
    always have to set the pkt_dts field themselves and the avcodec
    test checks for this.

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

    • [DH] libavcodec/libxevd.c
  • avcodec/mpegvideo_enc : Don't reset statistics twice

    19 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Don't reset statistics twice
    

    This happens currently for the non-main slice contexts.
    But these variables get reset at the start of encode_thread()
    anyway for all slices, so this is unnecessary.

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

    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/mpeg12dec : Set save_chroma_format also for VCR2

    16 mai, par Andreas Rheinhardt
    avcodec/mpeg12dec : Set save_chroma_format also for VCR2
    

    Otherwise the MpegEncContext would be unnecessarily reinitialized
    once (this does not affect the output for an intra-only variant
    like VCR2) in mpeg_decode_postinit().

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

    • [DH] libavcodec/mpeg12dec.c