Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (74)

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

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (13104)

  • FFPlay constantly seek latest on stream

    30 avril 2020, par Arcane Blackwood

    Using this command :
ffplay -fflags nobuffer -flags low_delay -framedrop -strict experimental -i "tcp://192.168.1.8:1922?recv_buffer_size=10000"
I want to as the title says, seek to the most recent time in the stream
This stream is broadcast locally, but whenever there is a hickup in the stream, it can lag behind drastically. How would I go about fixing/achieving this ?

    


  • oggdec : use ffio_ensure_seekback() to seek back on incorrect data

    28 avril 2020, par Lynne
    oggdec : use ffio_ensure_seekback() to seek back on incorrect data
    

    This cleans up the code and simplifies it.
    It also speeds up parsing since the old pb position was incorrect.

    • [DH] libavformat/oggdec.c
  • libFLAC : Put upper bound on number of seek points.

    18 février 2015, par Erik de Castro Lopo
    libFLAC : Put upper bound on number of seek points.
    

    Restrict number of seek points to 32768 total and a maximum of two per
    second.

    Ten hours of content is 36000 seconds which gives about one seek point
    for every second for those ten hours. Also, having more than two seek
    point per second makes little sense regardless of content length.

    Without these restrictions flac-to-flac encoding of a malformed input
    file (eg something generated with http://lcamtuf.coredump.cx/afl/)
    can result in an attempt to generate a stupidly large number of seek
    points and cause an allocation failure.

    • [DH] src/libFLAC/metadata_object.c
    • [DH] src/share/grabbag/seektable.c