[FFmpeg-cvslog] fate/jpegxl_anim: add demuxer fate test for jpegxl_anim

2023-09-01 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Mon Jul 10 18:08:07 2023 -0400| [a49d7a14978f7a8d92ef4eb00602b2163d4636ea] | committer: Leo Izen fate/jpegxl_anim: add demuxer fate test for jpegxl_anim Adds a fate test for the jpegxl_anim demuxer, that should allow testing for true positives and false

[FFmpeg-cvslog] fftools/ffmpeg_mux: replace monotonous with monotonic

2023-09-01 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue Aug 29 16:54:54 2023 -0400| [60be62d29388fdc681540dff387e0304e610bf39] | committer: Leo Izen fftools/ffmpeg_mux: replace monotonous with monotonic The word "monotonous" means "spoken in a monotone" which is not what we mean here. We mean "monotonic"

[FFmpeg-cvslog] avcodec: add OSQ audio decoder

2023-09-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jun 27 19:54:25 2023 +0200| [7ef9d31071021c05e6b792af3f25b7b9ceaa9258] | committer: Paul B Mahol avcodec: add OSQ audio decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ef9d31071021c05e6b792af3f25b7b9ceaa9258 ---

[FFmpeg-cvslog] avformat: add OSQ demuxer

2023-09-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jun 27 19:51:54 2023 +0200| [fba45461724900c99a4a236fb3a3266d081d] | committer: Paul B Mahol avformat: add OSQ demuxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fba45461724900c99a4a236fb3a3266d081d --- Changelog

[FFmpeg-cvslog] avutil: add thread executor

2023-09-01 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Tue Aug 29 20:59:03 2023 +0800| [25ecc94d58f8e80137a1243d31b2b98bdeda5039] | committer: Michael Niedermayer avutil: add thread executor The executor design pattern was introduced by java

[FFmpeg-cvslog] lavu/tx: add DCT-I and DST-I transforms

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Aug 3 18:23:02 2023 +0200| [ef8fd7bc3c479ec00b3e1f490d44f9c93894d210] | committer: Lynne lavu/tx: add DCT-I and DST-I transforms These are true, actual DCT-I and DST-I transforms, unlike the libavcodec versions, which are plainly not. >

[FFmpeg-cvslog] wmavoice: convert RDFT to lavu/tx

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Aug 4 20:20:10 2023 +0200| [d895d3c8c79e301f9d6f3aab0cc754ac2b7d78fb] | committer: Lynne wmavoice: convert RDFT to lavu/tx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d895d3c8c79e301f9d6f3aab0cc754ac2b7d78fb --- libavcodec/wmavoice.c |

[FFmpeg-cvslog] wmavoice: convert DCT-I/DST-I to lavu/tx

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Aug 4 21:16:30 2023 +0200| [a810126501e1ef0992d765720ff0d2629c5d1616] | committer: Lynne wmavoice: convert DCT-I/DST-I to lavu/tx This is the very last user of any lavc transform code. This also *corrects* wmavoice decoding, as the previous DCT/DST

[FFmpeg-cvslog] lavu/tx: add real to real and real to imaginary RDFT transforms

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Aug 3 18:21:23 2023 +0200| [11e22730e1eb7ec6b5953c16b3b4df58be14e2de] | committer: Lynne lavu/tx: add real to real and real to imaginary RDFT transforms These are in-place transforms, required for DCT-I and DST-I. Templated as the mod2 variant requires

[FFmpeg-cvslog] ffplay: port to lavu/tx

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Feb 18 13:14:31 2023 +0100| [4acd08be6c4f39736179a3d90fd56b508e42ff6d] | committer: Lynne ffplay: port to lavu/tx > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4acd08be6c4f39736179a3d90fd56b508e42ff6d --- fftools/ffplay.c | 42

[FFmpeg-cvslog] avfft: wrap lavu/tx instead of ff_rdft

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Nov 10 11:26:59 2022 +0100| [83ede01bb08239428fd65de62adc260f4233d229] | committer: Lynne avfft: wrap lavu/tx instead of ff_rdft > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83ede01bb08239428fd65de62adc260f4233d229 --- libavcodec/avfft.c |

[FFmpeg-cvslog] avfft: wrap lavu/tx instead of ff_fft

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Nov 10 11:23:38 2022 +0100| [dfcd4bbf5118b9fa601ba36e3c5984db61478d5f] | committer: Lynne avfft: wrap lavu/tx instead of ff_fft > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfcd4bbf5118b9fa601ba36e3c5984db61478d5f --- libavcodec/avfft.c |

[FFmpeg-cvslog] lavc/avfft: deprecate the API

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Jul 24 23:55:55 2023 +0200| [139e54911c8356729e5cfad4283da9abb90b53e0] | committer: Lynne lavc/avfft: deprecate the API This deprecates the currently unused API. >

[FFmpeg-cvslog] avfft: wrap lavu/tx instead of ff_mdct

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Nov 10 11:26:33 2022 +0100| [517e4fcca6b81e73536d4ef5edfd22ad5886e783] | committer: Lynne avfft: wrap lavu/tx instead of ff_mdct > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=517e4fcca6b81e73536d4ef5edfd22ad5886e783 --- libavcodec/avfft.c |

[FFmpeg-cvslog] lavu/tx: fix scaling of R2R transforms

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Sep 1 06:13:51 2023 +0200| [d40672e661037c770f50e45c8c09f523ed9a77d0] | committer: Lynne lavu/tx: fix scaling of R2R transforms Still slightly inaccurate, but it's good enough now. >

[FFmpeg-cvslog] avfft: wrap lavu/tx instead of ff_dct

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Aug 7 12:07:10 2023 +0200| [86aa34d3392282986b27dfdbf081ddfebb035604] | committer: Lynne avfft: wrap lavu/tx instead of ff_dct > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86aa34d3392282986b27dfdbf081ddfebb035604 --- libavcodec/avfft.c |

[FFmpeg-cvslog] lavu/tx: improve rdft table generation precision slightly

2023-09-01 Thread Lynne
ffmpeg | branch: master | Lynne | Fri Sep 1 06:06:44 2023 +0200| [59b39d241e3937f6c87cf68b7ca1e4cc69119347] | committer: Lynne lavu/tx: improve rdft table generation precision slightly > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59b39d241e3937f6c87cf68b7ca1e4cc69119347 ---