Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Jan Gruuthuse on August 03, 2016, 09:06:07 AM

Title: 2.6.12 vdpau mpeg-ts unstable?
Post by: Jan Gruuthuse on August 03, 2016, 09:06:07 AM
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

Title: Re: 2.6.12 vdpau mpeg-ts unstable?
Post by: mean on August 03, 2016, 03:14:03 PM
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

Title: Re: 2.6.12 vdpau mpeg-ts unstable?
Post by: Jan Gruuthuse on August 03, 2016, 04:03:47 PM
after rebuild from scratch: seems to be gone