Timeline



Jun 4, 2020:

9:58 PM Changeset in ffmpeg [7f81785] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mv30: Fix multiple integer overflows in idct_1d() Fixes: …
9:58 PM Changeset in ffmpeg [e73a2516] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mv30: Do not allow MVs outside the allocated image Fixes: out …
9:58 PM Changeset in ffmpeg [c42ed066] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wmalosslessdec: Fix integer overflow in mclms_predict() …
9:58 PM Changeset in ffmpeg [071e2937] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d() …
9:09 PM Changeset in ffmpeg [bafaf951] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wavpack: Do not allow the sample format to change between …
5:22 PM Changeset in ffmpeg [e34686d7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bitpacked: add missing comma to codec tags Fixes: array end …
5:22 PM Changeset in ffmpeg [5bbd93c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Find a fallback probe decoder that will also match a …
5:02 PM Changeset in ffmpeg [221e490d] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: honor max bitrate in CQ mode Signed-off-by: Timo …
1:33 PM Changeset in ffmpeg [470bbf60] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: honor max bitrate in CQ mode Signed-off-by: Timo …
1:26 PM Changeset in ffmpeg [0c79b731] by Jun Zhao <barryjzhao@tencent.com>
hwcontext_vulkan: fix make checkheaders fail make checkheaders will …
12:58 PM Changeset in ffmpeg [8e7b5ba8] by James Almer <jamrial@gmail.com>
avcodec/decode: actually propagate AVHWAccel.alloc_frame() return …
12:58 PM Ticket #8712 (UHD transport stream needs -probesize 6000000) created by ValentinNikin
I have HDR file (MPEG-TS), and I want to transcode this file to .mp4 …
12:56 PM Changeset in ffmpeg [821fda81] by James Almer <jamrial@gmail.com>
fate/vcodec: use the encoder private option for frame skip compare …
12:16 PM Ticket #8673 (UAF while parsing m3u8 files ( in av_probe_input_format3)) updated by Assaf Sion
You can mark the issue as fixed once the patch is in.
12:15 PM Ticket #8673 (UAF while parsing m3u8 files ( in av_probe_input_format3)) updated by Assaf Sion
Cc, Owner changed
10:32 AM Ticket #8706 (Merge / concat videos do not work) updated by matej.m
Hello cehoyos, merge videos based on this guide do not work too. …
8:52 AM Changeset in ffmpeg [a45be55d] by Nicolas George <george@nsup.org>
lavf/tee: pass options to protocol. Fix trac ticket #8705.
6:07 AM outputLog.txt attached to Ticket #8711 by giuliano
ffmpeg output log
6:05 AM Ticket #8711 (Wrong 'Stream mapping' selection) created by giuliano
Summary of the bug: I'm trying to save a multi variant live streaming …
2:11 AM Ticket #8710 (HTTP error 403 Forbidden when open an mpd url (MPEG-DASH) from ...) updated by Steven Liu
it ok here. […]
2:08 AM Ticket #8702 (Delogo filter error) closed by Steven Liu
wontfix: This is not a bug, just you input an invalid x and y value, its not …
1:10 AM Ticket #8710 (HTTP error 403 Forbidden when open an mpd url (MPEG-DASH) from ...) created by Farley Lai
Built with dash support but when opening a dash mpd url corresponding …

Jun 3, 2020:

5:26 PM Ticket #8709 (ffmpeg: Fails making thumbnail from HEVC in MPEGTS) closed by Carl Eugen Hoyos
invalid: Use nointra, all NALs in the stream are HEVC_NAL_TRAIL_R.
5:18 PM hevc-fullcapture_cut.ts attached to Ticket #8709 by Carl Eugen Hoyos
1:19 PM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) updated by Anan5a
Replying to cehoyos: > Please provide input files that …
9:01 AM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) updated by Anan5a
Replying to cehoyos: > Please provide input files that …
8:49 AM Ticket #6333 (ffplay returns error in case of flac picture data error) updated by Mattias Wadman
Cc changed
8:48 AM Ticket #6333 (ffplay returns error in case of flac picture data error) updated by Mattias Wadman
Fixed in master af97c9865fe7a48b223e162eabce21cc180f305c
7:44 AM hevc-fullcapture.log.gz attached to Ticket #8709 by Peter Krefting
Full log from running on the full clip
7:43 AM Ticket #8709 (ffmpeg: Fails making thumbnail from HEVC in MPEGTS) created by Peter Krefting
Summary of the bug: We are using ffmpeg to generate thumbnails from …
6:41 AM dashdec.diff attached to Ticket #8708 by K.Y.H
6:32 AM Ticket #8708 (dash demuxer cannot support rotation) closed by Carl Eugen Hoyos
needs_more_info: Please send your patch - made with git format-patch - to the …
6:26 AM Ticket #8708 (dash demuxer cannot support rotation) created by K.Y.H
FFmpeg's dash demuxer is cannot transfer meta data.. So mp4's rotation …
3:58 AM Ticket #8702 (Delogo filter error) reopened by 姚知福
$ ../snap/bin/ffmpeg -i t1.avi -vf delogo=0:0:43:56:show=0 -y …
3:55 AM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) updated by Anan5a
To reproduce refer to this link for the HLS link …
3:53 AM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) updated by Anan5a
Version changed
1:57 AM Changeset in ffmpeg [b6d7c4c1] by Guo, Yejun <yejun.guo@intel.com>
dnn/native: fix typo for definition of DOT_INTERMEDIATE …

