summaryrefslogtreecommitdiff
path: root/fftools/sync_queue.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/sync_queue: update audio frame duration when re-chunkingAnton Khirnov2023-04-191-1/+5
* fftools/sync_queue: allow requesting a specific number of audio samplesAnton Khirnov2023-04-091-9/+175
* fftools/sync_queue: make sure audio duration matches sample countAnton Khirnov2023-04-091-1/+14
* fftools/sync_queue: support operation with no limiting streamsAnton Khirnov2023-04-091-1/+6
* fftools/sync_queue: document overall designAnton Khirnov2023-04-091-0/+35
* fftools/sync_queue: use timebase from input frames/packetsAnton Khirnov2023-04-091-17/+22
* fftools/ffmpeg: replace AVFrame.pkt_duration with durationAnton Khirnov2022-07-241-1/+1
* fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov2022-07-231-5/+28
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-231-0/+425