Re: [FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-14 Thread Mark Filipak
A , I apologize for highjacking your topic. I thought it was related to mine. My fault. Please start a new topic with a new subject and I'll butt out. -- Mark. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-14 Thread Reindl Harald
Am 14.02.24 um 16:27 schrieb Mark Filipak: On 14/02/2024 02.47, Paul B Mahol wrote: Your response is off topic as yours was and this one is the dumbest i have ever seen without any quote ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://

Re: [FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-14 Thread Mark Filipak
On 14/02/2024 02.47, Paul B Mahol wrote: Your response is off topic. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subj

Re: [FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-13 Thread Paul B Mahol
On Wed, Feb 14, 2024 at 3:21 AM Mark Filipak wrote: > I'm top posting and if someone doesn't like it, that's your problem. > > A, this is why some of the code needs to be dynamic 'build up-tear down' > code. Static code just > can't do the job. --Mark. > You are so knowledgeable of FFmpeg code t

Re: [FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-13 Thread Mark Filipak
I'm top posting and if someone doesn't like it, that's your problem. A, this is why some of the code needs to be dynamic 'build up-tear down' code. Static code just can't do the job. --Mark. On 13/02/2024 20.37, A wrote: Let's say I have a video with I, P and B frames. My understanding is th

[FFmpeg-user] How does the decoder know to make a frame ready for receiving?

2024-02-13 Thread A
Let's say I have a video with I, P and B frames. My understanding is that these frames are sorted by DTS when in the file (but not necessarily by PTS). I go through the packets in the file (which are in DTS order I assume), and feed them to the decoder. If it's an I-frame, the decoder can make it