Recherche avancée

Médias (91)

Autres articles (25)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3555)

  • doc/filters : correct range for length in astats filter

    9 avril 2018, par Gyan Doshi
    doc/filters : correct range for length in astats filter
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/filters.texi
  • avutil/avstring : Limit string length in av_escape to range of int

    9 mars 2021, par Andreas Rheinhardt
    avutil/avstring : Limit string length in av_escape to range of int
    

    Otherwise the caller can't distinguish the return value from an error.

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

    • [DH] libavutil/avstring.c
  • MP3 Playback on iOS, Callback not being fired

    4 décembre 2014, par Skilla89

    I have been trying to playback .mp3 stream using iOS AudioQueue. I am using FFMPEG to decode and I can see that the stream is being decoded and the queue has audio data but I hear no sound since the callback is never fired. Any help on how to set up audio playback for mp3 using AudioQueue would be great appreciated.