Timeline



Sep 24, 2022:

8:59 PM Changeset in ffmpeg [eacfcbae]n5.1.2 by Michael Niedermayer <michael@niedermayer.cc>
Update for 5.1.2 Signed-off-by: Michael Niedermayer …
8:58 PM Changeset in ffmpeg [6bbe4d1f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dstdec: Check for overflow in build_filter() Fixes: signed …
8:58 PM Changeset in ffmpeg [9658d1da] by Michael Niedermayer <michael@niedermayer.cc>
avformat/spdifdec: Use 64bit to compute bit rate Fixes: signed …
8:58 PM Changeset in ffmpeg [67648ac] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rpl: Use 64bit for duration computation Fixes: signed …
8:58 PM Changeset in ffmpeg [c54161e1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/xwma: Use av_rescale() for duration computation Fixes: …
8:58 PM Changeset in ffmpeg [e443e2e2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in …
8:58 PM Changeset in ffmpeg [ad56da76] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: Check ts_int in genrate_intervals There is probably …
8:58 PM Changeset in ffmpeg [3e2b970b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: clamp end_ts Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [77628600] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: check tag_size Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [de79299b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutdec: Check fields Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [1c3c2549] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: Use 64bit for sum_flv_tag_size Fixes: signed integer …
8:58 PM Changeset in ffmpeg [740a71b5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/jacosubdec: Fix overflow in get_shift() Fixes: …
8:58 PM Changeset in ffmpeg [4038dfc1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/genh: Check nb_channels for IMA ADPCM The check could be …
8:58 PM Changeset in ffmpeg [c38fde3b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dxa: avoid bpc overflows Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [48acb06c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dhav: Use 64bit seek_back Fixes: negation of -2147483648 …
8:58 PM Changeset in ffmpeg [ef0a505] by Michael Niedermayer <michael@niedermayer.cc>
avformat/cafdec: Check that nb_frasmes fits within 64bit Fixes: …
8:58 PM Changeset in ffmpeg [01834eae] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: Limit packet offset avoids overflows with it …
8:58 PM Changeset in ffmpeg [08047db1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/apm: Use 64bit for bit_rate computation Fixes: signed …
8:58 PM Changeset in ffmpeg [ca550320] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ape: Check frames size Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [c9bb4e3] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icodec: Check nb_pal Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [14787c60] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Use 64bit for block_duration use Fixes: signed …
8:58 PM Changeset in ffmpeg [4143d0a3] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Check block_duration Fixes: signed integer …
8:58 PM Changeset in ffmpeg [a3d59e33] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: only probe max run in Suggested-by: Tomas Härdin …
8:58 PM Changeset in ffmpeg [89c2911a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check run_in is within 65536 Fixes: signed integer …
8:58 PM Changeset in ffmpeg [04a2dd80] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Check for unsupported bayer case Fixes: out of …
8:58 PM Changeset in ffmpeg [c15b355e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Fix integer overflow in filter_3800() Fixes: signed …
8:58 PM Changeset in ffmpeg [5a944b3a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tta: Check 24bit scaling for overflow Fixes: signed integer …
8:58 PM Changeset in ffmpeg [03c16886] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mobiclip: Check quantizer for overflow Fixes: signed integer …
8:58 PM Changeset in ffmpeg [4e07d4a1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Check preview psize Fixes: signed integer overflow: …
8:58 PM Changeset in ffmpeg [8f483d42] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Fix loop detection Fixes regression with …
8:58 PM Changeset in ffmpeg [47e510aa] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/hls: Free keys Fixes: memleak Fixes: …
8:58 PM Changeset in ffmpeg [b877696f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/fmvc: Move frame allocation to a later stage This way more …
8:58 PM Changeset in ffmpeg [82207ef2] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_showinfo: remove backspaces They mess with storing …
8:58 PM Changeset in ffmpeg [58c5976] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speedhq: Check width Fixes: out of array access Fixes: …
8:58 PM Changeset in ffmpeg [344c113] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bink: disallow odd positioned scaled blocks Fixes: out of …
8:57 PM Changeset in ffmpeg [cdeb121c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dstdec: Check for overflow in build_filter() Fixes: signed …
8:56 PM Changeset in ffmpeg [c825c20c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/spdifdec: Use 64bit to compute bit rate Fixes: signed …
8:56 PM Changeset in ffmpeg [989f5637] by Michael Niedermayer <michael@niedermayer.cc>
avformat/xwma: Use av_rescale() for duration computation Fixes: …
8:56 PM Changeset in ffmpeg [13618952] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in …
8:54 PM Changeset in ffmpeg [82bd6176] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: check tag_size Fixes: signed integer overflow: …
8:54 PM Changeset in ffmpeg [34e46dc4] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutdec: Check fields Fixes: signed integer overflow: …
8:52 PM Changeset in ffmpeg [6cc025a7] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dxa: avoid bpc overflows Fixes: signed integer overflow: …
8:51 PM Changeset in ffmpeg [77d5cf5e] by Michael Niedermayer <michael@niedermayer.cc>
avformat/cafdec: Check that nb_frasmes fits within 64bit Fixes: …
8:51 PM Changeset in ffmpeg [049b9f44] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: Limit packet offset avoids overflows with it …
8:49 PM Changeset in ffmpeg [225d003f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ape: Check frames size Fixes: signed integer overflow: …
8:48 PM Changeset in ffmpeg [65bc53d6] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icodec: Check nb_pal Fixes: signed integer overflow: …
8:47 PM Changeset in ffmpeg [e628454a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Use 64bit for block_duration use Fixes: signed …
8:47 PM Changeset in ffmpeg [5ebbc03b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Check block_duration Fixes: signed integer …
8:44 PM Changeset in ffmpeg [b231f3be] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/apedec: Fix integer overflow in filter_3800() Fixes: signed …
8:43 PM Changeset in ffmpeg [78da181e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tta: Check 24bit scaling for overflow Fixes: signed integer …
8:39 PM Changeset in ffmpeg [0874d4bc] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/hls: Free keys Fixes: memleak Fixes: …
8:38 PM Changeset in ffmpeg [d10b5d96] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/fmvc: Move frame allocation to a later stage This way more …
8:31 PM Changeset in ffmpeg [ad107f9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/speedhq: Check width Fixes: out of array access Fixes: …
8:20 PM Ticket #9941 (Remuxing mp4/dash file takes time that is exponential to the duration) updated by mkver
Status, Reproduced by developer, Component, Analyzed by developer, Version, Keywords changed
It is the second loop in get_frag_stream_info_from_pkt(). This should …
7:44 PM Ticket #9941 (Remuxing mp4/dash file takes time that is exponential to the duration) updated by mkver
Issue also happens with -c copy -f null -, i.e. it is a demuxer issue.
6:25 PM Changeset in ffmpeg [7cd252e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/parser: Remove declaration of inexistent function Forgotten …
6:20 PM Ticket #9941 (Remuxing mp4/dash file takes time that is exponential to the duration) updated by fireattack
Replying to Carl Eugen Hoyos: > Can you reproduce with a …
6:17 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by Youssef
command : ffmpeg -re -y -report -v info -i …
6:16 PM Ticket #3356 (feature request: Segment HLS streams on SCTE 35 markers) updated by Karel
Replying to mothership: > Replying to [comment:33
4:31 PM Changeset in ffmpeg [8008940d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dstdec: Check for overflow in build_filter() Fixes: signed …
4:29 PM Changeset in ffmpeg [aa441ac] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Error out if a timestamp is beyond duration …
4:29 PM Changeset in ffmpeg [4075f0ce] by Michael Niedermayer <michael@niedermayer.cc>
avformat/spdifdec: Use 64bit to compute bit rate Fixes: signed …
4:29 PM Changeset in ffmpeg [529f64b2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rpl: Use 64bit for duration computation Fixes: signed …
4:28 PM Changeset in ffmpeg [2c789f75] by Michael Niedermayer <michael@niedermayer.cc>
avformat/xwma: Use av_rescale() for duration computation Fixes: …
4:28 PM Changeset in ffmpeg [aa8eb1be] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in …
4:28 PM Changeset in ffmpeg [5f529e91] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: Check ts_int in genrate_intervals There is probably …
4:28 PM Changeset in ffmpeg [981f5e46] by Michael Niedermayer <michael@niedermayer.cc>
avformat/sbgdec: clamp end_ts Fixes: signed integer overflow: …
4:28 PM Changeset in ffmpeg [2cb7ee8a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: check tag_size Fixes: signed integer overflow: …
4:28 PM Changeset in ffmpeg [2c146406] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutdec: Check fields Fixes: signed integer overflow: …
4:27 PM Changeset in ffmpeg [7124f10c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: Use 64bit for sum_flv_tag_size Fixes: signed integer …
4:17 PM Ticket #9864 (DolbyED2 track cannot be decoded) updated by Francesco Bucciantini
Yes, that patch right there that Balling quoted …
3:57 PM Changeset in ffmpeg [b1a68127] by Michael Niedermayer <michael@niedermayer.cc>
avformat/jacosubdec: Fix overflow in get_shift() Fixes: …
3:57 PM Changeset in ffmpeg [0345a885] by Michael Niedermayer <michael@niedermayer.cc>
avformat/genh: Check nb_channels for IMA ADPCM The check could be …
3:57 PM Changeset in ffmpeg [93db0f07] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dxa: avoid bpc overflows Fixes: signed integer overflow: …
3:57 PM Changeset in ffmpeg [10453f5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dhav: Use 64bit seek_back Fixes: negation of -2147483648 …
3:57 PM Changeset in ffmpeg [d4bb4e37] by Michael Niedermayer <michael@niedermayer.cc>
avformat/cafdec: Check that nb_frasmes fits within 64bit Fixes: …
3:57 PM Changeset in ffmpeg [736e9e69] by Michael Niedermayer <michael@niedermayer.cc>
avformat/asfdec_o: Limit packet offset avoids overflows with it …
3:57 PM Changeset in ffmpeg [5b23cab5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/apm: Use 64bit for bit_rate computation Fixes: signed …
3:57 PM Changeset in ffmpeg [d0349c99] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ape: Check frames size Fixes: signed integer overflow: …
3:23 PM Changeset in ffmpeg [57e15b2e] by James Almer <jamrial@gmail.com>
avformat/cafenc: derive Opus frame size from the relevant stream …
3:20 PM Changeset in ffmpeg [746a2106] by James Almer <jamrial@gmail.com>
avformat/cafenc: derive Opus frame size from the relevant stream …
3:19 PM Ticket #9930 (opus audio in caf container won't play on iOS) closed by James
fixed: Should be fixed in aa79d13f51aa820c7e5f07784a2512434e68bc46
3:17 PM Changeset in ffmpeg [1b47190c] by James Almer <jamrial@gmail.com>
avcodec/opusdec: stop setting deprecated swr options Signed-off-by: …
3:16 PM Changeset in ffmpeg [aa79d13f] by James Almer <jamrial@gmail.com>
avformat/cafenc: derive Opus frame size from the relevant stream …
12:11 PM Ticket #7279 (Support AAC celp) updated by Carl Eugen Hoyos
Fixed in a166b8a19bb34afc2c6727f20f551fce9a53d6fe
12:06 PM Ticket #7279 (Support AAC celp) closed by Elon Musk
fixed: Fixed in master.
12:03 PM Changeset in ffmpeg [257eea3d] by Paul B Mahol <onemda@gmail.com>
doc: mention new audio formats
12:03 PM Changeset in ffmpeg [a166b8a1] by Paul B Mahol <onemda@gmail.com>
avcodec: add FTR audio decoder and parser
12:02 PM Ticket #9941 (Remuxing mp4/dash file takes time that is exponential to the duration) updated by Carl Eugen Hoyos
Can you reproduce with a 5h audio file that you created with FFmpeg? …
11:39 AM Ticket #9941 (Remuxing mp4/dash file takes time that is exponential to the duration) created by fireattack
Summary of the bug: The input file is created by concatenating …
10:23 AM Changeset in ffmpeg [2f9fa7e3] by Paul B Mahol <onemda@gmail.com>
avcodec/mjpegbdec: Don't create unnecessary AVFrame reference MJPEG-B …
10:23 AM Changeset in ffmpeg [a54da083] by Paul B Mahol <onemda@gmail.com>
avcodec/photocd: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [a44a540e] by Paul B Mahol <onemda@gmail.com>
avcodec/cri: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [3e49c1e0] by Paul B Mahol <onemda@gmail.com>
avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [08f6b1e5] by Paul B Mahol <onemda@gmail.com>
avcodec/xbmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [eb904545] by Paul B Mahol <onemda@gmail.com>
avcodec/hdrdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [1e079525] by Paul B Mahol <onemda@gmail.com>
avcodec/xwddec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [cea1e1f2] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
10:23 AM Changeset in ffmpeg [3c16f9eb] by Paul B Mahol <onemda@gmail.com>
avcodec/qoidec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
8:53 AM Ticket #9653 (mka to mp3 but talk missing) updated by Carl Eugen Hoyos
Priority, Version changed
7:47 AM Ticket #9864 (DolbyED2 track cannot be decoded) updated by Balling
This should also be applied cause apparently even first version was …
2:16 AM Changeset in ffmpeg [f21899db] by Lynne <dev@lynne.ee>
x86/tx_float: enable AVX-only split-radix FFT codelets Sandy Bridge, …
12:45 AM 0001-DolbyED2-support.patch attached to Ticket #9864 by Francesco Bucciantini
Patch by Nicola Gaullier that allows ffmpeg to decode the provided samples
12:33 AM Ticket #9893 (Concat of H.264 video results in glitches at join point) updated by savingray
Is there a chance for this bug to become acknowledged as valid at …

Sep 23, 2022:

10:36 PM Ticket #9653 (mka to mp3 but talk missing) closed by mkver
fixed: Fixed in e301143f96639b97a8e9a0045f93b56e0f399289. (This makes #9890
10:27 PM Ticket #9939 (JPEG 2000 images are decoded twice and needlessly slow) closed by mkver
fixed: Fixed in 793282adc2afe962a1bd97828468e499f247be3a.
9:53 PM Changeset in ffmpeg [d2f48296] by James Almer <jamrial@gmail.com>
x86/tx_float: fix some symbol names Should fix compilation on MacOS …
8:42 PM Changeset in ffmpeg [7adf7502] by Michael Niedermayer <michael@niedermayer.cc>
doc/examples/extract_mvs: add motion information Note that the motion …
8:17 PM Changeset in ffmpeg [793282ad] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpeg2000dec: Implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM …
7:58 PM Changeset in ffmpeg [d5a0dc03] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/jpeg2000dec: Set sample aspect ratio before getting buffer …
7:05 PM Changeset in ffmpeg [0d8f43c7] by James Almer <jamrial@gmail.com>
x86/tx_float: change a condition in a preprocessor check Fixes …
6:28 PM Changeset in ffmpeg [ec8be8a9] by Paul B Mahol <onemda@gmail.com>
avcodec/tiff: improve lut handling for DNG
6:27 PM Changeset in ffmpeg [6c233910] by Paul B Mahol <onemda@gmail.com>
avformat: add APAC demuxer
6:26 PM Changeset in ffmpeg [84f46745] by Paul B Mahol <onemda@gmail.com>
avcodec: add APAC decoder
6:15 PM Changeset in ffmpeg [750f378b] by James Almer <jamrial@gmail.com>
x86/tx_float: add missing preprocessor wrapper for AVX2 functions …
5:43 PM Ticket #9890 (Opus decoding glitches on sample with LBRR packets) closed by Balling
fixed: Fixed in e301143f96639b97a8e9a0045f93b56e0f399289.
3:30 PM Ticket #9859 (Compilation warnings ATOMIC_VAR_INIT) updated by Balling
ATOMIC_VAR_INIT() is not needed by C11 though, but it says that with …
3:17 PM Ticket #9939 (JPEG 2000 images are decoded twice and needlessly slow) updated by Tomas Härdin
Replying to mkver: > As I have already told you on IRC: …
2:25 PM Changeset in ffmpeg [f202a1fd] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak In case …
2:18 PM Changeset in ffmpeg [9772ba1b] by Anton Khirnov <anton@khirnov.net>
lavc/videotoolbox: do not pass AVCodecContext to decoder output …
2:17 PM Changeset in ffmpeg [96c78e50] by Anton Khirnov <anton@khirnov.net>
lavc/pthread_frame: always transfer stashed hwaccel state Fixes …
2:10 PM Ticket #9939 (JPEG 2000 images are decoded twice and needlessly slow) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
2:06 PM Changeset in ffmpeg [c504fb86] by Anton Khirnov <anton@khirnov.net>
lavc/pthread_frame: always transfer stashed hwaccel state Fixes …
2:06 PM Changeset in ffmpeg [e301143f] by Anton Khirnov <anton@khirnov.net>
opus_silk: reset midonly flag after skipping LBRR Fix suggested by …
2:06 PM Changeset in ffmpeg [07d93001] by Anton Khirnov <anton@khirnov.net>
MAINTAINERS: remove the project leader section The position does not …
2:06 PM Changeset in ffmpeg [10137d9d] by Anton Khirnov <anton@khirnov.net>
MAINTAINERS: add myself as a ffmpeg.c maintainer Michael has not been …
2:05 PM Ticket #9939 (JPEG 2000 images are decoded twice and needlessly slow) updated by mkver
As I have already told you on IRC: The jpeg2000 decoder needs to set …
1:34 PM Ticket #9859 (Compilation warnings ATOMIC_VAR_INIT) updated by mkver
No, the atomics are only part of C11. FFmpeg has not been C90 for a …
1:21 PM Ticket #9940 (sendcmd Error occurred in mmap()) created by Jozef Chutka
Using the latest ffmpeg compiled with emscripten, I am not able to …
1:05 PM Ticket #9939 (JPEG 2000 images are decoded twice and needlessly slow) created by Tomas Härdin
If ffmpeg is told to decode a single JPEG 2000 image then it will …
11:58 AM Changeset in ffmpeg [68609673] by Zhao Zhili <zhilizhao@tencent.com>
fftools/ffmpeg_filter: configure min_hard_comp unconditionally There …
11:35 AM Ticket #9859 (Compilation warnings ATOMIC_VAR_INIT) updated by Balling
It is C90 with parts of C99. So it should be c99, I imagine.
11:20 AM Ticket #9859 (Compilation warnings ATOMIC_VAR_INIT) updated by Jozef Chutka
Thanks for the fix. In regards to C standard, there are a few …
10:35 AM Changeset in ffmpeg [e7a987d7] by Lynne <dev@lynne.ee>
lavu/tx: remove special -1 inverted lookup mode It was somewhat hacky …
10:35 AM Changeset in ffmpeg [74e8541b] by Lynne <dev@lynne.ee>
x86/tx_float: generalize iMDCT To support non-aligned buffers during …
10:35 AM Changeset in ffmpeg [ace42cf5] by Lynne <dev@lynne.ee>
x86/tx_float: add 15xN PFA FFT AVX SIMD ~4x faster than the C …
10:33 AM Changeset in ffmpeg [3241e922] by Lynne <dev@lynne.ee>
x86/tx_float: adjust internal ASM call ABI again There are many ways …
10:33 AM Changeset in ffmpeg [7e7baf8a] by Lynne <dev@lynne.ee>
lavu/tx: do not steal lookup tables of subcontexts in the iMDCT As it …
8:02 AM Ticket #9859 (Compilation warnings ATOMIC_VAR_INIT) updated by Balling
One warning fixed in 686096739b129c7e3ea26be29c875e0887e58c49, the …
3:57 AM Encode/H.264 edited by sadpencil
Fix a mistake when converting from MiB to kBit (diff)

Sep 22, 2022:

11:50 PM Changeset in ffmpeg [668f43af] by Lynne <dev@lynne.ee>
tests/checkasm/lpc: correct arithmetic when randomizing buffers …
11:45 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by Balling
Apparently if we have 400x576 (576 is a magic number for SD) BT.709 …
11:42 PM Changeset in ffmpeg [6ad39f01] by Lynne <dev@lynne.ee>
tests/checkasm/lpc: reduce range and use signed values This is more …
9:23 PM Ticket #9936 (Wrong color in FFplay) closed by Balling
duplicate: This is duplicate of #8862: ffplay out1.mp4 -vf …
9:18 PM Changeset in ffmpeg [9cbfffa0] by James Almer <jamrial@gmail.com>
tests/checkasm/lpc: print mismatching values Will help debugging. …
9:17 PM Changeset in ffmpeg [0922c6b0] by James Almer <jamrial@gmail.com>
x86/lpc: use fused negative multiply-add instructions where useful …
9:17 PM Changeset in ffmpeg [a1c6f4b6] by James Almer <jamrial@gmail.com>
tests/checkasm/lpc: randomize buffer length Simplifies the test, …
9:17 PM Changeset in ffmpeg [0627e6d7] by James Almer <jamrial@gmail.com>
avcodec/lpc: zero the middle odd sample in the output Signed-off-by: …
9:17 PM Changeset in ffmpeg [c8c4a162] by James Almer <jamrial@gmail.com>
avcodec/lpc: use ptrdiff_t for length parameters Signed-off-by: James …
9:10 PM Changeset in ffmpeg [a2d95928] by James Zern <jzern@google.com>
avformat/movenc: Write auxi box for animated AVIF with alpha …
8:18 PM Ticket #9732 (The mov demuxer does not correctly read the `cprt` box) updated by Carl Eugen Hoyos
Keywords changed
6:52 PM Changeset in ffmpeg [bd7d69fe] by James Zern <jzern@google.com>
avcodec/libvpxenc: add -min-gf-interval this maps to the vpxenc …
4:27 PM Changeset in ffmpeg [48615f0a] by James Almer <jamrial@gmail.com>
x86/aacpsdsp: add ps_hybrid_analysis_fma3 This replace the sse3 …
4:27 PM Changeset in ffmpeg [2bcf86d5] by James Almer <jamrial@gmail.com>
x86/aacpsdsp: precompute constant factors Inspired by the …
4:27 PM Changeset in ffmpeg [08edacc2] by James Almer <jamrial@gmail.com>
lavc/aacpsdsp: precompute constant factors The input complex factors …
3:44 PM Changeset in ffmpeg [db73ae0d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icodec: Check nb_pal Fixes: signed integer overflow: …
3:44 PM Changeset in ffmpeg [9303ba27] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Use 64bit for block_duration use Fixes: signed …
3:44 PM Changeset in ffmpeg [1c2b6265] by Michael Niedermayer <michael@niedermayer.cc>
avformat/aiffdec: Check block_duration Fixes: signed integer …
3:44 PM Changeset in ffmpeg [c5bd689] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Avoid some redundant writing to tables in …
3:44 PM Changeset in ffmpeg [1182bbb2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: only probe max run in Suggested-by: Tomas Härdin …
3:44 PM Changeset in ffmpeg [77860978] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfdec: Check run_in is within 65536 Fixes: signed integer …
3:44 PM Changeset in ffmpeg [dd81cc22] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Check for unsupported bayer case Fixes: out of …
3:22 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by mkver
I now applied the patches I linked to. Can you please test whether …
2:38 PM Ticket #4448 (Support writing album cover art image embedded in ogg / opus metadata) updated by Justin Case
Keywords, Summary changed
Hello, I am also interested in this request resolution. Here is a …
1:34 PM Changeset in ffmpeg [8306074d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/dashdec: Reindent after the previous commit Reviewed-by: …
1:34 PM Ticket #6166 (Support DCP playback) updated by Tomáš Hnyk
Description changed
1:34 PM Changeset in ffmpeg [14b3830b] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leak In case …
1:33 PM Ticket #6166 (Support DCP playback) reopened by Tomáš Hnyk
Sample DCP can be found here …
1:22 PM Changeset in ffmpeg [05cff214] by James Almer <jamrial@gmail.com>
avutil/channel_layout: mention how the API user should treat channel …
12:03 PM Changeset in ffmpeg [af919cf7] by Zhao Zhili <zhilizhao@tencent.com>
fftools/ffmpeg: fix av_display_rotation_set() type cast …
9:39 AM Ticket #6166 (Support DCP playback) closed by Elon Musk
needs_more_info: Files are gone.
8:44 AM Ticket #9936 (Wrong color in FFplay) updated by Michael Koch
If a datascope filter is inserted in FFplay, then the hex values are …
8:31 AM Changeset in ffmpeg [f55f8179] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: fix skipping too long metadata values
8:13 AM Changeset in ffmpeg [c9aa6164] by Martin Storsjö <martin@martin.st>
x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on …
7:51 AM Ticket #9938 (Updates to libopenh264) updated by Jozef Chutka
Description changed
7:44 AM Ticket #9938 (Updates to libopenh264) created by Jozef Chutka
Please update implementation or docs for …
7:24 AM Ticket #9937 (libkvazaar encoder produces no output) updated by Jozef Chutka
Description changed
7:23 AM Ticket #9937 (libkvazaar encoder produces no output) created by Jozef Chutka
Using BtbN ffmpeg version N-108232-g79845ce6cf-20220920 Copyright (c) …
7:02 AM Ticket #9936 (Wrong color in FFplay) created by Michael Koch
Make two test videos which differ only in frame height: ffmpeg -f …
6:11 AM Ticket #9935 (glyphs is broken at drawtext filter) updated by zenix
Component changed
6:11 AM Ticket #9935 (glyphs is broken at drawtext filter) updated by zenix
Version, Component changed
5:48 AM Cap 2022-09-22 14-47-34-621.jpg attached to Ticket #9935 by zenix
5:47 AM Ticket #9935 (glyphs is broken at drawtext filter) created by zenix
Summary of the bug: glyphs is broken at drawtext filter when a …
2:27 AM Changeset in ffmpeg [f2d75d7f] by Lynne <dev@lynne.ee>
fate/checkasm: add LPC test to list
2:27 AM Changeset in ffmpeg [b67776e] by Lynne <dev@lynne.ee>
x86/lpc: fix even scalar loop overreads/writes Passes checkasm with …
1:07 AM Changeset in ffmpeg [dea944b8] by Lynne <dev@lynne.ee>
x86/lpc: fix odd scalar loop overreads/writes

Sep 21, 2022:

11:20 PM Changeset in ffmpeg [ce16d183] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dcaenc: Simplify channel layout check ff_encode_preinit() …
11:19 PM Changeset in ffmpeg [66e297fc] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dcaenc: Remove dead checks for unspec channel layouts This …
11:16 PM Changeset in ffmpeg [65dbc83e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mlpenc: Remove dead channel layout checks ff_encode_preinit() …
11:16 PM Changeset in ffmpeg [a12338af] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mlpenc: Simplify channel layout comparisons These encoders …
11:14 PM Changeset in ffmpeg [03fb801c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mlpenc: Fix channel layouts The encoder actually creates …
11:14 PM Changeset in ffmpeg [17366d61] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mpegaudioenc_template: Remove dead channel count check The …
11:14 PM Changeset in ffmpeg [4668ff7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libspeexenc: Remove dead channel count check This encoder has …
11:14 PM Changeset in ffmpeg [56f7b394] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libshine: Remove dead channel count check This encoder has …
11:07 PM Changeset in ffmpeg [e6073665] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/libcodec2: Remove dead channel count check This encoder has …
11:05 PM Changeset in ffmpeg [5c18934c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pcm: Remove always-false check None of the decoders here have …
11:05 PM Changeset in ffmpeg [ce6af2df] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/pcm-blurayenc: Don't presume every channel layout to be native …
11:05 PM Changeset in ffmpeg [cd335de5] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/dfpwmdec: Remove always-false check This decoder does not …
11:05 PM Changeset in ffmpeg [9ffd0c46] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/encode: Remove deprecated always-false checks Now that it is …
11:05 PM Changeset in ffmpeg [90edbd31] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Always use old channel count/layout if set This …
11:03 PM Changeset in ffmpeg [a06a2d89] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Check for more invalid channel layouts In …
10:30 PM Changeset in ffmpeg [859d9d70] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/encode: Remove dead deprecated check The wrapper for the …
10:30 PM Changeset in ffmpeg [e2e31815] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/avcodec: Uninitialize AVChannelLayout before overwriting it …
9:15 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Balling
BTW, why is newly reencoded mono has (in older mpv) truehd: No …
8:54 PM Ticket #9738 (Malicious webm video) updated by Carl Eugen Hoyos
Version, Component changed
There is also -max_alloc
8:51 PM Ticket #9932 (Massive memory usage caused by a small file leads to crashes in some ...) closed by Carl Eugen Hoyos
duplicate
8:51 PM Ticket #9934 (FFmpeg failed to runtests due to Test sub-pgs-remux failed with MSVC ...) updated by Carl Eugen Hoyos
I cannot reproduce - make fate and the mentioned test succeed here …
6:26 PM Changeset in ffmpeg [9beba053] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/fmtconvert: Remove unused AVCodecContext parameter Unused …
6:24 PM Changeset in ffmpeg [fd72d8ae] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/blockdsp: Remove unused AVCodecContext parameter Possible …
6:24 PM Changeset in ffmpeg [57f3ca20] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/cavsdsp: Remove unused function parameter Reviewed-by: Rémi …
5:03 PM Ticket #9738 (Malicious webm video) updated by Athari
Replying to Michael Niedermayer: > as mkver said. > If i …
3:59 PM Ticket #9934 (FFmpeg failed to runtests due to Test sub-pgs-remux failed with MSVC ...) updated by mkver
Just sent a patch for this: …
3:16 PM Ticket #9932 (Massive memory usage caused by a small file leads to crashes in some ...) updated by mkver
This is basically a duplicate of #9738.
1:43 PM Changeset in ffmpeg [6a288ada] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/lavf-*: Add missing dependency on pipe protocol Forgotten in …
1:03 PM Changeset in ffmpeg [b9d71cdb] by Paul B Mahol <onemda@gmail.com>
avcodec/mjpegbdec: use init_get_bits8()
12:35 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by mkver
If you simply copy the command line that you posted in comment 8, you …
12:32 PM Changeset in ffmpeg [6a150fcd] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: analyze only if there are samples
12:21 PM Ticket #9930 (opus audio in caf container won't play on iOS) updated by James
Priority, Status, Component, Reproduced by developer changed
Regression since ed240db9e3122d4dccbd1bee7d12cd50a0edc807
12:19 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by Youssef
ffmpeg -re -v info -i …
11:39 AM Changeset in ffmpeg [2ca2d46f] by Thilo Borgmann <thilo.borgmann@mail.de>
lavc/videotoolboxenc: Fix crash by uninitialized value If …
11:01 AM Changeset in ffmpeg [5a7978a6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/avfilter: Make ff_command_queue_pop() static Only used here. …
11:00 AM Changeset in ffmpeg [55c35d84] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avfilter/internal: Remove declaration of inexistent function …
10:48 AM Ticket #9931 (Files from p to interlaced last frame counted 2x) updated by Tim
Hello we found out that the readout off ffmpeg on a 50p file is wrong. …
10:47 AM Premiere Readout.PNG attached to Ticket #9931 by Tim
10:47 AM AVID Green is encoded.PNG attached to Ticket #9931 by Tim
10:17 AM test.log attached to Ticket #9934 by avagong
10:12 AM test.log.6.out attached to Ticket #9934 by avagong
10:11 AM Ticket #9934 (FFmpeg failed to runtests due to Test sub-pgs-remux failed with MSVC ...) created by avagong
Summary of the bug: FFmpeg failed to runtests due to Test …
9:57 AM Changeset in ffmpeg [b2732115] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Add neon implementation for pix_median_abs8 Provide …
9:57 AM Changeset in ffmpeg [e9a61702] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Add neon implementation for vsad8_intra Provide …
9:57 AM Changeset in ffmpeg [0ee535b1] by Martin Storsjö <martin@martin.st>
lavc/aarch64: Add neon implementation for pix_median_abs16 Provide …
9:33 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by Balling
Can someone fix this? A newest stream of apple is also affected. …
7:24 AM Ticket #9933 (`xfade_opencl` doesn't build) created by Johnny
Summary of the bug: The underlying [opencl …
7:22 AM Changeset in ffmpeg [acbb2777] by Paul B Mahol <onemda@gmail.com>
avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1
5:58 AM Changeset in ffmpeg [0744782d] by Steven Liu <lq@chinaffmpeg.org>
avformat/mov: get the correct fragment stsd_id when decrypting the …
5:28 AM Ticket #9884 (CRF affects the number of produced frames in VP9) updated by Carl Eugen Hoyos
Keywords changed
5:12 AM Changeset in ffmpeg [3ade6a86] by Lynne <dev@lynne.ee>
x86/lpc: implement a new Welch windowing function Old one was written …
5:09 AM Changeset in ffmpeg [cc367a9b] by Lynne <dev@lynne.ee>
lavc/lpc: do not explode when windowing a 1-length array Divided by 0.
3:23 AM CrashSticker.webm attached to Ticket #9932 by Athari
3:23 AM Ticket #9932 (Massive memory usage caused by a small file leads to crashes in some ...) created by Athari
A lot of applications playing this small WebM+VP9 file either crash or …

Sep 20, 2022:

9:58 PM Changeset in ffmpeg [e601ec3c] by James Almer <jamrial@gmail.com>
libavformat/riffec: Zero-initialize channels in ff_get_wav_header …
8:31 PM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by mkver
Your mpd definitely triggered a bug in our dash demuxer. I sent a …
4:32 PM Changeset in ffmpeg [d438540d] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/spdifenc: Reorder struct members to make it smaller …
4:32 PM Changeset in ffmpeg [2e9fd627] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/segafilm: Add tests for segafilm (de)muxer Signed-off-by: …
4:32 PM Changeset in ffmpeg [e27d67b2] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/rpzaenc: Avoid useless intermediate variable Signed-off-by: …
4:32 PM Changeset in ffmpeg [353108bf] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/smc: Move transient GetByteContext from context to stack …
4:32 PM Changeset in ffmpeg [6a8b3e7e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/ffmpeg: Set max_delay for shortest-sub The aim of this test is …
4:32 PM Changeset in ffmpeg [71364c54] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/ffmpeg: Use transcode instead of enc_dec in shortest-sub test …
3:41 PM Ticket #9931 (Files from p to interlaced last frame counted 2x) updated by Tim
Description changed
2:34 PM Ticket #9931 (Files from p to interlaced last frame counted 2x) updated by Carl Eugen Hoyos
Please provide the command line you tested together with the complete, …
1:02 PM Ticket #9929 (ff_color_frame null pointer exception) closed by Andrzej Szombierski
invalid: Ok, never mind. With latest master, the NV12 format is rejected …
12:56 PM Ticket #9931 (Files from p to interlaced last frame counted 2x) created by Tim
Timecode of the Original File in Avid MC: 22:24:00:01 FFMPEG Script …
12:38 PM Ticket #9929 (ff_color_frame null pointer exception) updated by Andrzej Szombierski
Replying to Balling: > >The pixel format is set to NV12 > …
12:14 PM Ticket #9929 (ff_color_frame null pointer exception) updated by Balling
>The pixel format is set to NV12 Why use that if you are not HW …
11:34 AM doesntwork.caf attached to Ticket #9930 by donald_i
The CAF file that will not play back on mobile safari.
11:33 AM works.caf attached to Ticket #9930 by donald_i
The CAF file that plays on iOS Safari.
11:33 AM 1.mp3 attached to Ticket #9930 by donald_i
The input file used to generate both opus CAFs.
11:32 AM not_working_ffmpeg-20220920-114709.log attached to Ticket #9930 by donald_i
FFMPEG log for the not-working caf file, using FFMPEG v5
11:31 AM working_ffmpeg-20220920.log attached to Ticket #9930 by donald_i
FFMPEG log for the working CAF file (using FFMPEG v4)
11:30 AM Ticket #9930 (opus audio in caf container won't play on iOS) created by donald_i
There appears to be a regression in ffmpeg 5 whereby opus audio, …
9:26 AM Changeset in ffmpeg [79845ce6] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/mxf: add JPEG 2000 test Reviewed-by: Tomas Härdin …
9:25 AM Changeset in ffmpeg [48fa27e7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/mxf: set stream frame rates for ST 422 essence containers …
9:25 AM Changeset in ffmpeg [f08d529e] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/mxf: Add ProRes remux test Also covers writing mastering display …
9:21 AM Ticket #9929 (ff_color_frame null pointer exception) created by Andrzej Szombierski
I'm investigating a crash in a complex application, so my apologies …
8:39 AM Changeset in ffmpeg [56e29fca] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
tests/mxf: Fix test requirements Signed-off-by: Andreas Rheinhardt …
8:22 AM Changeset in ffmpeg [aa28df74] by Martin Storsjö <martin@martin.st>
avcodec/arm/sbcenc: avoid callee preserved vfp registers When …
8:21 AM Changeset in ffmpeg [c1b8ffbe] by Martin Storsjö <martin@martin.st>
avcodec/arm/sbcenc: avoid callee preserved vfp registers When …
8:20 AM Changeset in ffmpeg [2d04a182] by Martin Storsjö <martin@martin.st>
avcodec/arm/sbcenc: avoid callee preserved vfp registers When …
6:24 AM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Carl Eugen Hoyos
Tim Walker had originally reported bug 356.
5:45 AM AudioChannelManipulation edited by Balling
(diff)
4:16 AM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Balling
Replying to Carl Eugen Hoyos: > We should really tell …
12:28 AM Changeset in ffmpeg [8f119b50] by James Almer <jamrial@gmail.com>
tests/checkasm: add a test for VorbisDSPContext Signed-off-by: James …

Sep 19, 2022:

11:55 PM Changeset in ffmpeg [118b36f4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/mjpegdec: Avoid copying data when flipping image Basically …
9:40 PM Changeset in ffmpeg [888a02a1] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/output: Don't call av_pix_fmt_desc_get() in a loop Up until …
9:40 PM Changeset in ffmpeg [4d7a1a46] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
swscale/input: Avoid calls to av_pix_fmt_desc_get() Up until now, …
9:39 PM Changeset in ffmpeg [187cd278] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avutil/dict: Error out in case of key == NULL Up until now, using …
5:19 PM Changeset in ffmpeg [32129d64] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.c …
5:07 PM Changeset in ffmpeg [5c15cb13] by James Almer <jamrial@gmail.com>
lavc/vorbisdec: use intermediate variables The compiler cannot infer …
4:51 PM Changeset in ffmpeg [b5203427] by James Almer <jamrial@gmail.com>
lavc/vorbisdsp: use ptrdiff_t rather than intptr_t ... for a …
4:51 PM Changeset in ffmpeg [bbf045aa] by James Almer <jamrial@gmail.com>
lavc/vorbisdec: use ptrdiff_t to iterate over intptr_t While this …
3:05 PM Changeset in ffmpeg [129cbbd7] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aptxenc: Process data in complete blocks of four samples only …
3:05 PM Changeset in ffmpeg [017d9766] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/encode: Enable encoders to control padding of last frame Some …
3:05 PM Changeset in ffmpeg [dc7b6645] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/encode: Redo checks for small last audio frame In particular, …
3:05 PM Changeset in ffmpeg [e6bfb142] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aptxdec: Process data in complete blocks only The APTX (HD) …
3:05 PM Changeset in ffmpeg [c8707c10] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aptxdec: Don't set AV_PKT_FLAG_CORRUPT mistakenly Just …
3:05 PM Changeset in ffmpeg [9d10d3a4] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avformat/aptxdec: Don't set AVCodecParameters.frame_size This field …
3:05 PM Changeset in ffmpeg [c0d483c] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/aptx: Use AVCodecContext.frame_size according to the API …
3:05 PM Changeset in ffmpeg [6f22d19] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration() …
3:05 PM Changeset in ffmpeg [9884d147] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/audio: Add tests for APTX (HD) We have de- and encoders for APTX …
2:59 PM Changeset in ffmpeg [33cdf51a] by James Almer <jamrial@gmail.com>
avcodec/avcodec: Use the new API fields to validate the layout …
1:18 PM Changeset in ffmpeg [8576c3c5] by Anton Khirnov <anton@khirnov.net>
lavc/videotoolbox: deprecate write-only output_callback This field …
1:18 PM Changeset in ffmpeg [d7f4ad88] by Anton Khirnov <anton@khirnov.net>
lavc/videotoolbox: do not pass AVCodecContext to decoder output …
8:09 AM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by devsk
Sweet Jesus! 10 years!
8:01 AM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by Carl Eugen Hoyos
Which commit fixed the issue?
7:37 AM Ticket #1565 (ffmpeg fails to build on x32 ABI) closed by Elon Musk
fixed
6:00 AM Ticket #9926 (Mouse wrong scaling) updated by Кабалин Сергей
Replying to Carl Eugen Hoyos: > Is the issue reproducible …
4:01 AM Changeset in ffmpeg [4ba68639] by Lynne <dev@lynne.ee>
x86/tx_float: add asm call versions of the 2pt and 4pt transforms …
4:01 AM Changeset in ffmpeg [892548e6] by Lynne <dev@lynne.ee>
x86/tx_float: fully support 128bit regs in LOAD64_LUT The gather path …
4:01 AM Changeset in ffmpeg [af42bb3] by Lynne <dev@lynne.ee>
x86/tx_float: simplify and describe the intra-asm call convention

Sep 18, 2022:

10:56 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Carl Eugen Hoyos
We should really tell tdskywalker
10:33 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Balling
Yes, I was right, it was not regression! File is NOW bitperfect with …
8:43 PM Changeset in ffmpeg [1f9f0dc] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: add double sample format support
8:43 PM Changeset in ffmpeg [2ec59d29] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
configure: Remove obsolete APTX decoder dependencies Forgotten in …
5:52 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) closed by Elon Musk
fixed: Fixed in adaa06581c5444c94eef72d61b8166f096e2687a
5:49 PM Ticket #9928 (Segmentation fault [ffmpeg -y -i -filter:a "dynaudnorm"]) closed by Elon Musk
fixed: Fixed in 9ac777234eb474cf6960d62eaabb7ecac4e057d5
5:43 PM Changeset in ffmpeg [1af00519] by Paul B Mahol <onemda@gmail.com>
doc/filters: add speechnorm examples
5:43 PM Changeset in ffmpeg [9ac77723] by Paul B Mahol <onemda@gmail.com>
avfilter/af_dynaudnorm: fix parameter for copy samples function
4:44 PM Ticket #9928 (Segmentation fault [ffmpeg -y -i -filter:a "dynaudnorm"]) updated by drapaster
Summary changed
4:43 PM Ticket #9928 (Segmentation fault [ffmpeg -y -i -filter:a "dynaudnorm"]) updated by drapaster
Description, Summary changed
4:40 PM audio.mp3 attached to Ticket #9928 by drapaster
4:40 PM Ticket #9928 (Segmentation fault [ffmpeg -y -i -filter:a "dynaudnorm"]) created by drapaster
Summary of the bug: I have processed with this command thousands of …
4:28 PM Changeset in ffmpeg [7f27ce68] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
lavc/fmtconvert: remove dead int32_to_float This is no longer used …
3:48 PM Changeset in ffmpeg [fc5aef59] by Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fate/lavf-audio: Add dfpwm test Signed-off-by: Andreas Rheinhardt …
1:13 PM Changeset in ffmpeg [2069894b] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpdec: unbreak TrueHD single substream mono decoding
1:13 PM Changeset in ffmpeg [b0579cc2] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: improve encoding of stereo TrueHD and add mono support
1:13 PM Changeset in ffmpeg [c12a6fd] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpenc: rename some variables to better alternatives
1:13 PM Changeset in ffmpeg [adaa0658] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpdec: relax channels checking Internal TrueHD decoder …
11:34 AM Ticket #9927 (Segfault with ffmpeg launched from yt-dlp) updated by Carl Eugen Hoyos
Keywords changed
Since the crash happens in lame, it is unlikely that it can be fixed …
10:18 AM Ticket #9927 (Segfault with ffmpeg launched from yt-dlp) created by Poulpatine
Summary of the bug: Hi, I encounter from time to times some …
9:00 AM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Elon Musk
There is patch for this on ML, but why I talk with trolls.
8:19 AM Ticket #9697 (ffmpeg git master have isuss dash getting higher cpu each hour) updated by Carl Eugen Hoyos
Analyzed by developer, Reproduced by developer changed
8:05 AM Ticket #9914 (ffplay fails to play RTSP TCP streams) updated by Carl Eugen Hoyos
Keywords, Version changed
Is the issue only reproducible with ffplay, not with ffmpeg?
7:53 AM Ticket #9926 (Mouse wrong scaling) updated by Carl Eugen Hoyos
Keywords, Component changed
Is the issue reproducible with current FFmpeg git head, the only …

Sep 17, 2022:

10:23 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by Balling
That file is still broken, Paul. Again, there is either a bug in …
10:11 PM Changeset in ffmpeg [ed83a3a5] by Philip Langdale <philipl@overt.org>
lavu/pixdesc: favour formats where depth and subsampling exactly match …
8:40 PM Ticket #9412 (HEVC fails to seek on keyframe) updated by Balling
This is a separate issue! It looks like the artifacts happen on the …
8:00 PM Ticket #5054 (TrueHD Decoder not lossless) updated by Balling
Also fixed in e35af6bcef2cc3d370d257ba2466468d9ab3cdb3. SO NICE!
10:54 AM Ticket #9925 (libplacebo hdr tonemap not working) updated by Anton1699
If you are the same person that opened …
10:24 AM Ticket #9412 (HEVC fails to seek on keyframe) closed by Carl Eugen Hoyos
duplicate: Should be tested again once #4888 is fixed - for H.264 several …
9:38 AM Ticket #9714 (Unable to process 'xwd_pipe') updated by Carl Eugen Hoyos
Priority, Keywords, Component, Type changed
9:26 AM Changeset in ffmpeg [7c60badb] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: recreate offset table outside of packet Packet might not …
9:26 AM Changeset in ffmpeg [f80e581] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: remove less usefull log messages
8:41 AM Ticket #5039 (Incorrect TrueHD decoding) closed by Elon Musk
fixed: Fixed in e35af6bcef2cc3d370d257ba2466468d9ab3cdb3
8:38 AM Ticket #9714 (Unable to process 'xwd_pipe') closed by Elon Musk
fixed: Fixed in 79dcee34dddf7c82d2e865f07b7b9887d3fb16a3
8:32 AM Changeset in ffmpeg [05066cba] by Paul B Mahol <onemda@gmail.com>
avcodec/8bps: fix style issue
8:26 AM Changeset in ffmpeg [e35af6bc] by Paul B Mahol <onemda@gmail.com>
avcodec/mlpdec: fix decoding of overlapping channels in substreams …
8:15 AM Changeset in ffmpeg [79dcee34] by Paul B Mahol <onemda@gmail.com>
avcodec: add XWD parser
8:00 AM Changeset in ffmpeg [695bf82b] by Paul B Mahol <onemda@gmail.com>
avcodec/tta: simplify final samples conversion Remove dubious …
Note: See TracTimeline for information about the timeline view.