Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo | Anton Khirnov | 2024-12-15 | 1 | -5/+5 |
| | | | | | | The queue needs to track each frame/packet's stream index, this is achieved by maintaining a parallel AVFifo instance for that purpose. This is simpler than implementing custom AVContainerFifo callbacks. | ||||
* | fftools: add a multistream thread-safe queue | Anton Khirnov | 2022-07-23 | 1 | -0/+81 |
It is similar to AVThreadMessageQueue, but supports multiple streams, each with its own EOF state. |