[FFmpeg-cvslog] tests/fate: add median filter test

2023-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 6 12:17:54 2023 +0100| [41ee95dc521350cec978024becd8564b6de86975] | committer: Michael Niedermayer tests/fate: add median filter test Signed-off-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/jpeg2000htdec: check if block decoding will exceed internal precision

2023-12-14 Thread Pierre-Anthony Lemieux
ffmpeg | branch: master | Pierre-Anthony Lemieux | Sat Aug 12 13:31:16 2023 -0700| [a1384b4e869483cf69230f02ca31c892729bca08] | committer: Michael Niedermayer avcodec/jpeg2000htdec: check if block decoding will exceed internal precision Intended to replace

[FFmpeg-cvslog] avcodec/cbs_h266: more restrictive check on pps_tile_idx_delta_val

2023-12-14 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sun Oct 22 11:04:35 2023 +0800| [ce0c178a408d43e71085c28a47d50dc939b60196] | committer: Michael Niedermayer avcodec/cbs_h266: more restrictive check on pps_tile_idx_delta_val Fixes: out of array access Fixes:

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for VMIX

2023-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 23 01:27:14 2023 +0200| [aa1e7681203694c6e2b38e2a627ff90eb3524d37] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for VMIX Fixes: Timeout Fixes:

[FFmpeg-cvslog] tests/fate: add pixelize filter tests

2023-12-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 6 11:18:35 2023 +0100| [bc45a9c6de523d964858e3101f33902e8423a361] | committer: Michael Niedermayer tests/fate: add pixelize filter tests Signed-off-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] fftools/ffmpeg_sched: track dts+duration as last_dts

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 20:22:00 2023 +0100| [5c5140ded2c1bb74c79bed68f2c8d1b091d3e39b] | committer: Anton Khirnov fftools/ffmpeg_sched: track dts+duration as last_dts This should be slightly (probably negligibly) more accurate for scheduling, but mainly it

[FFmpeg-cvslog] fftools/ffmpeg: update the reported timestamp at the end

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 20:10:38 2023 +0100| [2305091a3a7b3b48a044b975880a6375de4baecc] | committer: Anton Khirnov fftools/ffmpeg: update the reported timestamp at the end Reported-by: microchip >

[FFmpeg-cvslog] fftools/ffmpeg: drop OutputFile.sq_encode

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:36:29 2023 +0100| [4549f202227bf9bd8c5db1153d16e7098f1d44fa] | committer: Anton Khirnov fftools/ffmpeg: drop OutputFile.sq_encode It is unused since d119ae2fd82a494d9430ff4d4fc262961a68c598 >

[FFmpeg-cvslog] fftools/ffmpeg: drop unused InputFile.eof_reached

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:25:46 2023 +0100| [116bc5a9f3d1cddf3e9b6ec1bd70b7451817bb72] | committer: Anton Khirnov fftools/ffmpeg: drop unused InputFile.eof_reached >

[FFmpeg-cvslog] fftools/ffmpeg_sched: move trailing_dts() higher up

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 20:07:13 2023 +0100| [98d706b8185432294617ca5b1024ea73bc248607] | committer: Anton Khirnov fftools/ffmpeg_sched: move trailing_dts() higher up Will be useful in following commit. >

[FFmpeg-cvslog] fftools/ffmpeg_demux: move InputFile.readrate to private data

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:27:52 2023 +0100| [2c540976143b35435efe44d3f972214e456edf7a] | committer: Anton Khirnov fftools/ffmpeg_demux: move InputFile.readrate to private data It is not used outside of ffmpeg_demux. >

[FFmpeg-cvslog] fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:33:27 2023 +0100| [0d01e61807b3da3113aa29bf79c4769988f1f41c] | committer: Anton Khirnov fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data It should not be accessed outside of ffmpeg_mux* >

[FFmpeg-cvslog] fftools/ffmpeg: move InputStream.codec_desc to private data

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:15:11 2023 +0100| [882bc8049dea90bf8c9091c02b06c2309892111e] | committer: Anton Khirnov fftools/ffmpeg: move InputStream.codec_desc to private data It is not used outside of ffmpeg_demux. >

[FFmpeg-cvslog] fftools/ffmpeg: move InputStream.discard to private data

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 19:15:11 2023 +0100| [9afe3f527449ddef68ae526e52e2480eaa57cd3a] | committer: Anton Khirnov fftools/ffmpeg: move InputStream.discard to private data It is not used outside of ffmpeg_demux. >

[FFmpeg-cvslog] fftools/ffmpeg_sched: actually initialize/destroy schedule_lock

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Dec 14 09:42:59 2023 +0100| [06d5dc11db257786dd18d13f39dd063ef8c1fa7d] | committer: Anton Khirnov fftools/ffmpeg_sched: actually initialize/destroy schedule_lock >

[FFmpeg-cvslog] fftools/ffmpeg: replace OutputStream.file_index by a pointer

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 18:39:02 2023 +0100| [4224895a87dc4bccaa210d3a554fd8acb7a28fed] | committer: Anton Khirnov fftools/ffmpeg: replace OutputStream.file_index by a pointer Reduces the need to use the output_files global array. >

[FFmpeg-cvslog] fftools/ffmpeg: replace InputStream.file_index by a pointer

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 18:39:02 2023 +0100| [0fcea80b2a328f6fd8fc7403e46b18a6e37d6c86] | committer: Anton Khirnov fftools/ffmpeg: replace InputStream.file_index by a pointer Reduces the need to use the input_files global array. >

[FFmpeg-cvslog] fftools/ffmpeg_filter: move FilterGraph.graph to FilterGraphThread

2023-12-14 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 13 18:26:21 2023 +0100| [84201d8af6255ddfbeffa38afd51f0ecf742390b] | committer: Anton Khirnov fftools/ffmpeg_filter: move FilterGraph.graph to FilterGraphThread The AVFilterGraph is fully owned by the filtering thread and should never be