Timeline



May 6, 2021:

10:13 PM Ticket #9217 (program_opencl fails if the source code was larger than 64kB) updated by Carl Eugen Hoyos
Priority changed
10:00 PM Ticket #9219 (IPCM Not detected and decoded accordingly by FFMpeg) updated by Carl Eugen Hoyos
Component, Reproduced by developer, Type, Priority, Keywords changed
10:00 PM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) closed by Carl Eugen Hoyos
duplicate
6:26 PM Changeset in ffmpeg [74dce63f] by James Almer <jamrial@gmail.com>
avformat/utils: constrain the lifetime of the pointer returned by …
5:39 PM Ticket #9132 (Wrong pixel format/output when converting video to yuv444p*) updated by Balling
Replying to viley: > Above works perfectly when scaling …
5:25 PM Ticket #9184 (pngdec output frame that has double image) updated by Balling
Replying to Marton Balint: > The corruption changes …
4:43 PM Ticket #8349 (Dolby AC-4 Support) updated by prldm
I compiled the ac4 branch of richardpl's fork and it looks like it can …
3:04 PM Ticket #9221 (How to set yuv to full range in a mpeg2video?) closed by Balling
invalid: yuvj420p is full range, where j means full range and p means planar. …
2:38 PM Ticket #9215 (stream_loop -1 not working with filter_complex overlay) updated by codeSam
Well, "loop true" works only for 1 minute for some strange reason. …
2:00 PM Ticket #9221 (How to set yuv to full range in a mpeg2video?) updated by Jefferson Villasan Josol
Another question, can I use BT.2020 on 1080p video?
12:44 PM Changeset in ffmpeg [55475b32] by James Almer <jamrial@gmail.com>
avformat/mov: don't save a copy of the packet's AVBufferRef on DV …
12:44 PM Changeset in ffmpeg [42895f59] by James Almer <jamrial@gmail.com>
avformat/avidec: don't save a copy of the packet's AVBufferRef on DV …
12:44 PM Changeset in ffmpeg [57aaeff5] by James Almer <jamrial@gmail.com>
avformat/dv: stop using av_init_packet() Signed-off-by: James Almer …
8:47 AM Ticket #9221 (How to set yuv to full range in a mpeg2video?) created by Jefferson Villasan Josol
I've found out that YUV420P has a limited range based on …
8:35 AM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) updated by Francesco Bucciantini
MediaInfo: [[Image(...)]]
8:10 AM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) updated by Francesco Bucciantini
Summary changed
8:09 AM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) updated by Francesco Bucciantini
IPCM Sample: https://we.tl/t-UkEK5c94if Decoded and re-encoded to PCM …
8:05 AM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) updated by Francesco Bucciantini
Version changed
8:04 AM Ticket #9220 (IPCM Not detected as pcm_s24be and decoded accordingly by FFMpeg) created by Francesco Bucciantini
Summary of the bug: IPCM audio files muxed in MP4 are not correctly …
8:04 AM Ticket #9219 (IPCM Not detected and decoded accordingly by FFMpeg) created by Francesco Bucciantini
Summary of the bug: IPCM audio files muxed in MP4 are not correctly …
7:24 AM Ticket #9215 (stream_loop -1 not working with filter_complex overlay) updated by codeSam
I changed "stream_loop -1" filter to" loop true" and it started to …
5:02 AM ffmpeg-20210506-065344.log attached to Ticket #9218 by Anton1699
log file
5:01 AM Ticket #9218 (Crash when using libx265 with frame-dup=1) created by Anton1699
Summary of the bug: FFmpeg crashes when using libx265's frame-dup …
4:29 AM Changeset in ffmpeg [7539a01b] by Rick Kern <kernrj@gmail.com>
avcodec/videotoolboxenc: Avoid copying data, allow user-supplied …
4:13 AM Changeset in ffmpeg [e10d756] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvenc: Make encoder init-threadsafe Signed-off-by: Andreas …
4:13 AM Changeset in ffmpeg [bc5e68e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvdec: Make decoder init-threadsafe Signed-off-by: Andreas …
4:13 AM Changeset in ffmpeg [6d484671] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dv: Don't initialize RL VLC for encoder Said RL VLC is only …
4:13 AM Changeset in ffmpeg [fbb9e0db] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dv: Don't pretend VLC allocation can't fail It can and …
4:13 AM Changeset in ffmpeg [869b204c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmalosslessdec: Mark decoder as init-threadsafe …
4:13 AM Changeset in ffmpeg [f48e4639] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wmavoice: Mark decoder as init-threadsafe It is …
4:13 AM Changeset in ffmpeg [f6ee90b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/qcelpdec: Mark decoder as init-threadsafe Signed-off-by: …
4:11 AM Changeset in ffmpeg [71ad8366] by Rick Kern <kernrj@gmail.com>
lavc/videotoolboxenc: set DataRateLimits for hevc From the comment …
2:50 AM Changeset in ffmpeg [41ef57fd] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_classify: add filter dnn_classify for classification based …
2:50 AM Changeset in ffmpeg [fc26dca6] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn: add classify support with openvino backend Signed-off-by: …
2:50 AM Changeset in ffmpeg [a3b74651] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn: refine dnn interface to add DNNExecBaseParams Different …
2:50 AM Changeset in ffmpeg [7eb9accc] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_openvino.c: move the logic for batch mode earlier
2:50 AM Changeset in ffmpeg [e37cc723] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_openvino.c: add InferenceItem between TaskItem and …
2:50 AM Changeset in ffmpeg [1b5dc712] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_openvino.c: unify code for infer request for sync/async
2:33 AM Changeset in ffmpeg [ed409b80] by Guo, Yejun <yejun.guo@intel.com>
configure: dnn needs avformat The source file …
2:19 AM Ticket #9217 (program_opencl fails if the source code was larger than 64kB) created by sekiriki
Summary of the bug: …
2:17 AM Changeset in ffmpeg [26d3fe1a] by Guo, Yejun <yejun.guo@intel.com>
lavfi/dnn_backend_native_layer_avgpool.c: Correct Spelling of Pixel …
1:06 AM Changeset in ffmpeg [2329f7f2] by Zane van Iperen <zane@zanevaniperen.com>
avformat/rpl: cosmetics Signed-off-by: Zane van Iperen …

May 5, 2021:

8:48 PM Ticket #9215 (stream_loop -1 not working with filter_complex overlay) updated by jeeb
Please do tell if this change helps: …
8:33 PM Ticket #9160 (ffmpeg stuck at initialization) updated by jeeb
Alright, so I seem to have isolated where it goes loop-de-loop. 1. …
8:17 PM Ticket #9160 (ffmpeg stuck at initialization) updated by jeeb
Looking at the rate emulation handling, adding some logging to one of …
7:39 PM Changeset in ffmpeg [3575a495] by James Almer <jamrial@gmail.com>
avcodec/decode: stop trying to initialize palette values in …
5:22 PM Ticket #9216 (Outdated Windows build instructions) created by pekkavaa
The build instructions at …
4:00 PM Changeset in ffmpeg [b30851c8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl: Improve documentation of ff_rl_init/ff_rl_init_vlc In …
3:55 PM Changeset in ffmpeg [03008c28] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhqenc: Hardcode table to save space The SpeedHQ encoder …
3:52 PM Changeset in ffmpeg [b05631f7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/speedhq, speedhqenc: Make codecs init-threadsafe The SpeedHQ …
2:56 PM Changeset in ffmpeg [8ab2bb81] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/hlsenc: correct log text and supply packet details
12:17 PM Changeset in ffmpeg [4fda451c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zmbvenc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [a3f02388] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/yuv4enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [a043dcb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/y41penc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [765366bc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/xwdenc: Avoid copying packet data, allow user-supplied buffers …
12:17 PM Changeset in ffmpeg [b66ca3b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/xfaceenc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [14407e84] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v410enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [7bfa5337] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v408enc: Deduplicate pix_fmts arrays Signed-off-by: Andreas …
12:17 PM Changeset in ffmpeg [d914da3b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v408enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [27b0a520] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v308enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [1dc8f237] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v210enc: Allow user-supplied buffers Trivial for an encoder …
12:17 PM Changeset in ffmpeg [fbfae5eb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/s302menc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [7bb7161f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/roqaudioenc: Avoid copying data, allow user-supplied buffers …
12:17 PM Changeset in ffmpeg [c7a0addf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rawenc: Allow user-supplied buffers Trivial for an encoder …
12:17 PM Changeset in ffmpeg [8eef32d3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ra144enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [184a8852] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/r210enc: Deduplicate pix_fmts arrays Signed-off-by: Andreas …
12:17 PM Changeset in ffmpeg [5cb64caa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/r210enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [0788069c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pcm: Allow user-supplied buffers Trivial for encoders that …
12:17 PM Changeset in ffmpeg [3e6dcf0b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pcm-dvdenc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [ef6232aa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/nellymoserenc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [8fb25961] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g726: Avoid copying packet data, allow user-supplied buffers …
12:17 PM Changeset in ffmpeg [f471caaf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g723_1enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [63218fc2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g722enc: Avoid copying packet data, allow user-supplied …
12:17 PM Changeset in ffmpeg [6e2fe995] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/fitsenc: Avoid copying packet data, allow user-supplied …
11:55 AM Changeset in ffmpeg [ae7a7dc4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffers …
10:45 AM Changeset in ffmpeg [1393c7ed] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dnxhdenc: Avoid copying packet data, allow user-supplied …
10:44 AM Changeset in ffmpeg [4569c70f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dcaenc: Avoid copying packet data, allow user-supplied buffers …
10:44 AM Changeset in ffmpeg [72c521e8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dcaenc: Don't write one bit at a time Signed-off-by: Andreas …
10:41 AM Changeset in ffmpeg [350c00f3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cngenc: Allow user-supplied buffers Trivial for an encoder …
10:35 AM Changeset in ffmpeg [5b8c1849] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cljrenc: Don't use too big buffers, don't copy them, set …
10:34 AM Changeset in ffmpeg [60da5b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bmpenc: Use memcpy when data has desired endianness …
10:31 AM Changeset in ffmpeg [6c69251b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bmpenc: Avoid copying packet data, allow user-supplied buffers …
10:29 AM Changeset in ffmpeg [1106f206] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avuienc: Allow user-supplied buffers Trivial given that this …
10:28 AM Changeset in ffmpeg [9e983642] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aptxenc: Avoid copying packet data, allow user-supplied …
10:27 AM Changeset in ffmpeg [ad232c6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/adxenc: Avoid copying packet data, allow user-supplied buffers …
10:26 AM Changeset in ffmpeg [39bb36d7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/[e]ac3enc: Allow user-supplied buffers The size of the output …
10:26 AM Changeset in ffmpeg [32b20a27] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/adpcmenc: Avoid copying packet data, allow direct rendering …
10:19 AM Changeset in ffmpeg [259a7627] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/a64multienc: Avoid copying packet data, allow user-supplied …
10:18 AM Changeset in ffmpeg [a0b55e2a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/a64multienc: Don't modify AVCodecContext.global_quality …
10:17 AM Changeset in ffmpeg [8dbf0cc8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/a64multienc: Avoid intermediate buffer Signed-off-by: Andreas …
9:34 AM Changeset in ffmpeg [7c451b60] by Gyan Doshi <ffmpeg@gyani.pro>
ffprobe: add option to control optional fields display

May 4, 2021:

9:34 PM Ticket #9215 (stream_loop -1 not working with filter_complex overlay) created by codeSam
Summary of the bug: Stream does not start when using stream_loop -1 …
7:19 PM Changeset in ffmpeg [d055af5e] by James Almer <jamrial@gmail.com>
avcodec/codec_id: remove unnecessary offsets from AVCodecID They are …
7:01 PM Ticket #9205 (Incorrect segment length in HLS child playlist with fmp4 segment format) updated by Carl Eugen Hoyos
Resolution changed
7:01 PM Ticket #9193 (Invalid initialization segment with HLS FMP4 encoder) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
3:55 PM Changeset in ffmpeg [0ff60249] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mvdec: Check sample rate in parse_audio_var() Fixes: signed …
3:55 PM Changeset in ffmpeg [08d2df41] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/faxcompr: Check for end of bitstream in …
3:55 PM Changeset in ffmpeg [f0ce023d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: treat PAL8 for jpegs similar to other colorspaces …
3:39 PM Ticket #9205 (Incorrect segment length in HLS child playlist with fmp4 segment format) closed by Yash
fixed
3:29 PM Ticket #9205 (Incorrect segment length in HLS child playlist with fmp4 segment format) updated by Yash
Yes, reverting the mentioned commit resolves the issue.
1:32 PM Changeset in ffmpeg [c75dfa04] by Vittorio Giovara <vittorio.giovara@gmail.com>
movenc: add movie_timescale option instead of hardcoding 1000 There …
1:22 PM Ticket #9205 (Incorrect segment length in HLS child playlist with fmp4 segment format) updated by steffend
If Jason is right, you can try reverting …
1:20 PM Ticket #9193 (Invalid initialization segment with HLS FMP4 encoder) updated by steffend
Reverting b5ca8f2c66954614d81579082025f580efc0cffc (coming from #8636) …
9:34 AM Ticket #9200 (drawtext issue when apply hindi language font file or other language ...) updated by jaydip nathani
Description changed
9:34 AM ouput_hindi.PNG attached to Ticket #9200 by jaydip nathani
Output of code
9:28 AM Ticket #9200 (drawtext issue when apply hindi language font file or other language ...) updated by jaydip nathani
Description changed
8:51 AM Khula-Regular.ttf attached to Ticket #9200 by jaydip nathani
Hindi Language Font file
8:49 AM hindi.txt attached to Ticket #9200 by jaydip nathani
Hindi Input text file
6:27 AM Ticket #9200 (drawtext issue when apply hindi language font file or other language ...) updated by Carl Eugen Hoyos
Please don’t forget to attach hindi.txt
6:26 AM Ticket #9200 (drawtext issue when apply hindi language font file or other language ...) updated by Carl Eugen Hoyos
Priority changed
4:08 AM Ticket #9200 (drawtext issue when apply hindi language font file or other language ...) updated by jaydip nathani
Priority changed

May 3, 2021:

9:32 PM Changeset in ffmpeg [e27e80e] by James Almer <jamrial@gmail.com>
tests/image: remove colorspace conversion from jpegls tests It's not …
7:34 PM Changeset in ffmpeg [01100687] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% …
7:34 PM Changeset in ffmpeg [c83f60d7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Clear palette to avoid uninitialized entries …
7:34 PM Changeset in ffmpeg [7f6ada4e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Decode to PAL8 independant of the location of LSE …
7:34 PM Changeset in ffmpeg [9fd06a36] by Michael Niedermayer <michael@niedermayer.cc>
Revert "avcodec/mjpegdec: postpone calling ff_get_buffer() until the …
7:34 PM Changeset in ffmpeg [4b1e1f70] by Michael Niedermayer <michael@niedermayer.cc>
Revert "avcodec/mjpegdec: fix SOF check in EOI" This reverts commit …
5:28 PM Ticket #9212 (Force rgb color) closed by Carl Eugen Hoyos
invalid: Please ask all usage questions on the FFmpeg user mailing list, this …
3:13 PM Ticket #9212 (Force rgb color) updated by Balling
Yes, just say the RGB source is YCbCr. But then you will also have to …
2:47 PM Ticket #9144 (ffmetadata has inconsistent escaping) updated by Michael Lelli
Cc changed
I've discovered if you use Windows-style newlines (\r\n) instead of …
2:46 PM Ticket #9214 (ffmetadata decoding handles lines ending with backslashes incorrectly) closed by Michael Lelli
duplicate: Nevermind, appears to be a dup of #9144
2:44 PM Ticket #9214 (ffmetadata decoding handles lines ending with backslashes incorrectly) created by Michael Lelli
Summary of the bug: In ffmetadata files, if a line ends with an …
2:05 PM Ticket #9213 (Ffmpeg examples not working) updated by Rafael Lopez
Summary changed
2:04 PM Ticket #9213 (Ffmpeg examples not working) created by Rafael Lopez
The video resulting from running the examples is not playable by VLC …
1:38 PM Ticket #9212 (Force rgb color) created by Jefferson Villasan Josol
Hello I just want to ask one question. If the codec does not support …
1:16 PM SponsoringPrograms/GSoC/2021 edited by Thilo Borgmann
Make windows screen capture a mentored project (diff)

May 2, 2021:

11:54 PM Changeset in ffmpeg [75c39692] by James Almer <jamrial@gmail.com>
avformat/mpegts: add missing sample_rate value to Opus extradata …
11:54 PM Changeset in ffmpeg [40b896a7] by James Almer <jamrial@gmail.com>
avformat/movenc: fix writing dOps atoms Don't blindly copy all bytes …
11:52 PM Changeset in ffmpeg [ede71f4f] by James Almer <jamrial@gmail.com>
avcodec/av1_metadata: don't store the inserted TD OBU in stack Fixes: …
11:24 PM Ticket #9211 (MPEG2 decoder timebase resets cause FFmpeg to lock up during concat or ...) updated by nab622
Description changed
9:15 PM Ticket #9208 (Should I always set dropout_transition very high number like 10000 ...) closed by Carl Eugen Hoyos
invalid: Please ask all usage questions on the FFmpeg user mailing list, this …
3:44 AM Changeset in ffmpeg [4d347443] by James Almer <jamrial@gmail.com>
ffmpeg: stop accessing private AVStream.codec_info_nb_frames Use …
3:14 AM Changeset in ffmpeg [5541cffa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mlpenc: Make encoders init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [0166bb12] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mlpenc: Add const where appropriate The MLP/TrueHD encoder …
3:14 AM Changeset in ffmpeg [e44e41ed] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cfhdenc: Mark encoder as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [5408366d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ffv1dec: Mark decoder as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [62559a9e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ffv1enc: Mark encoder as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [a7f4abbc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/snow: Hardcode table to save space The size of ff_qexp is …
3:14 AM Changeset in ffmpeg [56df06dd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bink: Don't waste space for VLC table The Bink video decoder …
3:14 AM Changeset in ffmpeg [bd473d32] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bink: Make decoder init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [8903c7f1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/kmvc: Mark decoder as init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [1c7e52f8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec: Mark ff_ass_subtitle_header based decoders as init-threadsafe …
3:14 AM Changeset in ffmpeg [a380343c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/assdec: Mark decoders as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [b3108b1c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvbsubdec: Make decoder init-threadsafe Note: This decoder …
3:14 AM Changeset in ffmpeg [834ef6f4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvbsubdec: Add const where appropriate These pointers …
3:14 AM Changeset in ffmpeg [2a4cedac] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/movtextenc, srtenc, webvttenc: Mark encoders as …
3:14 AM Changeset in ffmpeg [55982b94] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/assenc: Mark encoders as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [30a947b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sonic: Mark decoder as init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [0878ccdc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sonic: Mark encoders as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [7d4f1f4d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dca*: Make decoder init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [e5bc8b62] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/qtrleenc: Mark encoder as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [8cca0c22] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/wavpackenc: Mark encoder as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [b1f721f3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/qtrle: Mark decoder as init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [03210068] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc: Mark encoders as init-threadsafe Signed-off-by: …
3:14 AM Changeset in ffmpeg [8320820a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/012v: Mark decoder as init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [d43f0f61] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/alac: Mark decoder as init-threadsafe Signed-off-by: Andreas …
3:14 AM Changeset in ffmpeg [bff74c3a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/binkaudio: Mark decoders as init-threadsafe Signed-off-by: …
2:14 AM Changeset in ffmpeg [e87edfc2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sanm: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:13 AM Changeset in ffmpeg [94b3ce05] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/takdec: Mark decoder as init-threadsafe Signed-off-by: …
2:13 AM Changeset in ffmpeg [07efb4b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v410dec: Mark decoder as init-threadsafe Signed-off-by: …
2:13 AM Changeset in ffmpeg [e7db1338] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tiertexseqv: Mark decoder as init-threadsafe Signed-off-by: …
2:12 AM Changeset in ffmpeg [af815d4b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vmnc: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:12 AM Changeset in ffmpeg [81615a26] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v308dec: Mark decoder as init-threadsafe Signed-off-by: …
2:12 AM Changeset in ffmpeg [dcad6758] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v210x: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:11 AM Changeset in ffmpeg [a2ba5bcb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v210dec: Mark decoder as init-threadsafe Signed-off-by: …
2:10 AM Changeset in ffmpeg [28b63eb0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vcr1: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:09 AM Changeset in ffmpeg [5b4aa634] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vqavideo: Cleanup generically on init failure Signed-off-by: …
2:08 AM Changeset in ffmpeg [c4c077ad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vqavideo: Mark decoder as init-threadsafe Signed-off-by: …
2:07 AM Changeset in ffmpeg [2c9d398] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vb: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:07 AM Changeset in ffmpeg [759dcd23] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bmvaudio: Mark decoder as init-threadsafe Signed-off-by: …
2:06 AM Changeset in ffmpeg [5dc5bb9b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ttaenc: Mark encoder as init-threadsafe Signed-off-by: …
2:05 AM Changeset in ffmpeg [010072d1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tta: Mark decoder as init-threadsafe Signed-off-by: Andreas …
2:04 AM Changeset in ffmpeg [3feccede] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vmdaudio: Mark decoder as init-threadsafe Signed-off-by: …
2:02 AM Changeset in ffmpeg [acde6608] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vima: Make decoder init-threadsafe Signed-off-by: Andreas …
2:01 AM Changeset in ffmpeg [58ca0732] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/adxdec: Mark decoder as init-threadsafe Signed-off-by: …
1:59 AM Changeset in ffmpeg [4051599c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/truespeech: Mark decoder as init-threadsafe Signed-off-by: …
1:59 AM Changeset in ffmpeg [53c077d5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ra288: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:57 AM Changeset in ffmpeg [0ef263eb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bintext: Mark decoder as init-threadsafe Signed-off-by: …
1:56 AM Changeset in ffmpeg [fb8d711a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/truemotion1: Mark decoder as init-threadsafe Signed-off-by: …
1:55 AM Changeset in ffmpeg [344bd794] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/targa_y216dec: Mark decoder as init-threadsafe Signed-off-by: …
1:55 AM Changeset in ffmpeg [d537933] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/kvg1dec: Mark decoder as init-threadsafe Signed-off-by: …
1:52 AM Changeset in ffmpeg [2648df16] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/4xm: Make decoder init-threadsafe Signed-off-by: Andreas …
1:51 AM Changeset in ffmpeg [c13b3fdb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/8svx: Mark decoders as init-threadsafe Signed-off-by: Andreas …
1:51 AM Changeset in ffmpeg [e6f13f9a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bitpacked: Mark decoder as init-threadsafe Signed-off-by: …
1:51 AM Changeset in ffmpeg [c549a94b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/argo: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:50 AM Changeset in ffmpeg [f8129134] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/arbc: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:50 AM Changeset in ffmpeg [d0f90e23] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/adxenc: Mark encoder as init-threadsafe Signed-off-by: …
1:49 AM Changeset in ffmpeg [beaf065f] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/alacenc: Mark encoder as init-threadsafe Signed-off-by: …
1:48 AM Changeset in ffmpeg [4405633e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/s302menc: Mark encoder as init-threadsafe Signed-off-by: …
1:48 AM Changeset in ffmpeg [71d4710] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v308enc: Mark encoder as init-threadsafe Signed-off-by: …
1:48 AM Changeset in ffmpeg [22593180] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v410enc: Mark encoder as init-threadsafe Signed-off-by: …
1:47 AM Changeset in ffmpeg [f8dce2aa] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/targaenc: Mark encoder as init-threadsafe Signed-off-by: …
1:47 AM Changeset in ffmpeg [2b54a297] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/tiffenc: Mark encoder as init-threadsafe Signed-off-by: …
1:46 AM Changeset in ffmpeg [602174b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v210enc: Mark encoder as init-threadsafe Signed-off-by: …
1:45 AM Changeset in ffmpeg [5f901211] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/utvideoenc: Cleanup generically on init failure …
1:42 AM Changeset in ffmpeg [7dffe1d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/utvideoenc: Mark encoder as init-threadsafe Signed-off-by: …
1:42 AM Changeset in ffmpeg [a2717f0c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rawenc: Mark encoder as init-threadsafe Signed-off-by: …
1:42 AM Changeset in ffmpeg [6f36a941] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avuienc: Mark encoder as init-threadsafe Signed-off-by: …
1:41 AM Changeset in ffmpeg [6577fc81] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/v408enc: Mark encoders as init-threadsafe Signed-off-by: …
1:41 AM Changeset in ffmpeg [35f99ec0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/bmpenc: Mark encoder as init-threadsafe Signed-off-by: …
1:41 AM Changeset in ffmpeg [846e8d65] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cdgraphics: Mark decoder as init-threadsafe Signed-off-by: …
1:40 AM Changeset in ffmpeg [29aaff7e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cngenc: Mark encoder as init-threadsafe Signed-off-by: …
1:39 AM Changeset in ffmpeg [0c47b070] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cook: Make decoder init-threadsafe Signed-off-by: Andreas …
1:38 AM Changeset in ffmpeg [980f002b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cook: Remove redundant free This decoder has the …
1:37 AM Changeset in ffmpeg [711f1408] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cook: Don't use 0 for NULL Signed-off-by: Andreas Rheinhardt …
1:36 AM Changeset in ffmpeg [96755c73] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cscd: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:35 AM Changeset in ffmpeg [fc2522c9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dfa: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:34 AM Changeset in ffmpeg [55e23c52] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dpcm: Mark decoders as init-threadsafe Signed-off-by: Andreas …
1:33 AM Changeset in ffmpeg [a80b3e5e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dpxenc: Mark encoder as init-threadsafe Signed-off-by: …
1:33 AM Changeset in ffmpeg [50734d76] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dsicinaudio: Mark decoder as init-threadsafe Signed-off-by: …
1:33 AM Changeset in ffmpeg [12655d63] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dsicinvideo: Mark decoder as init-threadsafe Signed-off-by: …
1:32 AM Changeset in ffmpeg [58ef7714] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dss_sp: Remove redundant memset An AVCodecContext's priv_data …
1:32 AM Changeset in ffmpeg [d3b435f8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dss_sp: Mark decoder as init-threadsafe Signed-off-by: …
1:31 AM Changeset in ffmpeg [072075f8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvaudiodec: Mark decoder as init-threadsafe Signed-off-by: …
1:29 AM Changeset in ffmpeg [24bc6ea] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dvdsubenc: Mark encoder as init-threadsafe Signed-off-by: …
1:29 AM Changeset in ffmpeg [1dab5699] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dxa: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:28 AM Changeset in ffmpeg [1d5945c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eacmv: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:26 AM Changeset in ffmpeg [ec7925c4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eatgq: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:26 AM Changeset in ffmpeg [d3ab662c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/eatgv: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:25 AM Changeset in ffmpeg [fff618b8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/escape124: Mark decoder as init-threadsafe Signed-off-by: …
1:24 AM Changeset in ffmpeg [23566222] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/escape130: Mark decoder as init-threadsafe Signed-off-by: …
1:23 AM Changeset in ffmpeg [ccad905a] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/evrcdec: Mark decoder as init-threadsafe Signed-off-by: …
1:23 AM Changeset in ffmpeg [843a717b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/fastaudio: Mark decoder as init-threadsafe Signed-off-by: …
1:22 AM Changeset in ffmpeg [e5fdc682] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/fic: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:19 AM Changeset in ffmpeg [15d003a4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flacdec: Mark decoder as init-threadsafe Signed-off-by: …
1:16 AM Changeset in ffmpeg [9fd34c8b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flacenc: Mark encoder as init-threadsafe Signed-off-by: …
1:15 AM Changeset in ffmpeg [fa15ad29] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsv: Mark decoders as init-threadsafe Signed-off-by: …
1:14 AM Changeset in ffmpeg [de1d6793] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsv: Return error if initializing zlib fails …
1:14 AM Changeset in ffmpeg [856c1402] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsv2enc: Mark encoder as init-threadsafe Signed-off-by: …
1:13 AM Changeset in ffmpeg [b6a977f4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flashsvenc: Mark encoder as init-threadsafe Signed-off-by: …
1:12 AM Changeset in ffmpeg [072d2caf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/flicvideo: Mark decoder as init-threadsafe Signed-off-by: …
1:12 AM Changeset in ffmpeg [f95e1a73] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/frwu: Mark decoder as init-threadsafe Signed-off-by: Andreas …
1:08 AM Changeset in ffmpeg [dc5385b6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/gif: Mark encoder as init-threadsafe Signed-off-by: Andreas …
1:08 AM Changeset in ffmpeg [30a5b66] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g729dec: Mark decoders as init-threadsafe Signed-off-by: …
1:08 AM Changeset in ffmpeg [be633f12] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g726: Mark encoders as init-threadsafe Signed-off-by: Andreas …
1:06 AM Changeset in ffmpeg [d40579c3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g726: Mark decoders as init-threadsafe Signed-off-by: Andreas …
1:05 AM Changeset in ffmpeg [995ac7b5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g723_1enc: Mark encoder as init-threadsafe Signed-off-by: …
1:05 AM Changeset in ffmpeg [2079f95b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g723_1dec: Mark decoder as init-threadsafe Signed-off-by: …
1:04 AM Changeset in ffmpeg [dde57205] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g722enc: Mark encoder as init-threadsafe Signed-off-by: …
1:03 AM Changeset in ffmpeg [2da9b77] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/g722dec: Mark decoder as init-threadsafe Signed-off-by: …
1:02 AM Changeset in ffmpeg [406d0056] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/huffyuvdec: Mark decoders as init-threadsafe Signed-off-by: …
12:58 AM Changeset in ffmpeg [908187bb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/huffyuvdec: Cleanup generically on init failure …
12:57 AM Changeset in ffmpeg [b3df59a5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hnm4video: Mark decoder as init-threadsafe Signed-off-by: …
12:56 AM Changeset in ffmpeg [c437afa3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/hcom: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:56 AM Changeset in ffmpeg [19b8a405] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/interplayvideo: Mark decoder as init-threadsafe …
12:54 AM Changeset in ffmpeg [e6142f26] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/interplayacm: Make decoder init-threadsafe Signed-off-by: …
12:53 AM Changeset in ffmpeg [8d87e1ef] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/indeo3: Make decoder init-threadsafe Signed-off-by: Andreas …
12:53 AM Changeset in ffmpeg [8b8358f5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ilbcdec: Mark decoder as init-threadsafe Signed-off-by: …
12:51 AM Changeset in ffmpeg [abe61c34] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/iff: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:50 AM Changeset in ffmpeg [9ae6f5ae] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/iff: Reorder checks to avoid unnecessary alloc+free …
12:50 AM Changeset in ffmpeg [3d0559ee] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jvdec: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:49 AM Changeset in ffmpeg [67b6f5fb] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/lagarith: Mark decoder as init-threadsafe Signed-off-by: …
12:48 AM Changeset in ffmpeg [93aa9056] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mvcdec: Mark decoders as init-threadsafe Signed-off-by: …
12:47 AM Changeset in ffmpeg [a3ccfed6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/msvideo1enc: Mark encoder as init-threadsafe Signed-off-by: …
12:46 AM Changeset in ffmpeg [ecaf3c24] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/msvideo1: Mark decoder as init-threadsafe Signed-off-by: …
12:46 AM Changeset in ffmpeg [bf40d3b9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mss3: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:44 AM Changeset in ffmpeg [8b395a51] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mss1: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:44 AM Changeset in ffmpeg [e48c1152] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/msrle: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:43 AM Changeset in ffmpeg [a2570693] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/gsmdec: Mark decoders as init-threadsafe Signed-off-by: …
12:42 AM Changeset in ffmpeg [b8c0fb34] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mmvideo: Mark decoder as init-threadsafe Signed-off-by: …
12:42 AM Changeset in ffmpeg [cf728ce0] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/midivid: Mark decoder as init-threadsafe Signed-off-by: …
12:41 AM Changeset in ffmpeg [21b0e069] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/magicyuvenc: Mark encoder as init-threadsafe Signed-off-by: …
12:41 AM Changeset in ffmpeg [f6cc7199] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mace: Mark decoders as init-threadsafe Signed-off-by: Andreas …
12:41 AM Changeset in ffmpeg [8a67b202] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/m101: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:40 AM Changeset in ffmpeg [83e96418] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/notchlc: Mark decoder as init-threadsafe Signed-off-by: …
12:38 AM Changeset in ffmpeg [275d7a8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/on2avc: Mark decoder as init-threadsafe Signed-off-by: …
12:37 AM Changeset in ffmpeg [cc076082] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/proresenc_kostya: Mark encoder as init-threadsafe …
12:36 AM Changeset in ffmpeg [0ca016ea] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/proresenc_anatoliy: Mark encoders as init-threadsafe …
12:35 AM Changeset in ffmpeg [659c2aa3] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/proresdec2: Mark decoder as init-threadsafe Signed-off-by: …
12:34 AM Changeset in ffmpeg [6834c796] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pgssubdec: Mark decoder as init-threadsafe Signed-off-by: …
12:34 AM Changeset in ffmpeg [f8667163] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pcxenc: Mark encoder as init-threadsafe Signed-off-by: …
12:33 AM Changeset in ffmpeg [dbabb5ce] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pamenc: Mark encoder as init-threadsafe Signed-off-by: …
12:33 AM Changeset in ffmpeg [3e732426] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rpza: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:32 AM Changeset in ffmpeg [837ee537] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/roqvideoenc: Mark encoder as init-threadsafe Signed-off-by: …
12:32 AM Changeset in ffmpeg [1a83c3a7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/roqvideodec: Mark decoder as init-threadsafe Signed-off-by: …
12:30 AM Changeset in ffmpeg [db09d3ed] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/roqaudioenc: Mark encoder as init-threadsafe Signed-off-by: …
12:29 AM Changeset in ffmpeg [d0639af5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rl2: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:27 AM Changeset in ffmpeg [543a2c37] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ralf: Mark decoder as init-threadsafe Signed-off-by: Andreas …
12:26 AM Changeset in ffmpeg [51e38d8e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ra144enc: Mark encoder as init-threadsafe Signed-off-by: …
12:23 AM Changeset in ffmpeg [b7a08501] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/ra144dec: Mark decoder as init-threadsafe Signed-off-by: …
12:21 AM Changeset in ffmpeg [71ace22d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/r210enc: Mark encoders as init-threadsafe Signed-off-by: …
12:19 AM Changeset in ffmpeg [6c189574] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/sunrastenc: Mark encoder as init-threadsafe Signed-off-by: …

May 1, 2021:

6:54 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by demet64
I don't know if input images are necessary. I tried the same concat …
6:52 PM concat.txt attached to Ticket #9210 by demet64
6:52 PM ffmpeg-20210501-201727.log attached to Ticket #9210 by demet64
11:02 AM Ticket #9198 (Westwood AUD decoding incorrect.) updated by Carl Eugen Hoyos
Keywords, Component changed
11:01 AM Ticket #9209 (How to simplify amerge filter) closed by Carl Eugen Hoyos
invalid: Please ask all usage questions on the FFmpeg user mailing list, this …
11:00 AM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by Carl Eugen Hoyos
Keywords changed
10:59 AM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by Carl Eugen Hoyos
Please (test current FFmpeg git head and) provide the command line you …
10:58 AM Ticket #9211 (MPEG2 decoder timebase resets cause FFmpeg to lock up during concat or ...) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Please test current FFmpeg git head and provide the command line you …
12:45 AM Changeset in ffmpeg [c7c138e4] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_identity: fix typo Signed-off-by: Limin Wang …
12:45 AM Changeset in ffmpeg [d150a9eb] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_identity: remove unnecessary check Signed-off-by: Limin …
12:45 AM Changeset in ffmpeg [8410000f] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_psnr: remove unnecessary check Signed-off-by: Limin Wang …
12:45 AM Changeset in ffmpeg [fd3dabe6] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_ssim: remove unnecessary check For the pointer have been …

Apr 30, 2021:

10:35 PM Changeset in ffmpeg [92769f26] by James Almer <jamrial@gmail.com>
avfilter/vf_scale: store the offset in a local variable before adding …
9:40 PM Ticket #6981 (HTTPS redirect for Trac missing) updated by llogan
Also see #7765.
9:37 PM Ticket #7575 (Redirect HTTP to HTTPS) closed by llogan
duplicate: Basically a duplicate of #6981.
5:09 PM Ticket #9205 (Incorrect segment length in HLS child playlist with fmp4 segment format) updated by Jason
Keywords changed
I've put up a $150 bounty on this issue. …
1:09 PM Changeset in ffmpeg [fb5e2d71] by James Almer <jamrial@gmail.com>
avcodec/mjpegdec: fix SOF check in EOI For frames decoded with …
8:24 AM Changeset in ffmpeg [8b83a4a8] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/mem: Also poison new av_realloc-allocated blocks …
8:21 AM Changeset in ffmpeg [4796ec5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/dump: Remove remnants of codec timebase Fixes Coverity issue …
3:00 AM Ticket #9141 (Input option -t/-to totally ignored when stream copying MPEG-TS ...) updated by uptowncat
Analyzed by developer, Status, Owner changed
12:58 AM Changeset in ffmpeg [036bb53c] by James Almer <jamrial@gmail.com>
configure: fix vulkan dep for libglslang based filters Temporary fix …

Apr 29, 2021:

10:52 PM Changeset in ffmpeg [49e3a844] by Lynne <dev@lynne.ee>
configure: add -lvulkan to libglslang's lib flags Since libavutil no …
10:08 PM Changeset in ffmpeg [cf17e232] by Lynne <dev@lynne.ee>
hwcontext_vulkan: dlopen libvulkan While Vulkan itself went more or …
10:08 PM Changeset in ffmpeg [4a6581e9] by Lynne <dev@lynne.ee>
hwcontext_vulkan: dynamically load functions This patch allows for …
10:08 PM Ticket #9211 (MPEG2 decoder timebase resets cause FFmpeg to lock up during concat or ...) updated by nab622
Summary changed
9:56 PM Ticket #9211 (MPEG2 decoder timebase resets cause FFmpeg to lock up during concat or ...) created by nab622
I believe this is the same thing that is reported here: …
6:11 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by demet64
> It seems as if this is due to rounding to a timebase of 1/25 …
5:49 PM Ticket #8930 (Pixel format 0x21112100 bits:8 is not implemented.) updated by Balling
Are you going to apply your patches? …
5:04 PM Changeset in ffmpeg [ffeeff4f] by James Almer <jamrial@gmail.com>
avutil/hwcontext_vulkan: fix format specifiers for some printed …
4:55 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by mkver
It seems as if this is due to rounding to a timebase of 1/25 …
1:52 PM Changeset in ffmpeg [ab38a48c] by Zane van Iperen <zane@zanevaniperen.com>
fate: add adpcm_ima_ws test in a VQA v3 file Signed-off-by: Zane van …
12:57 PM Changeset in ffmpeg [829d7bb5] by Guo, Yejun <yejun.guo@intel.com>
doc/filters: Documentation to add sess_config option for tensorflow …
12:25 PM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) updated by demet64
Description changed
12:02 PM Changeset in ffmpeg [f183d655] by Guo, Yejun <yejun.guo@intel.com>
avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data …
11:38 AM Ticket #9210 (Malapropos timebase preset for "concat" demuxer?) created by demet64
This issue was also mentioned here: …
8:33 AM Hardware/QuickSync edited by Xu Guangxin
(diff)
8:17 AM Ticket #9209 (How to simplify amerge filter) created by kvsico
Summary of the bug: How to reproduce: I want to mix audio files, mono …
8:07 AM Ticket #9208 (Should I always set dropout_transition very high number like 10000 ...) updated by kvsico
Type changed
7:49 AM Ticket #9208 (Should I always set dropout_transition very high number like 10000 ...) created by kvsico
Summary of the bug: I want to mix many audio files with different …
1:17 AM sample.mp3 attached to Ticket #9207 by zymos
1:16 AM Ticket #9207 (ffmpeg does not copy audio file's cover art when start time in not zero) created by zymos
Summary of the bug: When converting an audio file with cover art in …
12:44 AM Changeset in ffmpeg [4e8d2247] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/zmbvenc: Simplify setting keyframe flag Reviewed-by: Tomas …
12:28 AM Changeset in ffmpeg [023bc5d9] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/nellymoserenc: Fix segfault when using unsupported …
Note: See TracTimeline for information about the timeline view.