summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_sched.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg_sched: Remove set-but-unused variableAndreas Rheinhardt2024-03-14
* fftools/ffmpeg_sched: allow connecting encoder output to decodersAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: factor initializing nodes into separate functionAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: allow encoders to send to multiple destinationsAnton Khirnov2024-03-13
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: remove a triggerable assert in send_to_enc_sq()Anton Khirnov2024-02-24
* fftools/ffmpeg_sched: simplify failure path in sch_dec_send()Anton Khirnov2024-02-24
* fftools/ffmpeg: optimize inter-thread queue sizesAnton Khirnov2024-01-28
* fftools/ffmpeg_sched: add filter API to signal EOF on inputAnton Khirnov2024-01-27
* fftools/ffmpeg_sched: track dts+duration as last_dtsAnton Khirnov2023-12-14
* fftools/ffmpeg: update the reported timestamp at the endAnton Khirnov2023-12-14
* fftools/ffmpeg_sched: move trailing_dts() higher upAnton Khirnov2023-12-14
* fftools/ffmpeg_sched: actually initialize/destroy schedule_lockAnton Khirnov2023-12-14
* ffmpeg_sched: initialize have_unchokedJames Almer2023-12-12
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-12