Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (60)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8925)

  • compile ffmpeg with android ndk r5b

    7 janvier 2013, par null

    compile ffmpeg with android ndk r5b.

    ffmpeg 0.6.1

    android ndk r5b

    cygwin 1.7

    build reference url : http://www.cnblogs.com/scottwong/archive/2010/12/17/1909455.html

    but, ffmpeg ./configure result error ! (below config.err file)

    check_cc
    BEGIN /tmp/ffconf.GlDiY1P8.c
       1   int main(void){ return 0; }
    END /tmp/ffconf.GlDiY1P8.c
    /android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/windows/bin/arm-eabi-gcc -fPIC -DANDROID -c -o /tmp/ffconf.1kQLpGaU.o /tmp/ffconf.GlDiY1P8.c
    arm-eabi-gcc.exe: /tmp/ffconf.GlDiY1P8.c: No such file or directory

    arm-eabi-gcc.exe: no input files

    C compiler test failed.

    so, i just try test code.

    // test.c code
    int main(){
     return 0;
    }

    /android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/windows/bin/arm-eabi-gcc -fPIC -DANDROID -c -o ./test.o ./test.c

    ok !!!! no problem.

    but,
    cp ./test.c /tmp (copy to /tmp)

    /android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/windows/bin/arm-eabi-gcc -fPIC -DANDROID -c -o ./test.o /tmp/test.c

    arm-eabi-gcc.exe: /tmp/test.c: No such file or directory
    arm-eabi-gcc.exe: no input files

    fail !!!
    difference is only file path. /tmp directory exist, and permission is right. /home/test.c is same result.

    what's wrong ?

  • Updated Go implementation for Go release version 1.

    19 avril 2012, par Sebastian Tschan

    m server/gae-go/app.yaml m server/gae-go/app/main.go m server/gae-go/resize/resize.go Updated Go implementation for Go release version 1.

  • Replaced Image Processing plugin with a more generic File Processing plugin.

    22 avril 2012, par Sebastian Tschan

    m README.md m index.html + js/jquery.fileupload-fp.js - js/jquery.fileupload-ip.js m js/jquery.fileupload-ui.js m js/main.js m package.json m test/index.html Replaced Image Processing plugin with a more generic File Processing plugin. The File Processing plugin exposes the "process" option, (...)