Giter Site home page Giter Site logo

Comments (5)

khades avatar khades commented on July 17, 2024

mplayer1 goes
MPlayer interrupted by signal 11 in module: flip_page
at the same videos

from libvdpau-va-gl.

i-rinat avatar i-rinat commented on July 17, 2024

Please check if the following patch solves the issue:

diff -ur mplayer-1.0~rc4.dfsg1+svn34540-orig/libvo/vo_vdpau.c mplayer-1.0~rc4.dfsg1+svn34540/libvo/vo_vdpau.c
--- mplayer-1.0~rc4.dfsg1+svn34540-orig/libvo/vo_vdpau.c    2011-05-07 23:20:40.000000000 +0400
+++ mplayer-1.0~rc4.dfsg1+svn34540/libvo/vo_vdpau.c 2013-10-14 01:08:04.117773449 +0400
@@ -1168,11 +1168,15 @@

     free(index_data);
     index_data = NULL;
+    index_data_size = 0;

     free(eosd_surfaces);
     eosd_surfaces = NULL;
+    eosd_surface_count = 0;
+
     free(eosd_targets);
     eosd_targets = NULL;
+    eosd_render_count = 0;

 #ifdef CONFIG_XF86VM
     vo_vm_close();

from libvdpau-va-gl.

i-rinat avatar i-rinat commented on July 17, 2024

Or try mplayer r36467. It has fixes for similar issue. (Maybe it's the same issue).

from libvdpau-va-gl.

khades avatar khades commented on July 17, 2024

sorry, cant check, merged to mpv with vaapi support

from libvdpau-va-gl.

i-rinat avatar i-rinat commented on July 17, 2024

Since there was similar issue in mplayer's code, and nobody can reproduce bug anymore, I'm closing this. Feel free to reopen if you have new data.

from libvdpau-va-gl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.