Jun 2, 2020:

10:57 PM Changeset in ffmpeg [801c8a96] by Limin Wang <lance.lmwang@gmail.com>
avcodec/ratecontrol: fix the integer overflow after long time run …
10:02 PM Changeset in ffmpeg [6e190393] by James Almer <jamrial@gmail.com>
avcodec/internal: move packet related functions to their own header …
9:28 PM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Please provide input files that allow to reproduce the problem.
8:41 PM Ticket #8705 (content_type option is not working with tee output) updated by animtim
I tested your patch, it works perfectly. (as in, now …
7:30 PM Ticket #8705 (content_type option is not working with tee output) updated by Carl Eugen Hoyos
Keywords, Version changed
7:29 PM Ticket #8706 (Merge / concat videos do not work) closed by Carl Eugen Hoyos
invalid: Please post all usage questions on the user mailing list or read …
7:11 PM Ticket #8705 (content_type option is not working with tee output) updated by animtim
Thanks, I'll test your patch tonight and let you know if it works.
6:59 PM Ticket #8705 (content_type option is not working with tee output) updated by Cigaes
Can you test if the following patch makes things better for you: …
6:50 PM Ticket #8703 (Can't enable flac in fMP4 experimental support) updated by Carl Eugen Hoyos
Resolution changed
6:50 PM Ticket #8702 (Delogo filter error) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide the command line you …
3:13 PM Ticket #8705 (content_type option is not working with tee output) updated by animtim
ah! so I was not crazy, there is indeed a problem... "good" :) I …
2:34 PM Ticket #8705 (content_type option is not working with tee output) updated by Cigaes
There is a problem. This syntax can only set format options, not …
2:27 PM Ticket #8707 (Audio ADTS error when m3u8 playlist has id3v2 tag) created by Anan5a
Summary of the bug: I'm trying to download a video from a VOD …
2:25 PM Changeset in ffmpeg [cca8f53a] by Limin Wang <lance.lmwang@gmail.com>
avformat/prompeg: av_dict_set() -> av_dict_set_int() Signed-off-by: …
2:25 PM Changeset in ffmpeg [6e911898] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtpproto: av_dict_set() -> av_dict_set_int() Signed-off-by: …
2:25 PM Changeset in ffmpeg [cb14c6ff] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtspdec: av_dict_set() -> av_dict_set_int() Signed-off-by: …
2:22 PM Ticket #8706 (Merge / concat videos do not work) created by matej.m
Hello, I am very sad. It is unbelievable, but ffmpeg do not support …
2:06 PM Ticket #8705 (content_type option is not working with tee output) updated by animtim
Yes, though I tried to pass the content type option to the icecast …
1:50 PM Ticket #8705 (content_type option is not working with tee output) updated by Cigaes
You need to set the content_type option on the icecast output of the …
1:47 PM Ticket #8705 (content_type option is not working with tee output) created by animtim
Summary of the bug: When using ffmpeg to send a webm video stream to …
11:49 AM playlist-01412.ts attached to Ticket #8704 by yunhai2009
HLS protocol
11:49 AM Ticket #8704 (sps_id 0 out of range) created by yunhai2009
Summary of the bug: when use avcodec_open2 function ,return …
5:47 AM Ticket #8703 (Can't enable flac in fMP4 experimental support) closed by Kyungdahm Yun
worksforme: Never mind. Seems working fine with the current Git master.
5:18 AM Ticket #8703 (Can't enable flac in fMP4 experimental support) created by Kyungdahm Yun
Summary of the bug: There seems no way to produce a fragmented MP4 …
3:10 AM Changeset in ffmpeg [fb17ba86] by rcombs <rcombs@rcombs.me>
compat/cuda/ptx2c: remove shell loop; fix BSD sed compat This fixes …
2:11 AM Ticket #8702 (Delogo filter error) created by 姚知福
Summary of the bug: Any delogo parm, get error: Logo area is outside …
1:57 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Kkabadd
Replying to stevenliu: > Replying to Kkabadd: …
1:46 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) closed by Balling
duplicate: See #5375
1:43 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Steven Liu
Replying to Kkabadd: > Oh, would it be possible in the …
1:38 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Kkabadd
Oh, would it be possible in the future?, Sorry, as I say, I don't know …
1:30 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Steven Liu
Priority, Cc changed
FFmpeg do not support the SAMPLE-AES encryption mode. […]

