On Tue, Dec 12, 2023 at 07:41:18AM +0000, Anton Khirnov wrote:
> ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Tue Jul 18 
> 16:37:52 2023 +0200| [d119ae2fd82a494d9430ff4d4fc262961a68c598] | committer: 
> Anton Khirnov
> 
> fftools/ffmpeg: convert to a threaded architecture
> 
> Change the main loop and every component (demuxers, decoders, filters,
> encoders, muxers) to use the previously added transcode scheduler. Every
> instance of every such component was already running in a separate
> thread, but now they can actually run in parallel.
> 
> Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by
> JEEB to be more correct and deterministic.
> 
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d119ae2fd82a494d9430ff4d4fc262961a68c598
> ---
> 
>  Changelog                                        |   2 +
>  fftools/ffmpeg.c                                 | 374 +-----------
>  fftools/ffmpeg.h                                 |  97 +--
>  fftools/ffmpeg_dec.c                             | 313 +++-------
>  fftools/ffmpeg_demux.c                           | 268 ++++-----
>  fftools/ffmpeg_enc.c                             | 377 ++----------
>  fftools/ffmpeg_filter.c                          | 714 
> ++++++-----------------
>  fftools/ffmpeg_mux.c                             | 324 ++--------
>  fftools/ffmpeg_mux.h                             |  24 +-
>  fftools/ffmpeg_mux_init.c                        |  88 +--
>  fftools/ffmpeg_opt.c                             |   6 +-
>  tests/ref/fate/ffmpeg-fix_sub_duration_heartbeat |  34 +-
>  12 files changed, 600 insertions(+), 2021 deletions(-)

breaks (vissible artifacts)
./ffmpeg -bitexact -t 1 -i '/home/michael/videos/bink/bikb/CGOOD3.BIK'  -y 
test.avi && ./ffplay test.avi

should be in game-formats/bink/bikb/

should i open a ticket ?

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to