Giter Site home page Giter Site logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I'm wondering whether pkt.destruct() is ever anything other than 
av_free(pkt.data).

If pkt.destruct() can be more than av_free(pkt.data) then perhaps 
ist.pkt_data_to_free should store the pkt.destruct to call later, instead of 
storing pkt.data.

FYI, I'm posting this issue in case I cannot work out a fix for myself. I may 
get back later, or talk on IRC.

Original comment by [email protected] on 30 Jun 2014 at 11:17

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
It's due to interlacing scaling with rawdecoding and uyvy422, frame is not 
allocated but from the demuxer itself.

Original comment by [email protected] on 1 Jul 2014 at 1:22

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Ok - interesting...
As a workaround, I can fix the segfault by adding one EXTRA scale & format pair 
in the command line, so instead of

-vf scale=1920:1080:interl=1,format=uyvy422

(which segfaults) I can do:

-vf 
scale=1920:1080:interl=1,format=yuv422p,scale=1920:1080:interl=1,format=uyvy422


(which does not segfault)
The thought of how that 'fixes' the problem scares me...

Original comment by [email protected] on 1 Jul 2014 at 1:34

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
It fixes it because the frame will "become" allocated by the filter chain in 
the middle. I think it is just a buffer "padding" issue in that particular case.

Original comment by [email protected] on 1 Jul 2014 at 7:21

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Should be fixed in 0.7.2

Original comment by [email protected] on 22 Dec 2014 at 3:48

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024

Original comment by [email protected] on 22 Dec 2014 at 3:48

  • Changed state: Fixed

from ffmbc.

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.