Timeline



Mar 17, 2019:

11:06 PM Changeset in ffmpeg [15d016be] by Zhong Li <zhong.li@intel.com>
lavu/qsv: allow surface size larger than requirement Just like commit …
2:45 PM Ticket #6947 (Unwanted visual formatting added when embedding subtitles) updated by forthrin
Do you have any documentation for font-ID? Must this be changed if …
1:55 PM Ticket #6947 (Unwanted visual formatting added when embedding subtitles) updated by Carl Eugen Hoyos
Try to change the code.
1:42 PM Ticket #6947 (Unwanted visual formatting added when embedding subtitles) updated by forthrin
@cehoyos: Do you know the C syntax for inserting `#define …
1:04 PM Ticket #6947 (Unwanted visual formatting added when embedding subtitles) updated by Carl Eugen Hoyos
Patches are ignored on this bug tracker but please use the defines …
11:06 AM Ticket #6947 (Unwanted visual formatting added when embedding subtitles) updated by forthrin
@cehoyos: I think this is two issues: 1. An explicit style being …
10:35 AM Changeset in ffmpeg [14eea7c4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/pnm: Optimize reading loop in pnm_get() Fixes: Timeout 13149 …
10:35 AM Changeset in ffmpeg [f20760fa] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dfa: Check the chunk header is not truncated Fixes: Timeout …
10:35 AM Changeset in ffmpeg [41f93f94] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/clearvideo: Check remaining data in P frames Fixes: Timeout …
10:35 AM Changeset in ffmpeg [dd2a2a51] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Count truncated parts as errors in …
10:35 AM Changeset in ffmpeg [efe4aef9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ffv1dec_template: Optimize golomb run mode Fixes: Timeout …
3:34 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) closed by Steven Liu
worksforme
3:11 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
Replying to JoshuaWalsh: > Tried using Git master in my …
3:02 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Joshua Walsh
Tried using Git master in my original post, but I haven't had access …
2:58 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
liuqideMacBook-Pro:dash liuqi$ mkdir output; ffmpeg -i …
2:44 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
the hlsenc split the segment: If there have video stream, get current …
2:28 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Joshua Walsh
Unfortunately it is non-free and I don't think I can share it. It's a …
2:22 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
can you upload the 4minutetest.mp4 here?
1:10 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Joshua Walsh
Per documentation, the segments should each be longer than 5 seconds …
1:02 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
Replying to JoshuaWalsh: > With GOP and fps, this time …

Mar 16, 2019:

10:10 PM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Marton Balint
It is most probably not a memory issue, simply there is not enough …
8:27 PM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Joshua Walsh
With GOP and fps, this time using Windows binaries: […] Segment …
2:20 PM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Steven Liu
you should set the GOP and fps for the video codec: -g 125 -r:v 25 …
12:14 PM Changeset in ffmpeg [d15117c9] by Gyan Doshi <ffmpeg@gyani.pro>
doc/ffmpeg: add entry for itsscale
12:01 PM ffmpeg-20190316-225841.log attached to Ticket #7798 by Joshua Walsh
12:00 PM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Joshua Walsh
Thanks for the feedback. I have reproduced the issue with more minimal …
10:13 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) updated by Carl Eugen Hoyos
Are yadif and libfdk required to reproduce the issue? Please provide …
8:08 AM Ticket #7798 (hls muxer often generates segments shorter than -hls_time) created by Joshua Walsh
Summary of the bug: I'm using ffmpeg to take realtime video data from …

Mar 15, 2019:

11:02 PM Changeset in ffmpeg [6cfa1733] by Michael Niedermayer <michael@niedermayer.cc>
mpeg12enc: Use Closed Captions if available Signed-off-by: Michael …
7:50 AM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Carl Eugen Hoyos
Are you running a 32 or a 64 bit binary?
6:58 AM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Micah
The results seem to be the same (error message and segfault) on a …
2:54 AM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Micah
Replying to cehoyos: > Looks unrelated to me. > > Please …
12:41 AM Changeset in ffmpeg [def18ac4] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
tests/fate/ffmpeg: Check for apng codec for fate-copy-apng. The file …
12:27 AM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by Carl Eugen Hoyos
Works fine with --extra-cflags=-fno-integrated-as.
12:09 AM Changeset in ffmpeg [dbecf03f] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavc/qtrle: Do not use aligned writes for 24bit frames. pixel_ptr is …

Mar 14, 2019:

11:46 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) closed by Carl Eugen Hoyos
invalid: Replying to RedDwarf82: > {{{ > $ CFLAGS='-flto' …
10:42 PM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Carl Eugen Hoyos
Replying to scanlime: > I'm having this problem Looks …
10:10 PM Ticket #6463 (av_interleaved_write_frame(): Cannot allocate memory) updated by Micah
I'm having this problem on a freshly compiled git snapshot …
8:15 PM Changeset in ffmpeg [85649b65] by James Almer <jamrial@gmail.com>
fate/lavf-image: fix passed arguments for some high bit depth tests …
7:31 PM Changeset in ffmpeg [0dda0f3b] by James Almer <jamrial@gmail.com>
Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc' * commit …
7:29 PM Changeset in ffmpeg [92219ef4] by James Almer <jamrial@gmail.com>
Merge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e' * commit …
7:22 PM Changeset in ffmpeg [5c363d3e] by James Almer <jamrial@gmail.com>
Merge commit '7e42d5f0ab2aeac811fd01e122627c9198b13f01' * commit …
7:21 PM Changeset in ffmpeg [409e684e] by James Almer <jamrial@gmail.com>
Merge commit '49f9c4272c4029b57ff300d908ba03c6332fc9c4' * commit …
7:20 PM Changeset in ffmpeg [fbd607dd] by James Almer <jamrial@gmail.com>
Merge commit '37394ef01b040605f8e1c98e73aa12b1c0bcba07' * commit …
7:19 PM Changeset in ffmpeg [d6b62ce1] by James Almer <jamrial@gmail.com>
Merge commit 'cef914e08310166112ac09567e66452a7679bfc8' * commit …
7:18 PM Changeset in ffmpeg [34a0a974] by James Almer <jamrial@gmail.com>
Merge commit 'e39a9212ab37a55b346801c77487d8a47b6f9fe2' * commit …
7:17 PM Changeset in ffmpeg [2ac399d7] by James Almer <jamrial@gmail.com>
Merge commit '58d154922707bfeb873cb3a7476e0f94b17463dd' * commit …
7:16 PM Changeset in ffmpeg [c6892f59] by James Almer <jamrial@gmail.com>
Merge commit 'cc7ba00c35faf0478f1f56215e926f70ccb31282' * commit …
7:14 PM Changeset in ffmpeg [79025da3] by James Almer <jamrial@gmail.com>
Merge commit '52c9b0a6c0d02cff6caebcf6989e565e05b55200' * commit …
7:13 PM Changeset in ffmpeg [39278ff0] by James Almer <jamrial@gmail.com>
Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276' * commit …
7:09 PM Changeset in ffmpeg [4f9a8d3f] by James Almer <jamrial@gmail.com>
Merge commit 'f1011ea28a4048ddec97794ca3e9901474fe055f' * commit …
7:07 PM Changeset in ffmpeg [b8eb0827] by James Almer <jamrial@gmail.com>
Merge commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143' * commit …
7:06 PM Changeset in ffmpeg [398000ab] by James Almer <jamrial@gmail.com>
Merge commit '85bfaa4949f4afcde19061def3e8a18988964858' * commit …
7:06 PM Changeset in ffmpeg [94346ab5] by James Almer <jamrial@gmail.com>
Merge commit '2eeac79936e83c4495cbe5905064ab797e9b45ff' * commit …
7:05 PM Changeset in ffmpeg [a2ae381b] by James Almer <jamrial@gmail.com>
Merge commit '0801853e640624537db386727b36fa97aa6258e7' * commit …
6:53 PM Changeset in ffmpeg [ecb5546e] by James Almer <jamrial@gmail.com>
Merge commit '899ee03088d55152a48830df0899887f055da1de' * commit …
5:59 PM Changeset in ffmpeg [ac4b5d86] by James Almer <jamrial@gmail.com>
Merge commit 'f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b' * commit …
5:37 PM Changeset in ffmpeg [a200bf8] by James Almer <jamrial@gmail.com>
tests: Convert lavf container tests with samples to non-legacy test scripts
5:36 PM Changeset in ffmpeg [fda424b3] by James Almer <jamrial@gmail.com>
Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c' * commit …
5:31 PM Changeset in ffmpeg [ace96d2e] by James Almer <jamrial@gmail.com>
Merge commit '896fe15dbb7b78de495c4a7dd75e7faec66778da' * commit …
5:30 PM Changeset in ffmpeg [c2631dfd] by James Almer <jamrial@gmail.com>
Merge commit 'a957e9379d11f2982d615f92c30580a57ea8bb40' * commit …
5:28 PM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by ESt
Btw, if that's the case maybe it'd be better to disable asm by default …
5:19 PM Changeset in ffmpeg [29929fc8] by James Almer <jamrial@gmail.com>
Merge commit 'eb8a8115994434b548523cf0bca6a4a74784e79c' * commit …
5:15 PM Changeset in ffmpeg [d0c43e32] by James Almer <jamrial@gmail.com>
Merge commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363' * commit …
4:50 PM Ticket #7706 (20-30% perf drop in FFmpeg (H264) transcode performance with VAAPI) updated by eero-t
Replying to eero-t: > Guilty commit is not codec specific, …
4:41 PM Ticket #7797 (AVC->MPEG-2 transcoding with VA-API 2-3x slower than with QSV) created by eero-t
Setup: - Ubuntu 18.04 with drm-tip 5.x kernel from Git - iHD media …
4:31 PM Changeset in ffmpeg [77d244e7] by Michael Niedermayer <michael@niedermayer.cc>
Update for 4.1.2 Signed-off-by: Michael Niedermayer …
4:02 PM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by ESt
Oh, I wasn't aware of that, should I close this bug then?
3:54 PM Changeset in ffmpeg [8cee4190] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dvbsubdec: Check object position Reference: ETSI EN 300 743 …
3:54 PM Changeset in ffmpeg [04ce4cc0] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cdgraphics: Use ff_set_dimensions() Fixes: Timeout (17 sec -> …
3:53 PM Changeset in ffmpeg [5d208aac] by Michael Niedermayer <michael@niedermayer.cc>
avformat/gdv: Check fps Fixes: Division by 0 Fixes: …
3:47 PM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by Carl Eugen Hoyos
Keywords changed
Apart from ‘’compiler bug’’: I thought that building for i686-android …
3:27 PM h264_cabac-692ca8.sh attached to Ticket #7796 by ESt
3:27 PM h264_cabac-692ca8.c attached to Ticket #7796 by ESt
3:26 PM config.log attached to Ticket #7796 by ESt
3:26 PM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) created by ESt
Summary of the bug: When compiling for android x86 with the following …
3:24 PM Changeset in ffmpeg [a8c5ae45] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dvbsubdec: Check object position Reference: ETSI EN 300 743 …
3:24 PM Changeset in ffmpeg [9a9f0e23] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cdgraphics: Use ff_set_dimensions() Fixes: Timeout (17 sec -> …
3:24 PM Changeset in ffmpeg [38381400] by Michael Niedermayer <michael@niedermayer.cc>
avformat/gdv: Check fps Fixes: Division by 0 Fixes: …
1:06 PM Ticket #7724 ([FFmpeg-vaapi] HEVC 4K/FHD to AVC 4K/FHD transcoding failed) updated by Andrey
Works on the latest validation too with FFmpeg 0ce759d. Is it exist …
12:33 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) reopened by RedDwarf82
Reopening since I really don't think this is a "needs_more_info" case. …
11:27 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
Well all of this the user never imagined. Therefore it seems …
11:22 AM Ticket #7792 (duration line ignored) updated by Gyan
The name of the directive is a bit of a misnomer. It helps determine …
11:20 AM Ticket #7795 ("(resp. decoding)" not clear) created by Dan Jacobson
On ffmpeg/manual/general.html […] many users won't know what …
11:07 AM Ticket #7794 (ffmpeg crash when transcoding with vpp_qsv and pad filters) updated by applemax82
I use the following command, and ffmpeg 4.0 will crash.
11:04 AM Ticket #7794 (ffmpeg crash when transcoding with vpp_qsv and pad filters) updated by Carl Eugen Hoyos
Keywords, Version changed
Please test current FFmpeg git head and provide the command line you …
10:51 AM Changeset in ffmpeg [83bfd4f3] by Michael Niedermayer <michael@niedermayer.cc>
configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking …
10:49 AM Changeset in ffmpeg [9bf40978] by Michael Niedermayer <michael@niedermayer.cc>
configure: add missing pthreads extralibs dependency for libvpx-vp9 …
10:43 AM Ticket #7794 (ffmpeg crash when transcoding with vpp_qsv and pad filters) created by applemax82
Summary of the bug: How to reproduce: […] Patches should be …
10:15 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
And as a matter of fact, users currently will think "that is what I am …
10:10 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
Replying to Cigaes: > The duration directive in concat …
10:04 AM Changeset in ffmpeg [03213706] by Tomas Härdin <tjoppen@acc.umu.se>
libavcodec/zmbvenc: Add support for RGB formats This consists mostly …
9:50 AM Ticket #7793 (Be sure file names appear in messages on terminal) created by Dan Jacobson
When doing a command like in #7792 the all important messages …
9:39 AM Ticket #7792 (duration line ignored) updated by Cigaes
The duration directive in concat cannot be used to truncate a video. …
9:35 AM Ticket #7792 (duration line ignored) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide the requested console …
9:34 AM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) closed by Carl Eugen Hoyos
needs_more_info
9:33 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
$ apt-cache policy $@ ffmpeg: Installed: 7:4.1.1-1 Candidate: …
9:30 AM Ticket #7780 (Can not write moov atom to the beginning of the file if audio is eac3) updated by Nomis101
By the way, this also breaks HandBrake if it is build against current …
9:27 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
Who / where / how would you like me to send them? That would be the …
9:26 AM Ticket #7792 (duration line ignored) updated by Dan Jacobson
In fact today I have a good Internet connection, I can upload all 160 …
9:25 AM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) updated by RedDwarf82
Summary changed
9:24 AM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) updated by RedDwarf82
It's a buildroot gcc build. I can see "-flto" was added to …
9:15 AM Ticket #7547 (When relaying RTMP streams ffmpeg quits with ...) updated by regstuff
To add to the previous comments, I can confirm that the latest version …
7:52 AM Ticket #7792 (duration line ignored) updated by Carl Eugen Hoyos
Version, Component changed
Please test current FFmpeg git head, provide the command line you …
5:47 AM Ticket #7792 (duration line ignored) updated by Gyan
How long is V_20190312_093018_vHDR_On.mp4 and what do you wish to …
2:29 AM Ticket #7792 (duration line ignored) created by Dan Jacobson
Using ffmpeg -f concat -i F -y /tmp/z.mp4 with file F: […] …
2:26 AM Ticket #7791 (Unprefixed defines) created by Gramner
The assembly support macros defined in the libavutil/mem.h public …

Mar 13, 2019:

11:24 PM Changeset in ffmpeg [1e50a327] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block() …
11:24 PM Changeset in ffmpeg [ad12d9df] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dxv: Correct integer overflow in get_opcodes() Fixes: …
11:24 PM Changeset in ffmpeg [67d03078] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/scpr: Fix use of uninitialized variable Fixes: Undefined …
11:24 PM Changeset in ffmpeg [c90836cc] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes …
11:24 PM Changeset in ffmpeg [6c0124d3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aic: Check remaining bits in aic_decode_coeffs() Fixes: …
11:24 PM Changeset in ffmpeg [29619a8a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/gdv: Check for truncated tags in decompress_5() Testcase: …
11:24 PM Changeset in ffmpeg [09683e1f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/bethsoftvideo: Check block_type Fixes: Timeout (17 seconds -> …
11:24 PM Changeset in ffmpeg [662b635] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() …
11:24 PM Changeset in ffmpeg [b8dd1d2d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/error_resilience: Use a symmetric check for skipping MV …
11:24 PM Changeset in ffmpeg [92335fc] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mlpdec: Insuffient typo Signed-off-by: Michael Niedermayer …
11:24 PM Changeset in ffmpeg [ff491b15] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/zmbv: obtain frame later The frame is not needed that early …
11:24 PM Changeset in ffmpeg [4e624c89] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jvdec: Check available input space before decode8x8() Fixes: …
11:24 PM Changeset in ffmpeg [9495228d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_direct: Fix overflow in POC comparission Fixes: runtime …
11:24 PM Changeset in ffmpeg [339f40f6] by Michael Niedermayer <michael@niedermayer.cc>
avformat/webmdashenc: Check id in adaption_sets Fixes: out of array …
11:24 PM Changeset in ffmpeg [ec22b46a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/http: Fix Out-of-Bounds access in process_line() …
11:24 PM Changeset in ffmpeg [11375cd1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/ftp: Fix Out-of-Bounds Access and Information Leak in …
11:24 PM Changeset in ffmpeg [f7f39374] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in …
11:24 PM Changeset in ffmpeg [cc5361ed] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in …
11:24 PM Changeset in ffmpeg [4d1fcd73] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Do not leak queued packets on sync errors …
11:24 PM Changeset in ffmpeg [8066cb35] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Clear interlaced_dct for studio profile Fixes: …
11:24 PM Changeset in ffmpeg [d25f3885] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Do not use reference stream in mov_read_sidx() if there …
11:24 PM Changeset in ffmpeg [1a82246c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/sbrdsp_fixed.c: remove input value limit for …
11:24 PM Changeset in ffmpeg [7e204f72] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_Q The …
11:20 PM Ticket #7789 (Fails to compile with Blackmagic Decklink SDK 11.0) updated by Marton Balint
Cc changed
11:20 PM Ticket #7789 (Fails to compile with Blackmagic Decklink SDK 11.0) updated by Marton Balint
Status, Owner changed
Blackmagic deprecated some API functions... Use older SDK for now…
10:42 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) updated by Carl Eugen Hoyos
Version changed
I cannot reproduce: --enable-lto does not break big-endian detection …
10:36 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) updated by Hendrik
If you intend to build ffmpeg with LTO enabled, you should do so by …
10:24 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) updated by RedDwarf82
To be clear, I show that code because that's what configure does -> …
10:21 PM Ticket #7790 (Endianness detection breaks when LTO is enabled through means other ...) created by RedDwarf82
ffmpeg's configure wrongly thinks my toolchain uses little-endian …
8:48 PM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by compn
I like your comparison videos. Very clear before and after. Your …
6:39 PM Ticket #7789 (Fails to compile with Blackmagic Decklink SDK 11.0) created by llogan
[…] Reported by m4xx3d0ut. Says it works with SDK 10.11.4.
3:57 PM Ticket #7712 (Check for multiple -filter options broken) updated by Christian Ebert
Cc changed
11:54 AM Changeset in ffmpeg [c2a221c5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rtpdec.h remove unused variable Looks like the variable …
11:42 AM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by Jim
I've tried "--extra-cflags="-fno-slp-vectorize""; it still crashes. It …
11:39 AM Changeset in ffmpeg [7ff89574] by Michael Niedermayer <michael@niedermayer.cc>
fate/mxf: add mxf user comments tests Reviewed-by: Tomas Härdin …
11:39 AM Changeset in ffmpeg [283ce69a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mxfenc: allow user comments for opatom muxer Reviewed-by: …
8:41 AM Ticket #7724 ([FFmpeg-vaapi] HEVC 4K/FHD to AVC 4K/FHD transcoding failed) updated by eero-t
Using latest of everything (git from last evening) with kernel 5.0 …
7:22 AM Ticket #7412 ([ffmpeg-qsv][hevc] some cases decode failed on iHD driver.) updated by Zhong,Li
Using MSDK parser which works closer with MSDK decoder, and can handle …
7:12 AM Ticket #6347 ([h264_qsv @ 0x22fc7a0] Warning in encoder initialization: partial ...) updated by Zhong,Li
Replying to zoolog: > any news about issue? Current …
6:33 AM Ticket #7724 ([FFmpeg-vaapi] HEVC 4K/FHD to AVC 4K/FHD transcoding failed) updated by Zhong,Li
Tested on Skylake and Kaylake, both work well. What is your test HW …
6:02 AM Ticket #7659 (feature request vp8_qsv and vp9_qsv encoders) closed by Zhong,Li
invalid: Replying to Tupsi: > Hmm, seems I misread something then, …
12:49 AM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by Vladimir Panteleev
Replying to compn: > yes if you can provide a win64 binary …
12:18 AM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by compn
yes if you can provide a win64 binary I can test, although I am no …

Mar 12, 2019:

10:45 PM Changeset in ffmpeg [f6803cfb] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: unref the frame on failure Signed-off-by: James …
10:36 PM Changeset in ffmpeg [38a41321] by James Almer <jamrial@gmail.com>
libdav1d: Add support for reading hdr10 metadata Signed-off-by: James …
10:18 PM Changeset in ffmpeg [36bb2cc] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: consistently use AVERROR return values …
10:17 PM Changeset in ffmpeg [28746a0e] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: use a custom picture allocator Replaces the …
10:09 PM Changeset in ffmpeg [2a31bf2a] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: move the pix_fmt enum array up in the file This is …
10:07 PM Changeset in ffmpeg [dcf64b59] by James Almer <jamrial@gmail.com>
avcodec/libdav1d: route dav1d internal logs through av_log() Bump the …
5:43 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by James
Can you try configuring with --extra-cflags="-fno-slp-vectorize" and …
5:31 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by Jim
I'm afraid there's been a fair amount of juggling with SDKs lately, so …
5:02 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by James
>I compiled with --enable-debug=gdb and --disable-optimizations (on …
4:43 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by Jim
I compiled with --enable-debug=gdb and --disable-optimizations (on top …
3:41 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by James
Component changed
Can you compile ffmpeg with --enable-debug=gdb …
3:18 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) updated by Jim
I can't upload the archive because it's 20 MiB, so it's linked here: …
3:12 PM Ticket #7788 (Custom-compiled FFmpeg 4.1.1 crashes on MacOS when reading files) created by Jim
Hi there, We bundle a version of FFmpeg with our software, in order …
2:59 PM Ticket #7758 (Unable to playback hardware encoded H.264 to RED5 server using FFmpeg ...) updated by lhastie
I raised the issue with the hardware provider and they assured me that …
2:49 PM Ticket #7787 (Examples don't flush the decoder causing missing frames) created by Michel Rouzic
Summary of the bug: The examples in doc/examples don't use …
1:46 PM Ticket #7786 (Mux TrueHD and Atmos to mp4 container) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #2099 (there is no definition for TrueHD in isom …
1:29 PM Ticket #7786 (Mux TrueHD and Atmos to mp4 container) created by Timo Repo
Summary of the bug: Add support to mux TrueHD and Dolby Atmos to mp4 …
12:18 PM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
Yes. The bitstream and the PTS,DTS values all come from the same …
12:16 PM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Carl Eugen Hoyos
Did you encode the frames that you provided with the hardware encoder?
12:11 PM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
Yes, My real use-case involves a third-party hardware encoder, which …
11:53 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Carl Eugen Hoyos
Is there a reason why you don't make sure pts > dts? pkt.pts = t + 1;
11:34 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
Here you go.
11:33 AM ordered.hevc attached to Ticket #7757 by Ace17
10:59 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Carl Eugen Hoyos
Please attach the file ordered.hevc.
10:54 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
I seems so, because the mpegts muxer is under different conditions: …
10:46 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Carl Eugen Hoyos
Why do you think this is another issue?
10:34 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
> Is the issue reproducible with current FFmpeg git head? Yes. I just …
10:03 AM Ticket #7758 (Unable to playback hardware encoded H.264 to RED5 server using FFmpeg ...) updated by Carl Eugen Hoyos
Description changed
Replying to lhastie: > The RED5 server detects the …
10:00 AM Ticket #7760 (Some video frames have no PTS) updated by Carl Eugen Hoyos
Version changed
Please test current FFmpeg git head and provide the command line you …
9:58 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Carl Eugen Hoyos
Keywords, Version changed
Is the issue reproducible with current FFmpeg git head? Is the issue …
8:23 AM Ticket #7757 (mpegtsenc: invalid computed DTS values (HEVC)) updated by Ace17
Summary changed
6:52 AM Ticket #7723 ([FFmpeg-vaapi][vp8 decode] Failed to end picture decode issue: 23 ...) updated by Zhong,Li
Replying to andreyor: > Thanks, also, could you please …
6:50 AM Ticket #7659 (feature request vp8_qsv and vp9_qsv encoders) updated by Tupsi
Hmm, seems I misread something then, because I was under the …
6:44 AM Ticket #7723 ([FFmpeg-vaapi][vp8 decode] Failed to end picture decode issue: 23 ...) updated by Andrey
Thanks, also, could you please post the iHD driver issue, that you …
6:41 AM Ticket #7659 (feature request vp8_qsv and vp9_qsv encoders) updated by Zhong,Li
BTW, vp8 and vp9 encoding can be supported by FFmpeg-vaapi, probably …
6:39 AM Ticket #7659 (feature request vp8_qsv and vp9_qsv encoders) updated by Zhong,Li
VP8 encoding is not supported by MSDK, see …
6:29 AM Ticket #7723 ([FFmpeg-vaapi][vp8 decode] Failed to end picture decode issue: 23 ...) updated by Zhong,Li
Replying to andreyor: > Ok, thanks. Just for information - …
6:24 AM Ticket #7727 ([FFmpeg-vaapi][mpeg2 encode] Driver does not support some wanted ...) updated by Zhong,Li
Duplicated with https://trac.ffmpeg.org/ticket/7726 too.

Mar 11, 2019:

11:48 PM Changeset in ffmpeg [d227ed5d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block() …
11:48 PM Changeset in ffmpeg [3f086a2f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Fix nonsense warning Since …
7:57 PM Ticket #5578 (Disabling Icy-Metadata header not working) updated by Magnus Sjöberg
I can confirm that "-icy 0" only works for the initial http request …
5:39 PM Ticket #7785 ([Android] Configure script: Wrong HAVE_ macros are created due to "-f ...) closed by ESt
invalid: Ok, it seems to work with the command that you provided, sorry for not …
4:27 PM Ticket #7696 (XVID AVI with pcm_s24le audio gets weird format tag) updated by Rudolf Enberg
Just an update. I've provided Magix support with all the information …
10:33 AM Downstreams edited by David Walser
avidemux 2.7.2 uses FFmpeg 4.1.1 (diff)
1:28 AM Changeset in ffmpeg [5ab44ff2] by James Almer <jamrial@gmail.com>
Merge commit '5846b496f0a1dd5be4ef714622940674305ec00f' * commit …
1:22 AM Changeset in ffmpeg [bad70b7a] by James Almer <jamrial@gmail.com>
Merge commit 'dad5fd59f3d6a8311365314cfcde0ebcd15c2b01' * commit …
1:17 AM Changeset in ffmpeg [44085b99] by James Almer <jamrial@gmail.com>
Merge commit '8629149816930a43bf5a66b11c6224446cabd044' * commit …
12:20 AM Ticket #7785 ([Android] Configure script: Wrong HAVE_ macros are created due to "-f ...) updated by Carl Eugen Hoyos
Keywords changed
Building for arm64-android works fine here with NDK r19b. Could you …
12:15 AM Changeset in ffmpeg [1c9ac700] by James Almer <jamrial@gmail.com>
Merge commit 'e22ffb3805f6994bd1fd7ab73e6297f36a53f915' * commit …

Mar 10, 2019:

11:40 PM config.log attached to Ticket #7785 by ESt
Config log
11:40 PM Ticket #7785 ([Android] Configure script: Wrong HAVE_ macros are created due to "-f ...) created by ESt
Summary of the bug: While building for Android the configuration …
10:31 PM Changeset in ffmpeg [0647624] by James Almer <jamrial@gmail.com>
Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b' * commit …
7:47 PM Ticket #7783 (Copy of VobSub stream from MP4 to Matroska fails) closed by Carl Eugen Hoyos
fixed: For future tickets: Please remember that only current FFmpeg git head …
7:45 PM Changeset in ffmpeg [71518645] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavf/matroskaenc: Allow dvdsub remuxing from some containers. Fixes …
7:42 PM Changeset in ffmpeg [0be0197f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/imm4: Unreference previous frame on frame size change Fixes: …
7:34 PM Ticket #7784 (ffmpeg/lavf changes the case of metadata keys) updated by Carl Eugen Hoyos
Keywords changed
7:33 PM Ticket #7772 (Configure failure) updated by Carl Eugen Hoyos
Resolution changed
7:24 PM Ticket #7772 (Configure failure) closed by kliff
fixed
6:27 PM Ticket #7784 (ffmpeg/lavf changes the case of metadata keys) created by Cigaes
Start with an Ogg Vorbis file with the reference tags: […] Then …
6:05 PM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by Cigaes
This is bug tracker, patches should be discussed on the mailing list. …
5:57 PM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by Marton Balint
Cc changed
Really nice, some comments at first glace: - Use the .activate …
2:41 PM Ticket #7783 (Copy of VobSub stream from MP4 to Matroska fails) created by martchus
Summary of the bug: When using -c:s copy ffmpeg fails to copy a …
10:51 AM Ticket #2104 (anti-epilepsy bright flash remover video filter) updated by Vladimir Panteleev
Cc changed
Hi, I've been working on a filter to do this. My code so far is here: …
3:45 AM Ticket #7782 (Enabling the option --enable-cuda-nvcc results in a build failure.) updated by Dennis E. Mungai
You are correct. I had to delete the entire workspace and begin from …
1:03 AM Ticket #7782 (Enabling the option --enable-cuda-nvcc results in a build failure.) closed by Timo R.
invalid: Your nv-codec-headers are too old. Only the latest releases have the …
12:54 AM config.log attached to Ticket #7782 by Dennis E. Mungai
config.log
12:54 AM Ticket #7782 (Enabling the option --enable-cuda-nvcc results in a build failure.) created by Dennis E. Mungai
Summary of the bug: Building FFmpeg with the …
12:08 AM Ticket #7781 (Mangled character encoding in stderr on Windows) updated by Carl Eugen Hoyos
Keywords, Version changed
Note: See TracTimeline for information about the timeline view.