Jun 1, 2020:

10:03 PM Ticket #8693 (DASH HTTP PUT fails with http_persistent and connection closed) updated by Carl Eugen Hoyos
Keywords, Version changed
Please send your patch to the FFmpeg development mailing list, patches …
10:02 PM Changeset in ffmpeg [782865b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264dec: Disable forced small_padding on flag2 fast Fixes: …
9:32 PM Changeset in ffmpeg [4b22485] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: clear pointer which become stale in get_ppt() …
9:32 PM Changeset in ffmpeg [01fd93e2] by Michael Niedermayer <michael@niedermayer.cc>
fate: add adpcm_ima_ssi encoding test Signed-off-by: Zane van Iperen …
8:18 PM 0001-avformat-dashenc-reopen-new-http-session-for-http_pe.patch attached to Ticket #8693 by Chris Ribble
6:39 PM Changeset in ffmpeg [6cd19886] by Andriy Gelman <andriy.gelman@gmail.com>
fftools/ffmpeg: update text requesting samples Signed-off-by: Andriy …
5:55 PM Changeset in ffmpeg [e3883657] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: zero avg and max bitrate in CQ mode Signed-off-by: …
5:46 PM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Kkabadd
Replying to Balling: > Do you use latest youtube-dl? This …
5:23 PM Changeset in ffmpeg [0842fd2c] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/nvenc: zero avg and max bitrate in CQ mode Signed-off-by: …
4:24 PM Ticket #8701 (Increase a reliability of capturing a video against disruptions) closed by Carl Eugen Hoyos
invalid: Please post all usage questions on the FFmpeg user mailing list.
4:09 PM Ticket #8701 (Increase a reliability of capturing a video against disruptions) created by user725
Assume, you have been capturing video from a screen for three hours …
3:44 PM Ticket #8700 (MP2 audio stream in MP4 container is recognized as MP3) updated by Balling
Replying to Nomis101: > "I have attached both files." is …
3:28 PM Changeset in ffmpeg [7f76f20f] by Jun Zhao <barryjzhao@tencent.com>
checkasm: sw_rgb: Fix mixed declaration and code Fix mixed …
2:42 PM Ticket #8700 (MP2 audio stream in MP4 container is recognized as MP3) updated by Nomis101
"I have attached both files." is not true, because the attachment was …
2:40 PM Ticket #8700 (MP2 audio stream in MP4 container is recognized as MP3) created by Nomis101
Summary of the bug: An MP4 file that contains an MP2 audio stream is …
1:31 PM Ticket #8699 (stopped converting to mp3) updated by ConcludingPrague
Error initializing output stream 0:0 -- Error while opening encoder …
1:29 PM ffmpeg-20200601-dd76226-win64-shared-fail.log attached to Ticket #8699 by ConcludingPrague
1:29 PM ffmpeg-20191214-24424a6-win64-shared-ok.log attached to Ticket #8699 by ConcludingPrague
1:28 PM convert_to_mp3.mkv attached to Ticket #8699 by ConcludingPrague
1:28 PM Ticket #8699 (stopped converting to mp3) created by ConcludingPrague
works in ffmpeg-20191214-24424a6-win64-shared.zip not works in …
1:28 PM Changeset in ffmpeg [2a9ffd89] by Karthick J <kjeyapal@akamai.com>
avformat/dashenc: use AVStream timebase when computing missing bitrate
1:21 PM Changeset in ffmpeg [317b722c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_lut3d: Fix mixed declaration and code Reviewed-by: Paul B …
12:52 PM Changeset in ffmpeg [f02b1b12] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/encode: Remove ff_alloc_packet It is no longer used anymore. …
12:49 PM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) updated by Balling
Do you use latest youtube-dl? This is latest …
8:49 AM Ticket #6471 (RTMPS stream does not work) updated by lebossejames
Is it works now with ffmpeg?
7:56 AM Screenshot_1.png attached to Ticket #8698 by Kkabadd
7:53 AM Ticket #8698 (ERROR: ffmpeg exited with code 3221225477) created by Kkabadd
Hi, First off, I dont understand about codes, so I am sorry if this a …
12:26 AM Ticket #6521 (HEIF support) updated by Christopher Degawa
Cc changed

May 31, 2020:

11:15 PM Map edited by llogan
title. linked to examples in Modifiers section. (diff)
11:05 PM Changeset in ffmpeg [dd76226] by Limin Wang <lance.lmwang@gmail.com>
avcodec/mpeg12enc: support mpeg2 encoder const profile Reviewed-by: …
6:52 PM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by random404
I just found that if you remove all tags with […] then ffmpeg …
6:49 PM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by random404
\x54686973206973206d79206f726967696e616c2c20756e746f75636865642066696c6 …
4:44 PM Ticket #8411 (Support USAC / xHE-AAC) updated by Christopher Degawa
Cc changed
4:43 PM Changeset in ffmpeg [b8d6d937] by Marton Balint <cus@passwd.hu>
avformat/mpegtsenc: set stream_id correctly based on KLV profile …
4:31 PM Changeset in ffmpeg [bbc0eb7f] by Marton Balint <cus@passwd.hu>
avcodec: add constants for KLV pseudo-profile. There are two …
2:58 PM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by mkver
Priority, Component changed
Related to #7549. In this ticket, a tag that is parsed later …
11:21 AM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Please provide the command line you tested together with the complete, …
11:13 AM Changeset in ffmpeg [a8867850] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/anm: Don't unnecessarily use context variables Reviewed-by: …
10:52 AM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by random404
Priority, Keywords changed
confirmed by https://gitlab.com/mbunkus/mkvtoolnix/-/issues/2826 and …
10:51 AM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) updated by mkver
Priority, Keywords changed
Does your file have a tag called "LANGUAGE"?
10:44 AM Ticket #8697 (ffmpeg can't detect the language tag of mkv files after editing with ...) created by random404
If you change the language of some mkv files with mkvpropedit, ffmpeg …
10:17 AM Changeset in ffmpeg [45c35022] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/anm: Check extradata length before allocating frame Then one …
8:07 AM Ticket #6156 (Issue with FFMPEG ALSA CPU usage) updated by lebossejames
Component changed
Hello, I have the same issue with no audio by this command on my …
2:12 AM Ticket #8696 (enhancement: more neon accerleration for vc-1) updated by Carl Eugen Hoyos
Priority, Keywords changed

