Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (42)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les images

    15 mai 2013
  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (6784)

  • avformat : add common mechanism for skipping samples at the start of file

    22 avril 2015, par wm4
    avformat : add common mechanism for skipping samples at the start of file
    

    This makes using the generic indexing code with mp3 easier at a later
    point.

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

    • [DH] libavformat/avformat.h
    • [DH] libavformat/utils.c
  • avformat/mp3dec : use the common mechanism for skipping samples

    22 avril 2015, par wm4
    avformat/mp3dec : use the common mechanism for skipping samples
    

    The mp2 seek test results change. Whether to skip samples if the file
    had no LAME gapless tags was inconsistent. When seeking to the start
    of the file, 529 samples were skipped, but when playing from start,
    nothing was skipped. This commit changes the behavior on seek to skip
    nothing.

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

    • [DH] libavformat/mp3dec.c
    • [DH] tests/ref/seek/acodec-mp2
  • avformat/rtpdec_xiph : Move pkt_len onto one side of the check

    12 mai 2015, par Michael Niedermayer
    avformat/rtpdec_xiph : Move pkt_len onto one side of the check
    

    This is more correct
    Fixes CID1271793

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

    • [DH] libavformat/rtpdec_xiph.c