James Almer
660983b7f3
avformat/mccenc: use Lavf version string instead of FFmpeg
...
The muxed subtitle is created by libavformat, and as such that's what should be
reported. This is in line with the string we write for every other muxer.
After this change, the muxer will no longer be recompiled every time a commit
is made.
Signed-off-by: James Almer <jamrial@gmail.com >
2025-10-06 11:51:50 -03:00
Andreas Rheinhardt
cce1af5413
avformat/mccenc: Hardcode codec names
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:31:05 +02:00
Andreas Rheinhardt
e965fe9057
avformat/mccenc: Avoid relocations
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:59 +02:00
Andreas Rheinhardt
28f0b7a237
avformat/mccenc: Add newlines to logmessages
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:53 +02:00
Andreas Rheinhardt
3c79219e93
avformat/mccenc: Check version-timecode compatibility earlier
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:33 +02:00
Andreas Rheinhardt
159330016c
avformat/mccenc: Deduplicate strings
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:28 +02:00
Andreas Rheinhardt
d81a971b35
avformat/mccenc: Constify read-only data
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:24 +02:00
Andreas Rheinhardt
62dd3e1e7d
avformat/mccenc: Remove redundant setting of time base
...
It has already been done in init.
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:20 +02:00
Andreas Rheinhardt
0cd78bddc4
avformat/mccenc: Fix assert check
...
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:30:17 +02:00
Andreas Rheinhardt
a34a85ed54
avformat/mccenc: Remove redundant check
...
This has already been checked in init.
Reviewed-by: Jacob Lifshay <programmerjake@gmail.com >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-20 00:29:41 +02:00
Jacob Lifshay
14a95ab471
lavf: add mcc muxer
...
Signed-off-by: Jacob Lifshay <programmerjake@gmail.com >
2025-08-08 03:04:42 -07:00