May 30, 2020:

10:55 PM Changeset in ffmpeg [4aa07d1a] by Michael Niedermayer <michael@niedermayer.cc>
avformat: add kvag muxer Signed-off-by: Zane van Iperen …
10:55 PM Changeset in ffmpeg [a1221b96] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_lut3d: prelut support for 3d cinespace luts Reviewed-by: …
10:52 PM Changeset in ffmpeg [57564a2c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/oggparsetheora: Don't update start time when lastpts is …
6:00 PM Ticket #8696 (enhancement: more neon accerleration for vc-1) created by spotter
Summary of the bug: comparing x86 optimizations to arm, it seems …
4:04 PM Changeset in ffmpeg [1329db8c] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: simplify polynomial evaluation
4:04 PM Changeset in ffmpeg [aac16abd] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: use correct size when allocating in zp2tf
4:04 PM Changeset in ffmpeg [726dbc57] by Paul B Mahol <onemda@gmail.com>
avfilter: add dblur video filter
4:02 PM Changeset in ffmpeg [d49db99c] by Paul B Mahol <onemda@gmail.com>
avcodec: add PFM image decoder
11:07 AM Changeset in ffmpeg [43912896] by Jun Zhao <barryjzhao@tencent.com>
lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE e,g: …
11:02 AM Changeset in ffmpeg [018cd437] by Jun Zhao <barryjzhao@tencent.com>
lavfi/aiir: Refine the pad/vpad related operation move the pad/vpad …
11:02 AM Changeset in ffmpeg [ff8329a] by Jun Zhao <barryjzhao@tencent.com>
lavfi/afir: fix vpad.name leak Fix vpad.name leak in error path, move …
9:29 AM Changeset in ffmpeg [77e15f0] by Limin Wang <lance.lmwang@gmail.com>
avutil/attributes: Fix too many warning: false is not defined …
9:12 AM Ticket #8695 (Keep ffmpeg running when using SRT as output and in listener mode) created by longkas
Summary of the bug: Using SRT as the output and set SRT to listener …
8:05 AM Changeset in ffmpeg [6485b544] by Paul B Mahol <onemda@gmail.com>
Revert "avfilter/af_aiir: move response drawing as last step" This …
8:05 AM Changeset in ffmpeg [3fc7b01c] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: improve response calculation with zp coefficients
8:05 AM Changeset in ffmpeg [e2e8121e] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: add S-plane support
8:05 AM Changeset in ffmpeg [327b5241] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: make it clear that transfer function is digital one
7:57 AM Changeset in ffmpeg [1206a10d] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: implement 1st order allpass

May 29, 2020:

9:23 PM Ticket #8694 (FFV1 decoding needs a huge number of threads for optimal performance) created by zorr
I noticed that when decoding FFV1 (especially version 1) you can get …
8:32 PM Ticket #8686 (mpegts unexpected "Unable to seek back to the start") updated by Marton Balint
You should provide the complete command line and the console output to …
5:40 PM Changeset in ffmpeg [f3068be1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Use av_sat_add64() when updating start_time by …
5:40 PM Changeset in ffmpeg [fc54db32] by Michael Niedermayer <michael@niedermayer.cc>
Use av_sat_sub64() when updating pts by duration. Signed-off-by: Dale …
5:40 PM Changeset in ffmpeg [9d24f293] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/adpcm_data: extend ff_adpcm_ima_cunning_index_table Fixes: …
2:17 PM ffmpeg-20200529-091625.log attached to Ticket #8693 by Chris Ribble
2:16 PM Ticket #8693 (DASH HTTP PUT fails with http_persistent and connection closed) created by Chris Ribble
Summary of the bug: When live streaming (HLS) with a persistent HTTP …
12:10 PM Changeset in ffmpeg [83fa39eb] by Lynne <dev@lynne.ee>
lavfi/vulkan: use av_get_random_seed instead of rand We need at least …
9:48 AM Ticket #8692 (Support for VoxWare MetaVoice) updated by xd009642
I've just added some more voxware files that aren't yet supported
9:47 AM 8kcelp.wav attached to Ticket #8692 by xd009642
9:47 AM speechtest-LH4.8.asf attached to Ticket #8692 by xd009642
9:46 AM Ticket #8673 (UAF while parsing m3u8 files ( in av_probe_input_format3)) updated by Steven Liu
Replying to assafsion: > Replying to [comment:4
8:59 AM speechtest-mvoice2.4.asf attached to Ticket #8692 by xd009642
Voxware MetaVoice - RT24V2
8:59 AM speechtest-mvoice3.asf attached to Ticket #8692 by xd009642
Voxware MetaVoice - RT29V2
8:58 AM Ticket #8692 (Support for VoxWare MetaVoice) created by xd009642
So I've found ffmpeg works well with Voxware metasound but there's …
6:35 AM Ticket #8691 (Artefact on mp4 convertion to mpg) updated by cybel
Cc changed
2:36 AM Ticket #8608 (Fix #7784 Breaks Vorbis Album Art Extraction) updated by nanoman
Cc changed
I notice this fix was not included in the latest 4.2.3 release. Is …

May 28, 2020:

3:13 PM Ticket #8691 (Artefact on mp4 convertion to mpg) updated by cybel
Cc changed
3:13 PM Ticket #8691 (Artefact on mp4 convertion to mpg) created by cybel
Summary of the bug: How to reproduce: […] I downloaded a mp4 video …
2:22 PM fragmented-5s_frag_duration-2ch-xheaac-64kbps.mp4 attached to Ticket #8690 by berndcz
2:18 PM Ticket #8690 (FFmpeg treats all audio samples as sync samples for fragmented MP4 files) created by berndcz
Summary of the bug: It seems that currently all audio samples …
10:04 AM Changeset in ffmpeg [c0f01eaf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/oggdec: Avoid duplicating buffer when adding side-data …
10:03 AM Changeset in ffmpeg [9fee37c5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/img2dec: Avoid duplicating buffer when adding side-data …
10:01 AM Changeset in ffmpeg [be22f973] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/concatdec: Avoid duplicating buffer when adding side-data …
9:59 AM Changeset in ffmpeg [ed9bbcff] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/flvdec: Avoid duplicating extradata when adding side-data …
9:18 AM Changeset in ffmpeg [6c70f898] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/hlsenc, hlsplaylist: Cosmetics Signed-off-by: Andreas …
9:18 AM Changeset in ffmpeg [4fbcb697] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/hlsenc: Avoid duplicating strings when parsing Up until now, …
9:18 AM Changeset in ffmpeg [c1638bfa] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/hlsenc: Don't unnecessarily duplicate baseurl string Up …
9:18 AM Changeset in ffmpeg [c6e73ad2] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/hlsplaylist: Add const where appropriate Signed-off-by: …
7:56 AM Changeset in ffmpeg [ab42db9] by Jun Zhao <barryjzhao@tencent.com>
lavf/mpegtsenc: misc style fixes commit 32aeba12755 missed coding …
7:56 AM Changeset in ffmpeg [b63f5029] by Jun Zhao <barryjzhao@tencent.com>
lavc/libx264: misc style fixes commit 4ed3a01d717 missed coding style …
6:48 AM Ticket #8225 (NVIDIA Driver Bug Affecting Full HW Based Transcoding) updated by misko
Replying to smallishzulu: > It is not fix friend. It is …
4:42 AM Changeset in ffmpeg [3c34629] by Limin Wang <lance.lmwang@gmail.com>
doc: add dia_size option documentation Reviewed-by: Michael …
3:04 AM Changeset in ffmpeg [c51b46e5] by Guo, Yejun <yejun.guo@intel.com>
dnn-layer-mathunary-test: add unit test for abs Signed-off-by: Ting …
3:04 AM Changeset in ffmpeg [f73cc61b] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_mathunary: add abs support more math unary …
2:50 AM Ticket #8687 (HLS playlist with segment URL without path part causes SIGSEGV) updated by Steven Liu
Cc changed
try this patchset: …
2:10 AM Changeset in ffmpeg [b6d6597] by James Almer <jamrial@gmail.com>
avcodec/decode: fix decoding when frames are allocated using …
Note: See TracTimeline for information about the timeline view.