James Almer
|
58752ffcdd
|
avfilter/af_whisper: don't set an AVOption accessible field to read only memory
It should also not be set to an av_malloc'd one given it's not an exported option.
Fixes issue #22741.
Signed-off-by: James Almer <jamrial@gmail.com>
|
2026-04-08 11:52:44 -03:00 |
|
WyattBlue
|
33f837a9e9
|
avfilter/af_whisper.c: Set split_on_word
This prevents `max_len` splitting via tokens, which splits words
like "don't" and proper nouns inappropriately.
|
2026-03-29 09:37:41 +00:00 |
|
WyattBlue
|
482395f830
|
avfilter/af_whisper: Add translate parameter
|
2026-03-15 06:53:19 +00:00 |
|
WyattBlue
|
e48eaa8c62
|
avfilter/af_whisper: Add max_len parameter
|
2026-02-04 21:26:02 +00:00 |
|
WyattBlue
|
065c2582c0
|
avfilter/af_whisper: Add newline for txt format
|
2026-02-03 21:45:43 +00:00 |
|
niyinghao
|
ec8e0b3592
|
libavfilter: Use type-safe format negotiation functions with enum parameters
Replace generic format functions with type-safe variants to prevent undefined
behavior with -fshort-enums compiler flag.
- 44/20 filters: ff_set_common_formats_from_list2 -> ff_set_*_formats_from_list2 (sample/pixel)
- 16/41 filters: ff_make_format_list → ff_make_*_format_list (sample/pixel)
Signed-off-by: niyinghao <niyinghao@xiaomi.com>
|
2026-01-24 08:11:19 +00:00 |
|
Vittorio Palmisano
|
9970dc32bf
|
avfilter/af_whisper: fix srt index
The srt index should be incremented for each segment.
|
2025-09-25 11:34:10 +00:00 |
|
Vittorio Palmisano
|
f18b1e2389
|
avfilter/af_whisper: fix int64 printf format
Use PRId64 for printing int64_t values in the SRT output.
|
2025-09-23 23:35:58 +00:00 |
|
Vittorio Palmisano
|
73d411c399
|
avfilter/af_whisper: fix srt file format
The SRT file format requires commas in the time string, not periods.
|
2025-08-30 14:30:51 +00:00 |
|
Gyan Doshi
|
7df9271272
|
avfilter/whisper: correct option formatting
|
2025-08-17 00:58:03 +00:00 |
|
Zhao Zhili
|
1d06e8ddcd
|
avfilter/af_whisper: fix broken output for multibyte character
text + 1 can break a multibyte character, e.g., Chinese in UTF-8.
There is no space at the beginning in this case.
|
2025-08-16 13:58:14 +00:00 |
|
Vittorio Palmisano
|
13ce36fef9
|
libavfilter: Whisper audio filter
It adds a new audio filter for running audio transcriptions with the whisper model.
Documentation and examples are included into the patch.
|
2025-08-08 21:59:56 +02:00 |
|