Timeline



Nov 24, 2020:

9:49 PM Ticket #9007 (dash muxer sets invalid bit depth on codecs line with vp9_vaapi encoder) updated by Gregory Beauregard
Replying to kepstin: > I have a suspicion that this is …
9:34 PM Changeset in ffmpeg [278984b3] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: add support for slice threads
9:34 PM Changeset in ffmpeg [97bc6900] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: add support for commands
7:43 PM Ticket #9001 (concat demuxed ASS subtitles don't work) updated by Gregory Beauregard
Component changed
7:42 PM Ticket #9001 (concat demuxed ASS subtitles don't work) updated by Gregory Beauregard
Component changed
7:41 PM Ticket #9002 (subtitles filter fails to display all ASS subtitles) updated by Gregory Beauregard
Component changed
7:35 PM Ticket #9002 (subtitles filter fails to display all ASS subtitles) updated by Gregory Beauregard
Keywords changed
7:33 PM Ticket #9001 (concat demuxed ASS subtitles don't work) updated by Gregory Beauregard
Keywords changed
7:01 PM Ticket #8349 (Dolby AC-4 Support) updated by talkenrain
Cc changed
There is a growing need for Dolby AC4 support within ffmpeg. As ATSC …
6:09 PM Ticket #8987 (zmq doesn't work in this filter chain) updated by Michael Koch
After I've worked with zmq for about a week, I suggest to add the …
5:17 PM Capture/Desktop edited by cri
Add link to the Capture/PulseAudio page (diff)
5:14 PM Capture/PulseAudio created by cri
Basic instructions to capture from pulseaudio sources
4:12 PM Capture/ALSA edited by cri
fixed alsa default sampling rate: 44100 -> 48000 (as per man page and … (diff)
4:02 PM Ticket #9008 (Extend/clarify documentation related to filtergraph escaping) updated by idest
Version changed
3:29 PM Ticket #8994 (pulseaudio recording: alsa capture volume levels are automatically reset) updated by cri
Ah you're right, I finally found a clarification buried in the …
3:18 PM Ticket #9008 (Extend/clarify documentation related to filtergraph escaping) updated by idest
Version changed
Not sure which FFmpeg version to specify. ffmpeg -version
3:14 PM Ticket #9008 (Extend/clarify documentation related to filtergraph escaping) updated by idest
Version changed
2:57 PM Ticket #9008 (Extend/clarify documentation related to filtergraph escaping) created by idest
1. In "doc/ffmpeg-all.html", chapter 39.61.2, "Text expansion", …
1:35 PM Changeset in ffmpeg [7bb8b819] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: ensure metadata is copied to transition frames I …
1:26 PM Changeset in ffmpeg [c6a7ca27] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: make sure that biquad filter still works
11:03 AM Changeset in ffmpeg [040e9892] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: do not abort filtering on bogus options Instead, …
10:35 AM Changeset in ffmpeg [08a992e0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mlpdec: Avoid code duplication when initializing VLCs …
10:35 AM Changeset in ffmpeg [34aa85cd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mlpdec: Make decoders init-threadsafe Reviewed-by: Jai Luthra …
10:35 AM Changeset in ffmpeg [1f0e27dd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mlp: Make initializing CRCs thread-safe Reviewed-by: Jai …
10:35 AM Changeset in ffmpeg [79ab46ac] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bits …
10:35 AM Changeset in ffmpeg [37f510d3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mv30: Don't check for errors for complete VLCs Signed-off-by: …
10:35 AM Changeset in ffmpeg [50d50653] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imm4: Don't use too big VLC table Using more bits than the …
10:35 AM Changeset in ffmpeg [195d8ce8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safe This …
10:35 AM Changeset in ffmpeg [c4b4cd77] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aactab: Fix conflicting types for ff_aac_codebook* The header …
10:35 AM Changeset in ffmpeg [b81e6437] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdmc: Don't check for errors for complete VLCs Signed-off-by: …
10:35 AM Changeset in ffmpeg [e68247d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hqx: Don't check for errors for complete VLCs Signed-off-by: …
10:35 AM Changeset in ffmpeg [a03caa38] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hqx: Inline constants Signed-off-by: Andreas Rheinhardt …
10:35 AM Changeset in ffmpeg [b1af617f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/intrax8: Make ff_intrax8_common_init() thread-safe In …
10:35 AM Changeset in ffmpeg [802baf21] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/intrax8: Replace always-false check by assert Signed-off-by: …
10:35 AM Changeset in ffmpeg [164ce14e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9tab: Add missing static to internal table …
10:35 AM Changeset in ffmpeg [6612d6d6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Replace av_free() by av_freep() in close function …
10:35 AM Changeset in ffmpeg [659c61ba] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Don't use unnecessarily large VLC tables Using …
10:35 AM Changeset in ffmpeg [4a9ffce9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Use least max_depth in calls to get_vlc2() …
10:35 AM Changeset in ffmpeg [92209cf4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength …
10:35 AM Changeset in ffmpeg [0339af05] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/truemotion2: Mark decoder as init-threadsafe Signed-off-by: …
10:35 AM Changeset in ffmpeg [73b3ea57] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/g2meet: Use least max_depth in get_vlc2() The longest AC …
10:35 AM Changeset in ffmpeg [e74621b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sheervideo: Add av_cold to build_vlc() It is an init function …
10:35 AM Changeset in ffmpeg [f1919dc8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mss4: Mark decoder as init-threadsafe Signed-off-by: Andreas …
10:35 AM Changeset in ffmpeg [9a61326b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv40vlc2: Make VLC smaller Signed-off-by: Andreas Rheinhardt …
10:35 AM Changeset in ffmpeg [278a27f6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Remove outdated comment Forgotten in …
10:35 AM Changeset in ffmpeg [16bb8247] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodsp: Make initializing synth windows thread-safe …
10:35 AM Changeset in ffmpeg [ead31341] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe The only …
10:35 AM Changeset in ffmpeg [b9c1ab89] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe …
10:35 AM Changeset in ffmpeg [5c45f7e1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodsp: Combine initializing float and int tables This …
10:35 AM Changeset in ffmpeg [af7acbb4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Make decoder init-threadsafe Signed-off-by: …
10:35 AM Changeset in ffmpeg [cc18bcdd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Use symbols table If allows us to directly …
10:35 AM Changeset in ffmpeg [d3fba748] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Don't check for errors for complete VLC The …
10:35 AM Changeset in ffmpeg [3d95b1a8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Be more strict when parsing Huffman trees This …
10:35 AM Changeset in ffmpeg [e246ea25] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Only create VLC iff it is going to be used If …
10:35 AM Changeset in ffmpeg [97da1b43] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mimic: Mark decoder as init-threadsafe Signed-off-by: Andreas …
10:35 AM Changeset in ffmpeg [3066b243] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mimic: Cleanup generically upon init failure Signed-off-by: …
10:35 AM Changeset in ffmpeg [e9d06fef] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Make initializing static RV10 VLCs thread-safe …
10:35 AM Changeset in ffmpeg [1463f9ed] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Mark decoders as init-threadsafe Both Smacker audio …
10:35 AM Changeset in ffmpeg [a6423412] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tscc2: Mark tscc2 decoder as init-threadsafe Signed-off-by: …
10:32 AM Changeset in ffmpeg [68429b9] by Paul B Mahol <onemda@gmail.com>
avfilter/af_adenorm: add timeline and slice threading support
9:19 AM Changeset in ffmpeg [ee8ecc27] by Paul B Mahol <onemda@gmail.com>
avfilter/af_asubboost: add timeline and slice threading support
8:38 AM Changeset in ffmpeg [052a5993] by Paul B Mahol <onemda@gmail.com>
avcodec: add SpeedHQ encoder
8:29 AM Ticket #9006 (merge_pmt_versions not working properly for transportstream with ...) updated by Carl Eugen Hoyos
Please provide the input file.
8:13 AM Changeset in ffmpeg [4688017d] by Jan Ekström <jeebjp@gmail.com>
avformat/av1: add support for passing through MP4/Matroska av1c
8:13 AM Changeset in ffmpeg [8fbc139e] by Jan Ekström <jeebjp@gmail.com>
avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec …
8:13 AM Changeset in ffmpeg [a66d1779] by Jan Ekström <jeebjp@gmail.com>
avcodec/cbs_av1: add support for standard MP4/Matroska extradata This …
8:13 AM Changeset in ffmpeg [7bacf60a] by Jan Ekström <jeebjp@gmail.com>
cbs: Add function to read extradata from an AVCodecContext This is …

Nov 23, 2020:

11:45 PM Ticket #9007 (dash muxer sets invalid bit depth on codecs line with vp9_vaapi encoder) updated by kepstin
I have a suspicion that this is caused by the VPCC get_bit_depth …
11:41 PM ffmpeg-vpcc-hwaccel-bit-depth.patch attached to Ticket #9007 by kepstin
ffmpeg-vpcc-hwaccel-bit-depth.patch
11:24 PM Ticket #9007 (dash muxer sets invalid bit depth on codecs line with vp9_vaapi encoder) created by Gregory Beauregard
Summary of the bug: The dash muxer will produce a manifest with a …
10:54 PM pmt.txt attached to Ticket #9006 by deeptho
parsed version of the pmt (obtained with dvbsnoop)
10:53 PM Ticket #9006 (merge_pmt_versions not working properly for transportstream with ...) created by deeptho
Summary of the bug: Some transport streams contain multiple audio …
10:29 PM Ticket #9005 (decklink: v210 FourCC has wrong case) updated by Carl Eugen Hoyos
Keywords, Version changed
Does this inlined patch fix the issue for you? […]
9:46 PM Ticket #9005 (decklink: v210 FourCC has wrong case) created by carbenium
Summary of the bug: Capturing video as v210 using the decklink module …
7:48 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) updated by Nabi
Note: Also in the same system on the chrome browser nothing problem …
4:33 PM Ticket #9003 (TSAN reports heap-user-after-free in ff_h2645_extract_rbsp) closed by mkver
invalid: Your data is missing its padding - AV_INPUT_BUFFER_PADDING_SIZE of …
3:57 PM Ticket #9004 (TSAN reports heap-user-after-free in ff_h2645_extract_rbsp) closed by jsierant-at-vewd
duplicate
3:54 PM Ticket #9004 (TSAN reports heap-user-after-free in ff_h2645_extract_rbsp) created by jsierant-at-vewd
The problem has been detected in FFmpeg for the chromium project and …
3:54 PM Ticket #9003 (TSAN reports heap-user-after-free in ff_h2645_extract_rbsp) created by jsierant-at-vewd
The problem has been detected in FFmpeg for the chromium project and …
8:18 AM Changeset in ffmpeg [01eb0520] by Limin Wang <lance.lmwang@gmail.com>
avdevice/decklink_dec: fix warning for unused variable Reviewed-by: …
8:18 AM Changeset in ffmpeg [3d0a7ae4] by Limin Wang <lance.lmwang@gmail.com>
avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devices …
8:18 AM Changeset in ffmpeg [ae23a968] by Limin Wang <lance.lmwang@gmail.com>
avdevice/decklink: use boolean for list_devices option For the …
5:02 AM ffmpeg-20201123-000107.log attached to Ticket #9001 by Gregory Beauregard
-report for the failing subtitles=subs.mkv case
4:21 AM Ticket #6375 ([bug][regression] Too many packets buffered for output stream) closed by Arjun
fixed: Seems to have been fixed at latest git head (checked on …

Nov 22, 2020:

9:57 PM Changeset in ffmpeg [9208b72a] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aiir: add support for arbitrary order lattice-ladder …
8:41 PM Ticket #9000 (Memory Leak with named pipe input) updated by Carl Eugen Hoyos
Keywords changed
And please provide valgrind output whenever reporting a memory leak.
8:38 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) updated by Carl Eugen Hoyos
Priority, Version changed
7:32 PM demo.mkv attached to Ticket #9002 by Gregory Beauregard
file needed to run testcase
7:31 PM log.txt attached to Ticket #9002 by Gregory Beauregard
log output
7:30 PM Ticket #9002 (subtitles filter fails to display all ASS subtitles) created by Gregory Beauregard
Summary of the bug: For some files it seems ffmpeg's subtitles filter …
6:53 PM Ticket #9001 (concat demuxed ASS subtitles don't work) updated by Gregory Beauregard
Compilation information. […]
6:29 PM Ticket #9001 (concat demuxed ASS subtitles don't work) updated by Gregory Beauregard
libass version used is 0.15.0
6:11 PM Ticket #9001 (concat demuxed ASS subtitles don't work) created by Gregory Beauregard
ffmpeg version used: master as of 2021-08-04 Summary of the bug: The …
4:45 PM Changeset in ffmpeg [b0a8b402] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: skip bottom clearing loop when its outside the image …
4:45 PM Changeset in ffmpeg [3e5959b3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Check ymin vs. h Fixes: out of array access Fixes: …
4:45 PM Changeset in ffmpeg [1278f117] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avs: Use 64bit for the avio_tell() output Fixes: signed …
4:45 PM Changeset in ffmpeg [40348637] by Michael Niedermayer <michael@niedermayer.cc>
avformat/moflex: Check pkt_size Fixes: Timeout (>20sec -> 1ms) Fixes: …
4:26 PM Ticket #9000 (Memory Leak with named pipe input) updated by Marton Balint
Please try git master and see if you can reproduce.
3:32 PM CompilationGuide edited by roxlu
(diff)
2:17 PM Ticket #9000 (Memory Leak with named pipe input) updated by Xenoxis
A found a way to avoid this problem : i convert the flac stream to …
1:22 PM Changeset in ffmpeg [42ccef28] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: remove not needed code
1:02 PM Ticket #9000 (Memory Leak with named pipe input) created by Xenoxis
Summary of the bug: ffmpeg grows up in memory and in CPU usage without …
12:41 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) updated by Nabi
The final result of git bisect command: […] …
12:28 PM Changeset in ffmpeg [f5dcaf2] by Jan Ekström <jeebjp@gmail.com>
avformat/movenc: allow Apple Lossless inside mp4 The 'alac' …
10:35 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) closed by Elon Musk
invalid: Not our bug. Please refrain from reopening this ticket.
10:27 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) reopened by KeinNiemand
Replying to cehoyos: > There is no version 7.1.3 and it is …
9:59 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) closed by Carl Eugen Hoyos
needs_more_info: There is no version 7.1.3 and it is unlikely that the console output …
9:46 AM Changeset in ffmpeg [0066bf4d] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afreqshift: add timeline and slice threading support
9:46 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) updated by KeinNiemand
Cc changed
9:42 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) updated by KeinNiemand
Keywords changed
9:41 AM Ticket #8999 (Output (stderr) can't be redirected in powershell) created by KeinNiemand
Summary of the bug: Trying to redirect the output of ffmpeg (stderr) …
6:36 AM FilteringGuide edited by nicol
fix command (diff)

Nov 21, 2020:

9:13 PM Changeset in ffmpeg [d29a9b88] by Paul B Mahol <onemda@gmail.com>
avcodec/atrac3: increase max block align size Fixes decoding of lossy …
9:09 PM Changeset in ffmpeg [a108a4d8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mobiclip: Check mv against INT_MAX Fixes: signed integer …
9:09 PM Changeset in ffmpeg [a207df2a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wavdec: More complete size check in find_guid() Fixes: …
9:09 PM Changeset in ffmpeg [2eb64174] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mv30: Use unsigned in idct_1d() Fixes: signed integer …
9:09 PM Changeset in ffmpeg [8b50e8bc] by Michael Niedermayer <michael@niedermayer.cc>
avformat/iff: Check size before skip Fixes: Infinite loop Fixes: …
9:09 PM Changeset in ffmpeg [ebf4bc62] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: Check for EOF in index packet reading Fixes: …
8:56 PM Changeset in ffmpeg [7ce7d33d] by Timo Rothenpieler <timo@rothenpieler.org>
avcodec/cuviddec: fix missing context push/pop Test command like …
4:27 PM Ticket #6334 (Memory leak: (RTSPState)->real_setup_cache) closed by Andriy Gelman
fixed: fixed in commit 122fcf1f407b60baf7a0322b73798958ca6108eb
3:15 PM Changeset in ffmpeg [4fe9e2fc] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtsp: don't forget to call ff_network_close() on error In …
3:15 PM Changeset in ffmpeg [78537aa5] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtsp: set return variable in error path In this error path …
3:13 PM Changeset in ffmpeg [9a70b6f] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtspdec: cosmetics Make error check style consistent with …
3:13 PM Changeset in ffmpeg [122fcf1f] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtspdec: fix mem leaks in connect mode if init fails Fixes …
3:13 PM Changeset in ffmpeg [38bc4ba1] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtspdec: fix mem leaks in listen mode if init fails …
3:11 PM Changeset in ffmpeg [423d06e0] by Andriy Gelman <andriy.gelman@gmail.com>
avformat/rtspdec: add network init to listen mode As per the docs …
1:14 AM Changeset in ffmpeg [09f1d15a] by Limin Wang <lance.lmwang@gmail.com>
avdevice/decklink_dec: map the raw_format instead of hardcode The …

Nov 20, 2020:

11:30 PM Ticket #8993 (vaapi_encode.c example makes the invalid stream) updated by Wohlstand
Okay, I did the investigation (I spent a week), and I found the true …
11:22 PM Ticket #8993 (vaapi_encode.c example makes the invalid stream) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
11:21 PM Ticket #8996 (FFmpeg failing to create COMM ID3v2 tag) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
11:15 PM Ticket #8997 (cannot convert swf: "pixel format change unsupported") updated by Carl Eugen Hoyos
Keywords, Version, Summary changed
For future tickets: Please remember to test current FFmpeg git head …
11:02 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
If you cannot provide a sample url you will have to run git bisect
10:59 PM Ticket #8972 (Segfault looping PNG) updated by Carl Eugen Hoyos
Keywords changed
We use threads for the option, I would like to use race for cases like …
10:37 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) updated by Nabi
Alternate issue: https://video.stackexchange.com/q/32679/14612
10:20 PM Changeset in ffmpeg [c055a476] by James Almer <jamrial@gmail.com>
tools/target_bsf_fuzzer: set bitstream filter options Should increase …
9:50 PM Ticket #8972 (Segfault looping PNG) updated by Marton Balint
Keywords, Component, Reproduced by developer changed
9:06 PM Ticket #8998 (Getting "Error when loading first segment" in some of the version FFmpeg) created by Nabi
I have remote index.m3u8 file and I want to download it with …
7:26 PM Ticket #8997 (cannot convert swf: "pixel format change unsupported") updated by Vitaly Zdanevich
Input file: …
7:22 PM Ticket #8997 (cannot convert swf: "pixel format change unsupported") created by Vitaly Zdanevich
How to reproduce: […] Patches should be submitted to the …
5:27 PM Ticket #8996 (FFmpeg failing to create COMM ID3v2 tag) created by Alex Gitelzon
Summary of the bug: FFmpeg, tested with version 4.2.2 and 4.3.1, seems …
3:43 PM Changeset in ffmpeg [837eb320] by James Almer <jamrial@gmail.com>
tools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzzer choosen …
3:43 PM Changeset in ffmpeg [cb59cd34] by James Almer <jamrial@gmail.com>
tools/target_dec_fuzzer: Call avcodec_flush_buffers() in a fuzzer …
3:43 PM Changeset in ffmpeg [40dfb432] by James Almer <jamrial@gmail.com>
tools/target_dem_fuzzer: use avio_context_free() to free the fuzzer's …
2:25 PM Changeset in ffmpeg [8918a3df] by Anton Khirnov <anton@khirnov.net>
lavfi/src_movie: switch to new decoding API
2:20 PM Changeset in ffmpeg [ce0f539] by Anton Khirnov <anton@khirnov.net>
doc/examples/transcoding: switch to the new encoding API
2:20 PM Changeset in ffmpeg [29f33c10] by Anton Khirnov <anton@khirnov.net>
doc/examples/transcoding: stop constantly allocating AVFrames …
2:20 PM Changeset in ffmpeg [800feae5] by Anton Khirnov <anton@khirnov.net>
lavu: add missing stddef.h includes for size_t.
2:20 PM Changeset in ffmpeg [e1c4a3ea] by Anton Khirnov <anton@khirnov.net>
lavfi/lavfutils: switch to the new decoding API
2:20 PM Changeset in ffmpeg [65c4d5d7] by Anton Khirnov <anton@khirnov.net>
tools/enum_options: fix build and add to Makefile
2:20 PM Changeset in ffmpeg [5bd870a2] by Anton Khirnov <anton@khirnov.net>
avformat/matroskadec: only use the track duration if it exists No …
2:20 PM Changeset in ffmpeg [3a2b786d] by Anton Khirnov <anton@khirnov.net>
avformat/matroskadec: adjust the cluster time to the track timebase …
2:20 PM Changeset in ffmpeg [b00d2210] by Anton Khirnov <anton@khirnov.net>
avformat/matroskadec: add a warning when the track TimestampScale …
2:20 PM Changeset in ffmpeg [e366797a] by Anton Khirnov <anton@khirnov.net>
avfilter/vf_lut3d: fix sanitizef INF handling Signed-off-by: Anton …
2:20 PM Changeset in ffmpeg [dd03d65] by Anton Khirnov <anton@khirnov.net>
avcodec/exr: use lookuptable for alpha if there is no trc_func …
12:33 PM Ticket #8993 (vaapi_encode.c example makes the invalid stream) updated by Wohlstand
At me the libva 1.7. I will try how it will work with the latest libva.
8:37 AM Changeset in ffmpeg [104e5233] by Martin Storsjö <martin@martin.st>
http: Check for AVERROR_EOF in the check for premature end When the …
4:37 AM debuglog.txt attached to Ticket #8995 by sebseb7
loglevel debug output
4:32 AM Ticket #8995 (overlay_qsv fails with "Inputs with different underlying QSV devices ...) updated by sebseb7
[…]
4:29 AM Ticket #8995 (overlay_qsv fails with "Inputs with different underlying QSV devices ...) created by sebseb7
Summary of the bug: How to reproduce: […]

Nov 19, 2020:

10:29 PM Ticket #8994 (pulseaudio recording: alsa capture volume levels are automatically reset) updated by Marton Balint
I very much doubt that this has anything to do with ffmpeg. It's just …
8:42 PM Changeset in ffmpeg [ca55240b] by Marton Balint <cus@passwd.hu>
avformat/mpegts: make sure mpegts_read_header always stops at the …
8:22 PM Changeset in ffmpeg [bf19833a] by Marton Balint <cus@passwd.hu>
avformat/mpegts: make sure mpegts_read_header always stops at the …
2:39 PM Changeset in ffmpeg [38713269] by Limin Wang <lance.lmwang@gmail.com>
avformat/dvenc: check the format before vst and ast[i] are initialized …
2:39 PM Changeset in ffmpeg [da0faf10] by Limin Wang <lance.lmwang@gmail.com>
avformat/dvenc: s->streams[i] -> st Signed-off-by: Limin Wang …
2:39 PM Changeset in ffmpeg [ab072de4] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_fade: config_props -> config_input Signed-off-by: Limin …
2:39 PM Changeset in ffmpeg [2399a779] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_fade: simplify code to use pts timebase for time check …
1:57 PM Changeset in ffmpeg [c417f1a7] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: add squeeze transitions
1:12 PM Changeset in ffmpeg [7ac1dc23] by James Almer <jamrial@gmail.com>
avutil/frame: fix potential leaks in av_frame_ref() Reviewed-by: …
1:09 PM Changeset in ffmpeg [2b6b19dd] by James Almer <jamrial@gmail.com>
avutil/frame: use av_buffer_replace() to simplify code Reviewed-by: …
1:04 PM Changeset in ffmpeg [abcca6a0] by James Almer <jamrial@gmail.com>
avcodec/wavpack: use av_buffer_replace() to simplify code …
12:53 PM Ticket #8994 (pulseaudio recording: alsa capture volume levels are automatically reset) created by cri
Summary of the bug: when recording audio with -f pulse ffmpeg …
12:48 PM Ticket #8993 (vaapi_encode.c example makes the invalid stream) updated by Wohlstand
I share the set of files: https://yadi.sk/d/9igsI_2lnwAL2Q - …
12:43 PM Ticket #8993 (vaapi_encode.c example makes the invalid stream) created by Wohlstand
Hello! Some time ago I made use of VAAPI encoder through latest FFMPEG …
10:55 AM Changeset in ffmpeg [381ab690] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_frei0r: add support for commands

Nov 18, 2020:

7:13 PM Ticket #8992 (Memory accumulation using x11grab under unclear circumstances) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
7:12 PM Ticket #8991 (Incorrect field order indication when encoding interlace top field ...) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Description changed
5:03 PM Changeset in ffmpeg [17a0dfeb] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_despill: add support for commands
4:57 PM Ticket #8992 (Memory accumulation using x11grab under unclear circumstances) closed by Marton Balint
invalid: Well, if you specify a thread queue size of 1024, then if encoding …
12:11 PM ffmpeg-20201118-122459.log.tar.gz attached to Ticket #8992 by Stephan
-report file
12:08 PM Ticket #8992 (Memory accumulation using x11grab under unclear circumstances) created by Stephan
Summary of the bug: Memory accumulation using x11grab under unclear …
10:36 AM Changeset in ffmpeg [e3081d6f] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afade: add sinc curve types
10:15 AM Ticket #8991 (Incorrect field order indication when encoding interlace top field ...) created by JulietDeltaGolf
Hello, While transcoding MPEG2(MXF) into V210(MOV) incorrect metadata …

Nov 17, 2020:

10:53 PM HWAccelIntro edited by varenc
add a few helpful notes about VideoToolbox (diff)
10:38 PM FancyFilteringExamples edited by varenc
update or add links to the media used in examples. The Big Bunny … (diff)
9:47 PM Changeset in ffmpeg [284560ba] by Martin Storsjö <martin@martin.st>
fate: Convert the musepack8 test to an oneoff test This fixes tests …
6:06 PM Ticket #8990 (Filter Complex does not respect filter_complex_threads) updated by Carl Eugen Hoyos
Keywords changed
1:06 PM ffmpeg_defect_ticket_8989_wip_fix_vignesh_ravichandran_3.patch attached to Ticket #8989 by VigneshRavichandran
1:05 PM Ticket #8989 (#EXT-X-PROGRAM-DATE-TIME value of existing segments gets over written ...) updated by VigneshRavichandran
Fixed a bug introduced in the playlist sliding window logic, due to …
12:49 PM Changeset in ffmpeg [bb7bb440] by Paul B Mahol <onemda@gmail.com>
avfilter/af_anlmdn: support all options as commands
11:48 AM Changeset in ffmpeg [96f1b45b] by Paul B Mahol <onemda@gmail.com>
avfilter/af_anlmdn: allow to change smooth/m at runtime
11:47 AM Ticket #8582 (Remuxing of Panasonic P2 MXF file fails (regression)) updated by Syed Andaleeb Roomy
It would be really nice to get this fixed since remuxing of P2 MXF is …
10:07 AM Ticket #8990 (Filter Complex does not respect filter_complex_threads) closed by Elon Musk
invalid: Nothing to do with filter complex threads. You are still decoding with …
4:28 AM Ticket #8990 (Filter Complex does not respect filter_complex_threads) created by shravan2x
Summary of the bug: I'm trying to generate a strip of thumbnails using …
Note: See TracTimeline for information about the timeline view.