Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (69)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (8009)

  • h264 : handle frame recovery in h264_field_start()

    20 mai 2016, par Anton Khirnov
    h264 : handle frame recovery in h264_field_start()
    

    This is a more appropriate place for this. H264Context.recovery_frame is
    shared between frame threads, so modifying it where it is right now is
    invalid.

    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/h264dec.c
  • libavfilter : Prepare to handle specific error codes in DNN Filters

    2 mars 2022, par Shubhanshu Saxena
    libavfilter : Prepare to handle specific error codes in DNN Filters
    

    This commit prepares the filter side to handle specific error codes
    from the DNN backends instead of current DNN_ERROR.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn_filter_common.c
    • [DH] libavfilter/dnn_filter_common.h
    • [DH] libavfilter/vf_derain.c
    • [DH] libavfilter/vf_dnn_processing.c
    • [DH] libavfilter/vf_sr.c
  • movdec : handle 0x7fff langcode as macintosh per the specs

    21 mars 2012, par Baptiste Coudurier
    movdec : handle 0x7fff langcode as macintosh per the specs
    

    The correct point that seperates ISO and MAC language codes is 0x400
    according to the current QT spec. Old QT specs did not list where this
    seperation is but apparently only defined the meaning of the first 137.

    • [DBH] libavformat/isom.c
    • [DBH] libavformat/mov.c