Timeline



Mar 16, 2021:

10:18 PM Ticket #9153 (When specifying -acodec nellymoser ffmpeg does not recognize stream ...) updated by Balling
Actually it is just disallowed in ffmpeg …
9:23 PM Ticket #9151 (Missing white space in the white list of tesseract configuration) updated by Carl Eugen Hoyos
Keywords changed
Or you could send a patch - made with git format-patch - that …
9:21 PM Ticket #9149 (bugs in Altivec code) updated by Carl Eugen Hoyos
Keywords changed
If the issues you see are reproducible with current FFmpeg git head, …
9:20 PM Ticket #9150 (Latest MSVS breaks build on windows) updated by Carl Eugen Hoyos
Keywords changed
Please send your patch - made with git format-patch - to the FFmpeg …
9:19 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) updated by Carl Eugen Hoyos
Keywords changed
8:08 PM Ticket #9153 (When specifying -acodec nellymoser ffmpeg does not recognize stream ...) updated by Carl Eugen Hoyos
Keywords, Version, Component, Description changed
Needs -analyzeduration 75M. Much more important: Do you know where …
7:58 PM Ticket #9154 (SVQ1 fourcc is wrong for AVI container) updated by Carl Eugen Hoyos
Priority, Version changed
At the time was in d91712990c965462b7744078dec2fb6c4d29ce89 I wonder …
4:16 PM Ticket #9154 (SVQ1 fourcc is wrong for AVI container) updated by Carl Eric Codere
Your comment is valid, but i do feel that it is curious that in mov …
10:09 AM Changeset in ffmpeg [30a69b16] by Anton Khirnov <anton@khirnov.net>
lavc: drop unused argument from lock_avcodec()
10:09 AM Changeset in ffmpeg [55c083f0] by Anton Khirnov <anton@khirnov.net>
lavc: drop ff_ prefix from ff_(un)lock_avcodec It is unnecessary and …
10:09 AM Changeset in ffmpeg [b006a84a] by Anton Khirnov <anton@khirnov.net>
lavc: move decoder bsf init into decoder-specific code
10:09 AM Changeset in ffmpeg [20aec597] by Anton Khirnov <anton@khirnov.net>
lavc: factor decoder validation/setup from avcodec_open2()
10:09 AM Changeset in ffmpeg [dbb1dfab] by Anton Khirnov <anton@khirnov.net>
lavc/encode: reindent after previous commit
9:52 AM Changeset in ffmpeg [3f53c84] by Anton Khirnov <anton@khirnov.net>
lavc: factor out encoder init/validation from avcodec_open2() …
9:41 AM Changeset in ffmpeg [b334fd39] by Anton Khirnov <anton@khirnov.net>
cmdutils: replace strncpy() with direct assignment Only one character …
9:38 AM Changeset in ffmpeg [7d095791] by Anton Khirnov <anton@khirnov.net>
lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS …
9:34 AM Changeset in ffmpeg [8a129077] by Anton Khirnov <anton@khirnov.net>
lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an …
7:40 AM Changeset in ffmpeg [b60fe950] by Tobias Rapp <t.rapp@noa-archive.com>
doc/encoders: Remove text about single bit-depth libx264 support In …

Mar 15, 2021:

9:24 PM Changeset in ffmpeg [5282147d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Check for EOF in resync loop Fixes: Timeout …
9:24 PM Changeset in ffmpeg [0f441b90] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MS …
9:24 PM Changeset in ffmpeg [712d3ac5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ipmovie: Free packets allocated in header reading Fixes: …
9:06 PM Ticket #9154 (SVQ1 fourcc is wrong for AVI container) updated by Carl Eugen Hoyos
For future tickets: MediaInfo output is rarely useful (and not useful …
9:04 PM Ticket #9154 (SVQ1 fourcc is wrong for AVI container) updated by Carl Eugen Hoyos
Keywords, Component changed
Why do you believe that upper-case would be more correct than …
3:36 PM mediainfo_foreman_cif_svq1_ffmpeg.mov.txt attached to Ticket #9154 by Carl Eric Codere
3:36 PM mediainfo_foreman_cif_svq1_ffmpeg.avi.txt attached to Ticket #9154 by Carl Eric Codere
3:35 PM Ticket #9154 (SVQ1 fourcc is wrong for AVI container) created by Carl Eric Codere
Summary of the bug: When using the svq1 codec and using AVI as output …
12:39 PM Ticket #4907 (Support decoding animated WebP images) updated by Grey
Cc changed
8:16 AM Ticket #9153 (When specifying -acodec nellymoser ffmpeg does not recognize stream ...) created by haraldbre
Summary of the bug: Concatenating nellymoser encoded audio streams to …
7:16 AM Changeset in ffmpeg [63344337] by Steven Liu <liuqi05@kuaishou.com>
libavformat/hls: Reset options after open_url_keepalive() fails …
6:03 AM Changeset in ffmpeg [8e77624e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Remove outdated comment Removing it was forgotten in …
5:45 AM Changeset in ffmpeg [52075447] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avutil/avstring: Check for memory allocation error in av_escape …
5:44 AM Changeset in ffmpeg [c2649d51] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avutil/avstring: Limit string length in av_escape to range of int …
5:42 AM Changeset in ffmpeg [a581370f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/h264_cavlc: Reindent after the previous commit Signed-off-by: …
5:29 AM Changeset in ffmpeg [b41e4f61] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/h264_cavlc: Remove redundant check The only caller to …

Mar 14, 2021:

10:42 PM Changeset in ffmpeg [cc15bb0b] by Michael Niedermayer <michael@niedermayer.cc>
doc/APIchanges: Fill in some missing information Signed-off-by: …
10:29 PM Changeset in ffmpeg [8a3fea80] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpegls: Check A[Q] for overflow in …
10:29 PM Changeset in ffmpeg [337984c1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/voc_packet: prevent remaining size from becoming negative in …
10:29 PM Changeset in ffmpeg [c9487547] by Michael Niedermayer <michael@niedermayer.cc>
avutil/timecode: Avoid fps overflow Fixes: Integer overflow and …
10:29 PM Changeset in ffmpeg [403b35e1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mvi: Check audio size for more overflows Fixes: left shift …
10:29 PM Changeset in ffmpeg [1c880986] by Michael Niedermayer <michael@niedermayer.cc>
avformat/samidec: Deallocate hdr_buf Fixes: memleak Fixes: …
10:29 PM Changeset in ffmpeg [cd3ab3a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cfhd: Fix negative shift in cfhd_decode() Fixes: left shift …
10:16 PM Changeset in ffmpeg [07de796b] by Andriy Gelman <andriy.gelman@gmail.com>
avdevice/xcbgrab: Add option for grabbing a window The option allows …
4:37 PM Changeset in ffmpeg [1af48850] by James Almer <jamrial@gmail.com>
avcodec: add a mention about get_encode_buffer in the old encode API …
2:50 PM Ticket #9148 (Downloading an https file with gnutls is too slow) updated by Taner Sener
Replying to taliho: > I sent in a patch: > …
1:36 PM Ticket #9148 (Downloading an https file with gnutls is too slow) updated by Andriy Gelman
I sent in a patch: …
12:15 PM Changeset in ffmpeg [2aece147] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: drop unused frames from inactive inputs
8:37 AM Changeset in ffmpeg [1d61a31] by Gyan Doshi <ffmpeg@gyani.pro>
doc/filters: note default for zoompan's duration
8:18 AM SponsoringPrograms/GSoC/2021 edited by elenril
project for ffmpeg.c multithreading (diff)

Mar 13, 2021:

11:57 PM SponsoringPrograms/GSoC/2021 edited by James
vapoursynth source filter project (diff)
8:02 PM Changeset in ffmpeg [bd525e28] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/flacdec: Avoid undefined shift in error case Fixes: …
8:02 PM Changeset in ffmpeg [09b30403] by Michael Niedermayer <michael@niedermayer.cc>
avformat/cinedec: Fix index_entries size check Fixes: out of array …
8:02 PM Changeset in ffmpeg [0c48c332] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_metadata_bsf: Check nb_units before accessing the first …
8:02 PM Changeset in ffmpeg [4e7dbca7] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aaxdec: Check that segments table has been initialized …
8:02 PM Changeset in ffmpeg [36ad2f41] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec: Check if trailer is available Fixes: out of array …
8:02 PM Changeset in ffmpeg [312bcdbf] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Check col/line for integer overflow Fixes: signed …
7:44 PM Ticket #9152 (FFmpeg doesn't stop after it has written the correct output file) updated by Michael Koch
Known workarounds: It works correctly if the length of the input file …
6:13 PM SponsoringPrograms/GSoC/2021 edited by jkqxz
(diff)
5:21 PM Ticket #9152 (FFmpeg doesn't stop after it has written the correct output file) created by Michael Koch
I just created a special effect which shows several optical sound …
5:16 PM Ticket #9151 (Missing white space in the white list of tesseract configuration) reopened by dominic108
Perhaps it could be reopen as a documentation issue.
4:50 PM SponsoringPrograms/GSoC/2021 edited by Lynne
(diff)
4:36 PM Changeset in ffmpeg [c281d84b] by Marton Balint <cus@passwd.hu>
avformat: add Changelog entry for librist and bump minor …
4:36 PM Changeset in ffmpeg [5bd1d0f4] by Marton Balint <cus@passwd.hu>
avformat/librist: clarify and limit buffer_size As suggested by …
4:36 PM Changeset in ffmpeg [4217e091] by Marton Balint <cus@passwd.hu>
avformat/librist: increase default loglevel Also remove …
4:36 PM Changeset in ffmpeg [7b0832de] by Marton Balint <cus@passwd.hu>
avformat/librist: simplify secret strlcpy Signed-off-by: Marton …
4:36 PM Changeset in ffmpeg [deffb5dd] by Marton Balint <cus@passwd.hu>
avformat/librist: make packet size adjustable for writing, fix it for …
4:36 PM Changeset in ffmpeg [4b1e387e] by Marton Balint <cus@passwd.hu>
avformat/librist: rework librist_read Queue tracking makes no …
4:36 PM Changeset in ffmpeg [4098f809] by Marton Balint <cus@passwd.hu>
libavformat: add librist protocol This work is sponsored by Open …
2:47 PM Changeset in ffmpeg [e93403b7] by James Almer <jamrial@gmail.com>
libavutil/timer: Fix clang reserved-user-defined-literal clang errors …
11:34 AM Ticket #9151 (Missing white space in the white list of tesseract configuration) closed by dominic108
wontfix: I just realized that it was a default value. There might be scenarios …
10:49 AM Ticket #8911 (improve showspectrumpic height option documentation) updated by Elon Musk
It is being worked on, no need to spam trac with new tickets.
6:56 AM Ticket #9130 (new "Invalid DTS" reporting issue ?) closed by Balling
fixed: Fixed in 30cd7feb2dd497b16edb6d7c09a83eb49f89645d.

Mar 12, 2021:

10:55 PM Changeset in ffmpeg [b2d08265] by Marton Balint <cus@passwd.hu>
avdevice/pulse_audio_dec: do not read undersized frames Keep on …
10:55 PM Changeset in ffmpeg [7f059a25] by Marton Balint <cus@passwd.hu>
avdevice/pulse_audio_dec: only set adjust latency flag if …
10:55 PM Changeset in ffmpeg [104aa921] by Marton Balint <cus@passwd.hu>
avdevice/pulse_audio_dec: query actual fragment size Signed-off-by: …
10:55 PM Changeset in ffmpeg [1a90cf44] by Marton Balint <cus@passwd.hu>
avdevice/alsa_dec: make sure we have enough data in non-blocking mode …
10:49 PM Changeset in ffmpeg [6e7e3a38] by James Almer <jamrial@gmail.com>
avcodec: add a get_encode_buffer() callback to AVCodecContext This …
10:46 PM Ticket #9151 (Missing white space in the white list of tesseract configuration) created by dominic108
Summary of the bug: I compiled ffmpeg on Ubuntu to have the tesseract …
10:45 PM Changeset in ffmpeg [2c96e6cb] by Mark Thompson <sw@jkqxz.net>
cbs_sei: Detect payload overflows when reading SEI messages The …
10:45 PM Changeset in ffmpeg [b128b0ce] by Mark Thompson <sw@jkqxz.net>
cbs_h265: Detect more reference combinations which would overflow the …
10:25 PM Changeset in ffmpeg [ec54c32d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cbs_h26[45]: Remove redundant enum constants Unused since …
10:24 PM Changeset in ffmpeg [70d22657] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cbs_sei: Fix leak of AVBufferRef on error An AVBufferRef (and …
10:23 PM Changeset in ffmpeg [12a9f3f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cbs_sei: Don't use -1th element of array (This affected only …
10:21 PM Changeset in ffmpeg [85685297] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codec …
9:11 PM Changeset in ffmpeg [30cd7feb] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: base timestamps on frameIntervalP If b-frames were …
6:09 PM Ticket #8911 (improve showspectrumpic height option documentation) updated by semiaddict
Replying to richardpl: > Wait for non-power of 2 fft …
6:05 PM Changeset in ffmpeg [6e2db678] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_uspp: Fix leak of packet side data The uspp filter uses a …
6:05 PM Changeset in ffmpeg [08588532] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_uspp: Fix leak of qp-table on error Fixes Coverity issue …
5:29 PM Changeset in ffmpeg [0364188] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Reindentation Reviewed-by: James Almer …
5:28 PM Changeset in ffmpeg [cc448f8d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Remove always-true check Forgotten in …
4:13 PM Changeset in ffmpeg [d025a5b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/adp, svs: Remove redundant av_shrink_packet() …
3:35 PM Ticket #8108 (warnings for .ts Ancillary data in ffplay, problem with playing it in ...) updated by Balling
BTW, the issue upstream was closed.
3:33 PM Ticket #8411 (Support USAC / xHE-AAC) updated by Balling
xHE-AAC is planned by Netflix. …
1:22 PM Ticket #8757 (libavformat/avisynth.c does not set interlacing and field order) closed by Balling
fixed: Fixed in 8b74458d9303454fcbe9869a00df0c08461dfd4c.
10:21 AM Ticket #9150 (Latest MSVS breaks build on windows) updated by TwinOak
Summary changed
10:20 AM Ticket #9150 (Latest MSVS breaks build on windows) created by TwinOak
When building on Windows (MSVC, MSYS2) with Nvidia HW support, MSVC …
2:58 AM Ticket #9149 (bugs in Altivec code) updated by Ilya Kurdyukov
ffmpeg version is 4.3.1 (not in list on tracker)
2:55 AM Ticket #9149 (bugs in Altivec code) created by Ilya Kurdyukov
Is the Altivec code still in use? I am making a SIMD optimization …

Mar 11, 2021:

10:47 PM Changeset in ffmpeg [51367267] by Marton Balint <cus@passwd.hu>
avformat/gopher: Add support for Gopher over TLS This commit adds a …
10:26 PM Changeset in ffmpeg [ed4c2e18] by Marton Balint <cus@passwd.hu>
avformat/gopher: Add default_whitelist to ff_gopher_protocol …
9:41 PM Changeset in ffmpeg [e690aa6a] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
avcodec/gifenc: Actually use the shrunk palette I have no idea how …
9:08 PM console.txt attached to Ticket #9148 by Taner Sener
Console output
9:03 PM ffmpeg-20210311-200939.log attached to Ticket #9148 by Taner Sener
report file created by the command
9:02 PM console.commit.a1553b0cfbff92223caaed4103b92373b2339173.txt attached to Ticket #9148 by Taner Sener
Console output for the same command executed on master with commit …
8:57 PM Changeset in ffmpeg [99042c2b] by James Almer <jamrial@gmail.com>
avcodec/h264_slice: don't copy frame data during error concealment In …
8:44 PM Ticket #9148 (Downloading an https file with gnutls is too slow) created by Taner Sener
Summary of the bug: Downloading a file using https protocol is too …
8:39 PM Changeset in ffmpeg [9e2e6f93] by James Almer <jamrial@gmail.com>
avdevice/decklink: add missing include for buffer_size_t Should fix …
7:21 PM Changeset in ffmpeg [16e8ea0d] by Stephen Hutchinson <qyot27@gmail.com>
avisynth: fix audio on big endian AviSynth+ outputs audio in the same …
7:21 PM Changeset in ffmpeg [8b74458d] by Stephen Hutchinson <qyot27@gmail.com>
avisynth: populate field order Fixes Trac ticket #8757
7:21 PM Changeset in ffmpeg [4c40686e] by Stephen Hutchinson <qyot27@gmail.com>
avisynth: more intelligent RGB flipping avs_is_color_space provides a …
7:01 PM Changeset in ffmpeg [9f1b808b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/rawenc: Use init instead of write_header function …
6:02 PM Encode/H.264 edited by llogan
mentioned concatenation in -profile section (diff)
3:06 PM Changeset in ffmpeg [b8778164] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/4xm: Check pre_gb in decode_i_block() Fixes: Timeout Fixes: …
1:07 PM Changeset in ffmpeg [1ad628d2] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avutil/buffer_internal: Include internal for buffer_size_t Fixes …
12:21 PM Changeset in ffmpeg [2f056def] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_mathbinary: Fix leak upon error Fixes …
12:20 PM Changeset in ffmpeg [723ebf02] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can …
12:13 PM Changeset in ffmpeg [9da96d8b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Check thread creation for errors …
12:10 PM Changeset in ffmpeg [c2fef8f1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Check allocation Reviewed-by: …
12:09 PM Changeset in ffmpeg [d14ae740] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked …
12:06 PM Changeset in ffmpeg [508d7005] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Fix memleak on error If an error …
11:47 AM Changeset in ffmpeg [16e36d5c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Avoid allocation when …
11:45 AM Changeset in ffmpeg [639b3bbb] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocation …
11:44 AM Changeset in ffmpeg [d915c1dd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failure …
11:43 AM Changeset in ffmpeg [f51f1390] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native: Fix typo in log message Reviewed-by: Guo, …
11:39 AM Changeset in ffmpeg [1e47ef60] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native: Don't use asserts for checks asserts should …
11:34 AM Changeset in ffmpeg [0e078c6c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native: Fix leak in case parsing options fails …
11:32 AM Changeset in ffmpeg [2e2ed39d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
dnn/dnn_backend_native: Avoid allocation for checking file magic …
10:36 AM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) closed by Elon Musk
fixed: Lies. Fix your stupid tool.
9:03 AM Changeset in ffmpeg [b7bf631f] by Anton Khirnov <anton@khirnov.net>
Doc: Tech Resolution Process
5:30 AM SponsoringPrograms/GSoC/2021 edited by Reynaldo H. Verdejo Pinochet
Match the "Idea" GSoC lenguage to make it clearer for candidates (diff)
1:02 AM Changeset in ffmpeg [f4f5da0d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/libilbc: Support newer libiLBC versions Beginning with …

Mar 10, 2021:

11:26 PM Changeset in ffmpeg [e36eb94] by James Almer <jamrial@gmail.com>
avutil: use the buffer_size_t typedef where required Signed-off-by: …
11:26 PM Changeset in ffmpeg [5d9af167] by James Almer <jamrial@gmail.com>
avfilter: use the buffer_size_t typedef where required Signed-off-by: …
11:26 PM Changeset in ffmpeg [f7abb53c] by James Almer <jamrial@gmail.com>
avdevice: use the buffer_size_t typedef where required Signed-off-by: …
11:26 PM Changeset in ffmpeg [e07126f5] by James Almer <jamrial@gmail.com>
avformat: use the buffer_size_t typedef where required Signed-off-by: …
11:26 PM Changeset in ffmpeg [d8a18c8f] by James Almer <jamrial@gmail.com>
avcodec: use the buffer_size_t typedef where required Signed-off-by: …
11:26 PM Changeset in ffmpeg [42e68fe0] by James Almer <jamrial@gmail.com>
avformat/utils: change AVStream side data related public function and …
11:26 PM Changeset in ffmpeg [d79e0fe6] by James Almer <jamrial@gmail.com>
avcodec/packet: change side data related public function and struct …
11:26 PM Changeset in ffmpeg [dbd47b79] by James Almer <jamrial@gmail.com>
avutil/frame: change av_frame_new_side_data() size parameter type to …
11:26 PM Changeset in ffmpeg [14040a1d] by James Almer <jamrial@gmail.com>
avutil/buffer: change public function and struct size parameter types …
10:57 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) updated by Carl Eugen Hoyos
Output is shorter after 3e3c408e3fc9ba3ad861e1d3aea22f9e8c1a3894
10:52 PM Changeset in ffmpeg [3e3c408e] by Paul B Mahol <onemda@gmail.com>
avfilter/af_dynaudnorm: make better check for available samples Also …
10:32 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) updated by Carl Eugen Hoyos
Keywords changed
Independently of the true or deeper cause of the issue, I need these …
9:57 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) updated by Elon Musk
Keywords changed
9:17 PM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by Carl Eugen Hoyos
Keywords, Version changed
Are you reporting an issue with the mpegts muxer?
9:10 PM test.wav attached to Ticket #9147 by Carl Eugen Hoyos
9:10 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component, Reproduced by developer changed
Regression since d7fead80ad994243b35bf4d43324f3fa72c11e9d
8:18 PM Ticket #9147 (ffmpeg gets into infinite loop with some audio chain) created by bakaiadam
Summary of the bug: If you have a short audio and try to get only the …
8:00 PM Changeset in ffmpeg [2ae73b74] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_nnedi: Fix use of uninitialized value Fixes Coverity …
7:01 PM Changeset in ffmpeg [573f05a7] by Marton Balint <cus@passwd.hu>
fftools/ffplay: do not write out of rdft visualization texture If the …
5:31 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by jeeb
Yes, I do wonder what the meaning of that check is in mxfdec, in which …
2:59 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by Elon Musk
IIUC J2k muxed in MXF does not need parser at all. So there is …
2:17 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by jeeb
#8966 just notes that metadata on the MXF level is lost. This seems to …
1:09 PM Changeset in ffmpeg [a7425f71] by Matthieu Bouron <matthieu.bouron@gmail.com>
avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when …
1:09 PM Changeset in ffmpeg [1a033008] by Matthieu Bouron <matthieu.bouron@gmail.com>
avcodec/mediacodec_wrapper: check if codec is software earlier
3:22 AM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) updated by Balling
Are we even conformant to ETSI TS 101 154, v2.5.1 (2019-01) that does …
2:56 AM hevc-hdr.ts attached to Ticket #9146 by a1q123456
2:56 AM hevc-hdr.mp4 attached to Ticket #9146 by a1q123456
2:54 AM Ticket #9146 (ATC SEI of HLG (18) should overwrite color_trc from VUI in mp4, just ...) created by a1q123456
If a ts file contains an alternative_transfer_characteristics SEI, it …
2:48 AM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by Balling
Won't that be a duplicate of #8966? This file is just Display P3/PQ …

Mar 9, 2021:

10:42 PM VIDEO_e4da5fcd-5ffc-4713-bcdd-95ea579d790b_cut.mxf attached to Ticket #9145 by Carl Eugen Hoyos
10:32 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
10:29 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) updated by Carl Eugen Hoyos
Priority, Keywords changed
10:27 PM Ticket #9143 (libavformat:hlsenc split mpegts file failed if segment size >= INT_MAX/2) updated by Carl Eugen Hoyos
Keywords changed
10:26 PM Ticket #9143 (libavformat:hlsenc split mpegts file failed if segment size >= INT_MAX/2) closed by Carl Eugen Hoyos
invalid: Please reopen this ticket if you can provide the command line you …
10:22 PM Ticket #9145 (J2K Parser generates large (concatenated) packet when HDR metadata present) created by Chris Olekas
Summary of the bug: The J2K parser added in this commit d09c35677d …
8:16 PM Changeset in ffmpeg [c35e456] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mvdec: Allocate extradata only once Fixes: memleak Fixes: …
7:14 PM Changeset in ffmpeg [1a549efe] by James Almer <jamrial@gmail.com>
libavcodec/amfenc_hevc: Recommend values for min and max video …
5:33 PM Ticket #9130 (new "Invalid DTS" reporting issue ?) updated by Balling
Fix is here: …
1:22 PM Changeset in ffmpeg [295f32ec] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Reindent after previous commits Signed-off-by: …
1:16 PM Changeset in ffmpeg [b5a2481] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Don't needlessly copy side-data for subtitles …
1:06 PM Changeset in ffmpeg [e12923f6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/decode: Avoid stack packets when decoding subtitles Use …
1:00 PM Changeset in ffmpeg [f0dc8fae] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qsvdec: Make functions used only here static, remove header …
12:41 PM Changeset in ffmpeg [74bffc00] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec: Constify some AVPackets Reviewed-by: James Almer …
2:09 AM Changeset in ffmpeg [74b5564f] by Linjie Fu <linjie.justin.fu@gmail.com>
mailmap: add entry for myself Signed-off-by: Linjie Fu …
Note: See TracTimeline for information about the timeline view.