News:

--

Main Menu

2.6.12 vdpau mpeg-ts unstable?

Started by Jan Gruuthuse, August 03, 2016, 09:06:07 AM

Previous topic - Next topic

Jan Gruuthuse

10bf18c    [plugin/script] Temporary fix for scripts needing Editor interface
I'm under the impression avidemux has become unstable?
loading mpeg-ts, with copy for both audio and video, set mark A and B. The save, avidemux closes:
[paintGL]  Painting dummy openGl widget
  [HandleAction]  ************ SAVE_VIDEO **************
Paint event
[refresh]  [Vdpau]Rrefresh
  [paintGL]  Painting dummy openGl widget
*** Error in `/usr/bin/avidemux3_qt4': double free or corruption (!prev): 0x0000000003bbca10 ***


-----------------------

seeing also plenty of:
[HandleAction]  ************ NextKFrame **************
or
[HandleAction]  ************ PreviousKFrame **************
followed by:

[edCache] Flush
[vdpGetProcAddressWrapper]  Calling vdpGetProcAddressWrapper for function 38
  [vdpGetProcAddressWrapper]  Wrapping DECODER_DESTROY decoderDestroy
  [vdpGetProcAddressWrapper]  Ok
  [vdpauGetFormat]  [vdpau]: GetFormat
  [vdpauGetFormat]  [vdpau]: Evaluating 109
  [parseHwAccel]  Trying h263_vaapi, hwPixFmt=53, wantedPixFmt 36, hwCodecId =5 : wantedCodecID=28
  [parseHwAccel]  Trying h264_vaapi, hwPixFmt=53, wantedPixFmt 36, hwCodecId =28 : wantedCodecID=28
  [parseHwAccel]  Trying h264_vdpau, hwPixFmt=109, wantedPixFmt 36, hwCodecId =28 : wantedCodecID=28
  [vdpauGetFormat]  Found matching hw accelerator : h264_vdpau
  [vdpauGetFormat]  Successfully setup hw accel
  [canSupportThis]  This is supported by VDPAU
  [lookup]  Matching hw accel : vdpau
  [ADM_FFgetFormat]  Reusing existing setup
  [vdpGetProcAddressWrapper]  Calling vdpGetProcAddressWrapper for function 7


mean

1- I have that from time to time, just recompiling *everything* from scratch makes it go away
I suspect mistmatched binaries

2- I think it is leaking VDPAU buffer at the moment. After a while, it will crash due to no more buffers


Jan Gruuthuse

after rebuild from scratch: seems to be gone