aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_sched.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_sched: Remove dead assignments in sch_dec_send()Michael Niedermayer2024-07-021-2/+1
* fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphsAnton Khirnov2024-04-091-36/+58
* fftools/ffmpeg_sched: make sure to always run task cleanupAnton Khirnov2024-03-291-24/+44
* fftools/ffmpeg_sched: move sch_stop() to the bottom of the fileAnton Khirnov2024-03-291-69/+69
* fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() successAndreas Rheinhardt2024-03-281-4/+2
* ffmpeg: set extra_hw_frames to account for frames held in queuesMark Thompson2024-03-191-1/+15
* fftools/ffmpeg_sched: Remove set-but-unused variableAndreas Rheinhardt2024-03-141-2/+0
* fftools/ffmpeg_sched: allow connecting encoder output to decodersAnton Khirnov2024-03-131-35/+177
* fftools/ffmpeg_sched: factor initializing nodes into separate functionAnton Khirnov2024-03-131-60/+91
* fftools/ffmpeg_sched: allow encoders to send to multiple destinationsAnton Khirnov2024-03-131-19/+98
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-131-1/+1
* fftools/ffmpeg_sched: remove a triggerable assert in send_to_enc_sq()Anton Khirnov2024-02-241-14/+17
* fftools/ffmpeg_sched: simplify failure path in sch_dec_send()Anton Khirnov2024-02-241-4/+2
* fftools/ffmpeg: optimize inter-thread queue sizesAnton Khirnov2024-01-281-5/+10
* fftools/ffmpeg_sched: add filter API to signal EOF on inputAnton Khirnov2024-01-271-2/+25
* fftools/ffmpeg_sched: track dts+duration as last_dtsAnton Khirnov2023-12-141-3/+3
* fftools/ffmpeg: update the reported timestamp at the endAnton Khirnov2023-12-141-5/+8
* fftools/ffmpeg_sched: move trailing_dts() higher upAnton Khirnov2023-12-141-22/+22
* fftools/ffmpeg_sched: actually initialize/destroy schedule_lockAnton Khirnov2023-12-141-0/+6
* ffmpeg_sched: initialize have_unchokedJames Almer2023-12-121-1/+1
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-121-0/+2218