Timeline
Nov 24, 2022:
- 10:23 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) updated by
- After discussion on IRC, it looks like this was a usage problem - both …
- 9:57 PM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
-
Version changed
If this was a regression please provide the change introducing it. - 9:54 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) closed by
- fixed: No. Your report is so flawed that you cannot get help here. Please ask …
- 9:48 PM Ticket #10069 (ljpeg enc: broken output) updated by
-
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since dfb5046cf33b0cdb7d2b780d8d32e72b98a5914c - 9:34 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) updated by
- Please don't just close it, it's a legit issue.
- 9:04 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) reopened by
- 8:42 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) closed by
- invalid
- 8:22 PM Ticket #9860 (yuvj420p spam) closed by
- fixed: Fixed in b2d1a258162a619187bbb0a72f7e8eb94f91cfa4.
- 8:02 PM Changeset in ffmpeg [1ff9c07f] by
- swscale/utils: Fix indentation Forgotten after …
- 7:59 PM Changeset in ffmpeg [b2d1a258] by
- swscale/utils: Derive range from YUVJ-pix-fmt only once Currently, it …
- 7:58 PM Changeset in ffmpeg [ff39dcb1] by
- swscale/utils: Move functions to avoid forward declarations …
- 7:58 PM Changeset in ffmpeg [baccc1c5] by
- swscale/utils: Avoid calling ff_thread_once() unnecessarily …
- 7:58 PM Changeset in ffmpeg [8ee07112] by
- swscale/utils: Don't allocate AVFrames for slice contexts Only the …
- 7:58 PM Changeset in ffmpeg [64ed1d40] by
- swscale/utils: Factor initializing single slice context out …
- 7:04 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by
- Thank you a lot for support!
- 6:52 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) updated by
- I tried BtbN's Linux builds, and the last working version was 09-30 …
- 6:24 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by
- My C is a bit rusty so I forgot to terminate the escaped metadata, …
- 6:04 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) updated by
- I provided samples, commands and everything other than pointing to the …
- 6:02 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) reopened by
- 5:59 PM Ticket #10015 ([feature request] Set disposition(s) based on language, not the stream ...) updated by
- Replying to elenril: > Setting disposition based on …
- 5:00 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) closed by
- invalid: Nothing is wrong with implementation. Just w64 should not allow more …
- 3:13 PM Ticket #10067 (FFmpeg nightly creates weird w64 output) reopened by
- It does makes sense. DEE only worked with files created with -rf64 …
- 2:58 PM Changeset in ffmpeg [e97368eb] by
- lavu: bump minor and add APIchanges entry for lavu/tx DCT
- 2:58 PM Changeset in ffmpeg [ca8aaf24] by
- binkaudio: convert to lavu/tx
- 2:58 PM Changeset in ffmpeg [a56d7e0c] by
- lavu/tx: add DCT-III implementation
- 2:58 PM Changeset in ffmpeg [504b7be] by
- lavu/tx: add DCT-II implementation
- 2:58 PM Changeset in ffmpeg [93c30bd6] by
- lavu/tx: clarify stride for RDFT transforms
- 2:58 PM Changeset in ffmpeg [43d285a4] by
- lavu/tx: fix last coefficient scaling for R2C transforms This was a typo.
- 2:58 PM Changeset in ffmpeg [8547123f] by
- lavu/tx: generalize PFA FFTs This commit permits any stacking of FFTs …
- 2:58 PM Changeset in ffmpeg [7f019e77] by
- lavu/tx: add length decomposition function Rather than using a list …
- 2:58 PM Changeset in ffmpeg [87bae6b0] by
- lavu/tx: refactor to explicitly track and convert lookup table order …
- 2:58 PM Changeset in ffmpeg [1c8d77a2] by
- lavu/tx: refactor and separate codelet list and prio code
- 2:58 PM Changeset in ffmpeg [958b3760] by
- lavu/tx: improve transform tree logging Now prints the actual codelet …
- 2:58 PM Changeset in ffmpeg [6ddd10c3] by
- lavu/tx: allow codelets to specify a minimum number of matching factors
- 2:58 PM Changeset in ffmpeg [dd77e611] by
- lavu/tx: add ff_tx_clear_ctx() This function allows implementations …
- 2:58 PM Changeset in ffmpeg [fab97faf] by
- x86/tx_float: implement striding in fft_15xM
- 2:58 PM Changeset in ffmpeg [92100eee] by
- x86/tx_float_init: properly specify the supported factors of 15xM FFTs …
- 2:58 PM Changeset in ffmpeg [cc1df404] by
- x86/tx_float: add a standalone 15-point AVX2 transform Enables its …
- 2:58 PM Changeset in ffmpeg [877e575b] by
- x86/tx_float: optimize and macro out FFT15
- 2:58 PM Changeset in ffmpeg [fbe4fd99] by
- lavu/tx: support output stride in naive transforms Allows them to be …
- 2:58 PM Changeset in ffmpeg [68cabf87] by
- lavu/tx: add fft_inplace_small transforms This is much faster than …
- 2:58 PM Changeset in ffmpeg [d4e39cae] by
- lavu/tx: drop requirement of input == output for in-place transforms …
- 2:58 PM Changeset in ffmpeg [fff3e1d] by
- lavu/tx: support out-of-place transforms in fft_inplace This makes …
- 2:58 PM Changeset in ffmpeg [d260796f] by
- lavu/tx: make C ptwo transforms in+out of place We assume that _all_ …
- 2:58 PM Changeset in ffmpeg [37008dc4] by
- lavu/tx: add naive_small FFT The same as naive but with precomputed …
- 2:58 PM Changeset in ffmpeg [e8a9b7b2] by
- lavu/tx: list all odd-length FFT factors as regular codelets Allows …
- 2:58 PM Changeset in ffmpeg [45bd4bf7] by
- lavu/tx: generalize single-factor transforms Not that useful, but it …
- 2:58 PM Changeset in ffmpeg [79f11e2] by
- lavu/tx: make prime factor transforms truly in-place They all …
- 2:58 PM Changeset in ffmpeg [d556f6fa] by
- fate/aacenc: increase tolerance for ln-128k test The encoder is …
- 2:55 PM Ticket #10069 (ljpeg enc: broken output) created by
- https://trac.ffmpeg.org/raw-attachment/ticket/10068/gold2.avi […] …
- 1:30 PM Ticket #10068 (smc enc: artefacts in the output file) created by
- other issue: ffplay plays "gold2.avi" file incorrectly (only mouse …
- 1:29 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Replying to Jacky Koning: np, later I found another tool …
- 9:29 AM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by
- I'm glad to hear that it could still be useful, I updated the patch to …
- 9:19 AM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
-
Version changed
The output of ffprobe in the case of 5.1.2 is shown below. The audio … - 8:46 AM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
-
Resolution, Version, Component changed
- 8:28 AM Ticket #10065 (Gap in video by -c copy in mkv opus) closed by
- fixed: Replying to mkver: Oh, it was 5.1.2 that only the video …
- 8:23 AM Ticket #10015 ([feature request] Set disposition(s) based on language, not the stream ...) updated by
-
Analyzed by developer, Status, Reproduced by developer changed
Setting disposition based on metadata has been implemented in … - 7:42 AM Ticket #10067 (FFmpeg nightly creates weird w64 output) closed by
- invalid: -rf64 flag for w64 container does not makes sense. wav can store only …
- 7:14 AM Ticket #10066 (32bit FLAC Decoding Support) reopened by
- 2:40 AM Ticket #10067 (FFmpeg nightly creates weird w64 output) created by
- I develop a tool that uses FFmpeg: https://github.com/pcroland/deew It …
- 12:43 AM Ticket #10066 (32bit FLAC Decoding Support) closed by
- invalid: Decoding of 32 bit was supported for a long time, encoding will be …
Nov 23, 2022:
- 9:58 PM Ticket #10050 (phm enc crash) closed by
- fixed: Fixed in 715bf3509a96ee679449c0ba479b500fa646c217.
- 9:57 PM Ticket #10053 (flashsv enc assertion) closed by
- fixed: Fixed in 66959831114f13bfc2a2c0f3e976ad46b0358538.
- 9:44 PM Changeset in ffmpeg [c8e9cc8d] by
- avcodec/flashsvenc: Remove unnecessary or unused variable …
- 9:44 PM Changeset in ffmpeg [61d28ee0] by
- avcodec/flashsvenc: Avoid copying frame Signed-off-by: Andreas …
- 9:44 PM Changeset in ffmpeg [a8d39e8] by
- avcodec/flashsvenc: Change check for first frame …
- 9:44 PM Changeset in ffmpeg [721305e2] by
- avcodec/flashsvenc: Use const where appropriate Signed-off-by: …
- 9:44 PM Changeset in ffmpeg [44c09e8] by
- avcodec/flashsvenc: Remove unused buffer Signed-off-by: Andreas …
- 9:44 PM Changeset in ffmpeg [66959831] by
- avcodec/flashsvenc: Fix packet size calculation The earlier code did …
- 9:44 PM Changeset in ffmpeg [715bf350] by
- avcodec/pnmenc: Check av_image_get_buffer_size() Fixes the crash in …
- 7:35 PM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
- 1. Your ticket contains several tests and some additional claims, …
- 6:16 PM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
-
Keywords changed
Replying to mkver: > Did you do all your tests with … - 4:16 PM Ticket #10065 (Gap in video by -c copy in mkv opus) updated by
- Did you do all your tests with git-master? There have been changes …
- 1:50 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Upload the image with another website. I think it should be fixed. The …
- 1:36 PM HWAccelIntro edited by
- (diff)
- 1:24 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Replying to Elon Musk: I think you need to reconsider this …
- 1:15 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) closed by
- wontfix: So big resolutions are not currently support nor there is plan to …
- 1:13 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Replying to Carl Eugen Hoyos: Yes sir, I just did a test …
- 1:04 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Did you test -1:3840?
- 12:57 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
- Replying to Carl Eugen Hoyos: Thanks for your reply. I …
- 12:49 PM Ticket #10066 (32bit FLAC Decoding Support) updated by
-
Priority, Keywords changed
- 12:44 PM Ticket #10066 (32bit FLAC Decoding Support) updated by
-
Description changed
- 12:39 PM Ticket #10066 (32bit FLAC Decoding Support) created by
- Official libflac recently implemented 32bit fixed-point support, …
- 12:28 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
-
Priority, Version changed
Do you know the resolution of 4k? - 12:03 PM Ticket #10065 (Gap in video by -c copy in mkv opus) created by
- Summary of the bug: Each time I copy the mkv container containing opus …
- 12:02 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) updated by
-
Description changed
- 12:00 PM Ticket #10064 (ffmpeg filter error: Picture size is invalid) created by
- Summary of the bug: ffmpeg: [png @ 0x7f804d005e00] [IMGUTILS @ …
- 9:43 AM Changeset in ffmpeg [14c60935] by
- doc/developer.texi: extend and update naming conventions Bring it up …
- 9:43 AM Changeset in ffmpeg [2d172b89] by
- doc/developer.texi: drop a misplaced sentence from code formatting …
- 9:43 AM Changeset in ffmpeg [d95d0b1] by
- doc/developer.texi: move editor configuration under formatting It …
- 9:41 AM Changeset in ffmpeg [9177556b] by
- doc/developer.texi: update the language feature section It is …
- 9:41 AM Changeset in ffmpeg [256db018] by
- doc/developer.texi: move the language feature section higher up It …
- 9:40 AM Changeset in ffmpeg [703e76f9] by
- configure: drop support for complex functions They are not used since …
- 9:36 AM Changeset in ffmpeg [95af0bcc] by
- fftools/ffmpeg_mux_init: postpone matching -disposition to streams Do …
- 9:36 AM Changeset in ffmpeg [3da5c60a] by
- fftools/ffmpeg: _-prefix variables in MATCH_PER_STREAM_OPT() Avoids …
- 9:36 AM Changeset in ffmpeg [996fed52] by
- fftools/ffmpeg: declare loop variables inside loops in transcode_init()
- 9:36 AM Changeset in ffmpeg [005f4e1] by
- fftools/ffmpeg: do not assume input streams exist There can be zero …
- 9:36 AM Changeset in ffmpeg [fd8bf8d3] by
- fftools/ffmpeg: remove the input_streams global Replace it with an …
- 9:36 AM Changeset in ffmpeg [86e2ffe] by
- fftools/ffmpeg_mux_init: simplify inner loop in map_auto_{video,audio} …
- 9:36 AM Changeset in ffmpeg [4c405816] by
- fftools/ffmpeg: replace OutputStream.source_index with a pointer to …
- 9:36 AM Changeset in ffmpeg [bda06c6] by
- fftools/ffmpeg: stop inventing fake source information This code was …
- 9:36 AM Changeset in ffmpeg [50ecba7e] by
- fftools/ffmpeg: drop an arbitrary condition Encoding init code will …
- 9:36 AM Changeset in ffmpeg [9654df13] by
- fftools/ffmpeg: move freeing an input stream into a separate function
- 9:35 AM Ticket #10062 (av1_qsv produces incorrect output files) updated by
- Hello Carl, yes it reproduces using git head. Actually the above test …
Nov 22, 2022:
- 10:45 PM Ticket #10063 (ffmpeg only converts first 5 seconds of vgz files) updated by
- Input file can be found here …
- 10:41 PM Ticket #10062 (av1_qsv produces incorrect output files) updated by
-
Priority, Keywords changed
Please test current FFmpeg git head to make this a valid ticket. - 10:40 PM Ticket #10063 (ffmpeg only converts first 5 seconds of vgz files) updated by
-
Version, Component changed
Where can we find the input file? Please test current FFmpeg git head … - 10:22 PM Ticket #7485 (HLS not accurately seeking on TS) updated by
- I tried the latest from master and I'm still having issues seeking in …
- 9:59 PM Changeset in ffmpeg [98f6c59f] by
- avformat/electronicarts: add option to return alpha channel in the …
- 9:54 PM Changeset in ffmpeg [bd5ea785] by
- avformat/electronicarts: set packet_read in one place Signed-off-by: …
- 9:54 PM Changeset in ffmpeg [29d1d3e2] by
- avformat/electronicarts: fix EOF check Similar to feof(), avio_feof() …
- 9:16 PM Ticket #10063 (ffmpeg only converts first 5 seconds of vgz files) created by
- Summary of the bug: How to reproduce: […] Patches should be …
- 8:54 PM Ticket #10062 (av1_qsv produces incorrect output files) updated by
- Also added verbose.txt which contains additional information, …
- 8:47 PM Ticket #10062 (av1_qsv produces incorrect output files) created by
- When encoding with the new QSV AV1 encoder, the output timestamps are …
- 7:52 PM Ticket #10059 (bonk deadlock/infinite loop with fuzzed file) closed by
- fixed: Fixed with abb5ff373d7da5e2246f00448efda47727e8cdb1
- 7:51 PM Changeset in ffmpeg [abb5ff37] by
- avcodec/bonk: check level value to not reach invalid values Also …
- 12:19 PM Ticket #9860 (yuvj420p spam) updated by
- That should do it even though I don't think that website does a good …
- 9:44 AM Ticket #10058 (jpeg2000: support paletted images) updated by
- ffmpeg -c:v jpeg2000 -f image2 -i palettedImage.jp2 out2123.bmp …
- 9:37 AM Ticket #10061 (jpeg2000: crash with forced libopenjpeg decoder and image2 demuxer) updated by
- Moreover, out2123.png is complete garbage: ffmpeg -c:v libopenjpeg -f …
- 5:53 AM Changeset in ffmpeg [9f5a9a74] by
- Changelog: Add missing lines for QSV Signed-off-by: Haihao Xiang …
- 5:52 AM Changeset in ffmpeg [3dc8bcea] by
- lavu/pixfmt: Update the description for AV_PIX_FMT_QSV Since D3D11 …
- 5:52 AM Changeset in ffmpeg [efe2b63c] by
- doc/examples: Add qsv_transcode example Add qsv_transcode example …
- 2:32 AM Ticket #10058 (jpeg2000: support paletted images) updated by
- Replying to ami_stuff: > Replying to [comment:6 Carl Eugen …
- 2:30 AM Ticket #10061 (jpeg2000: crash with forced libopenjpeg decoder and image2 demuxer) created by
- https://github.com/openpreserve/jpylyzer-test-files/raw/master/paletted …
- 1:43 AM Ticket #10058 (jpeg2000: support paletted images) updated by
- Yep, that commit also regressed #9145.
Nov 21, 2022:
- 10:50 PM Ticket #10059 (bonk deadlock/infinite loop with fuzzed file) updated by
-
Priority, Version changed
- 10:48 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by
-
Keywords changed
- 10:09 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) updated by
-
Priority, Keywords, Component changed
- 10:05 PM Ticket #10058 (jpeg2000: support paletted images) updated by
-
Priority, Keywords, Version, Component, Reproduced by developer changed
Regression since d09c35677defb383f69395cef84a5e20c41da6d2, work-around … - 8:32 PM Ticket #10060 (accelerated decoding not working on Raspberry Pi with newer kernels) created by
- Summary of the bug: As of kernel 5.15.61+, HW accelerated decoding of …
- 6:31 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by
- Replying to Cristian Onet: > I'm attaching a patch …
- 3:57 PM Changeset in ffmpeg [c0c0a5f1] by
- fftools/ffmpeg_demux: set default hwaccel_output_format for mediacodec …
- 3:57 PM Changeset in ffmpeg [b7a3f169] by
- avutil/hwcontext: verify hw_frames_ctx in transfer_data_alloc …
- 3:56 PM Changeset in ffmpeg [0ff18a7d] by
- avcodec: add MediaCodec encoder Signed-off-by: Zhao Zhili …
- 3:55 PM Changeset in ffmpeg [3a59446] by
- avcodec/mediacodec: add ANativeWindow support ANativeWindow can be …
- 3:53 PM Changeset in ffmpeg [2697f23] by
- avutil/hwcontext_mediacodec: add ANativeWindow support Signed-off-by: …
- 3:53 PM Changeset in ffmpeg [04056796] by
- avcodec/mediacodecdec: enable NDK mediacodec Signed-off-by: Zhao …
- 3:52 PM Changeset in ffmpeg [4df9cb91] by
- avcodec/mediacodec: add NDK media codec wrapper Signed-off-by: Zhao …
- 3:52 PM Changeset in ffmpeg [4f2ea862] by
- avcodec/mediacodec_wrapper: separate implementation from interface …
- 3:52 PM Changeset in ffmpeg [d4b06c99] by
- avcodec/mediacodecdec_common: fix useless av_buffer_unref Since …
- 3:52 PM Changeset in ffmpeg [2b97fdb8] by
- avcodec/mediacodecdec_common: fix misuse av_free/av_freep …
- 3:52 PM Changeset in ffmpeg [b1facd11] by
- avcodec/mediacodecdec: don't break out if both input and output port …
- 3:51 PM Changeset in ffmpeg [093c4373] by
- avcodec/mediacodec: fix incorrect crop info The crop info is …
- 2:47 PM Changeset in ffmpeg [3e288db] by
- avfilter/avf_showspectrum: set hop_size for showspectrumpic Fixes …
- 12:48 PM Ticket #10058 (jpeg2000: support paletted images) updated by
- Replying to Carl Eugen Hoyos: > Replying to [comment:5 …
- 12:39 PM Ticket #10058 (jpeg2000: support paletted images) updated by
- Replying to ami_stuff: > the crash is reproducible with …
- 12:28 PM Ticket #10058 (jpeg2000: support paletted images) updated by
- the crash is reproducible with this build: …
- 8:37 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by
-
Priority, Keywords changed
- 6:41 AM Ticket #9860 (yuvj420p spam) updated by
- Will fix …
- 4:28 AM Changeset in ffmpeg [4595271] by
- libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 …
- 3:51 AM Ticket #10058 (jpeg2000: support paletted images) updated by
-
Status changed
>Do you get color output with this build: No. Yes, with openjpeg: … - 2:00 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by
-
Priority, Keywords, Component changed
- 1:56 AM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by
-
Summary changed
- 1:15 AM Ticket #10047 (av1_nvenc bugs) updated by
- It is not converting the format at all […] Look at hevc_nvenc …
- 12:24 AM Ticket #10058 (jpeg2000: support paletted images) updated by
- Replying to Balling: > >openjpeg decodes it with palette > …
Nov 20, 2022:
- 11:56 PM Ticket #10058 (jpeg2000: support paletted images) updated by
- Replying to Balling: > >openjpeg decodes it with palette > …
- 11:26 PM Ticket #7485 (HLS not accurately seeking on TS) updated by
- Replying to R. Linden: > Any update onto this? This one …
- 11:25 PM Ticket #10047 (av1_nvenc bugs) updated by
- >but since nvenc doesn't support it, a scaler is autoinserted to …
- 11:23 PM Ticket #10058 (jpeg2000: support paletted images) updated by
- >openjpeg decodes it with palette No, it does not. ffplay -i …
- 8:55 PM Changeset in ffmpeg [ba209e3] by
- swscale/input: Use more unsigned intermediates Same principle as …
- 8:23 PM Changeset in ffmpeg [ce56628] by
- swscale/input: Use unsigned intermediates in rgb64ToUV_c_template …
- 8:23 PM Changeset in ffmpeg [0871cb94] by
- avcodec/vqcdec: Check for end of input in decode_vectors() Fixes: …
- 8:23 PM Changeset in ffmpeg [6634b6ae] by
- avcodec/apac: reset buffer on error Fixes: repeatly parsing the same …
- 7:20 PM Changeset in ffmpeg [96748ac5] by
- avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz …
- 6:47 PM Ticket #4566 (ffmpeg won't copy metadata ("StreamTitle") from audio live stream ...) updated by
- I'm attaching a patch against branch 5.1 that does this in a way that …
- 6:33 PM Ticket #10047 (av1_nvenc bugs) updated by
- Regarding the second part, it's not a bug. The nvenc wrapper supports …
- 6:07 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by
- Through a proxy i've determined the difference between what works …
- 1:47 PM Ticket #10059 (bonk deadlock/infinite loop with fuzzed file) created by
- […]
- 1:44 PM Ticket #10058 (jpeg2000: support paletted images) created by
- https://github.com/openpreserve/jpylyzer-test-files/raw/master/paletted …
- 11:14 AM Ticket #7485 (HLS not accurately seeking on TS) updated by
- Any update onto this?
- 9:46 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by
-
Priority changed
- 9:30 AM Ticket #10057 (wrong bit depth shown in datascope) created by
- Make a test image with 1024 levels of gray: ffmpeg -f lavfi -i …
- 9:03 AM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by
-
Priority, Cc changed
Any Update onto this issue? I basically thought for months that this …
Nov 19, 2022:
- 8:06 PM Ticket #10056 (documentation error in asubcut) closed by
- invalid: You did probably confuse asubcut with asupercut. Documentation of …
- 6:35 PM Changeset in ffmpeg [34eeb466] by
- avfilter/af_surround: fix possible out of array access
- 6:26 PM Ticket #10056 (documentation error in asubcut) created by
- Summary of the bug: https://ffmpeg.org/ffmpeg-filters.html#asubcut …
- 6:08 PM Ticket #10055 (jpeg2000 crash with lowres (ffplay)) created by
- […] […]
- 3:04 PM Changeset in ffmpeg [7f3e38b] by
- avcodec/vp8: Fix wrong vpx_rac_is_end() check The check of …
- 2:56 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) updated by
-
Description changed
- 2:45 PM Ticket #10054 (ffmpeg/ffplay miscalculates $Time$, resulting in time from the future ...) created by
- ffplay seems to grab wrong time, resulting in 404ing the segment …
- 2:20 PM Changeset in ffmpeg [66afa361] by
- avfilter/af_surround: refactor code So support for new i/o layouts …
- 1:15 PM Changeset in ffmpeg [46a4cc46] by
- avfilter/vf_libplacebo: fix normalize_sar calculation This previous …
- 1:15 PM Changeset in ffmpeg [05d39089] by
- avfilter/vf_libplacebo: default to normalize_sar=0 As a result of a …
Nov 18, 2022:
- 11:25 PM Changeset in ffmpeg [3bcec585] by
- avfilter: fix av_tx_fn stride usage for complex inputs
- 8:51 PM Changeset in ffmpeg [fced45fd] by
- avfilter/af_surround: improve LFE loudness
- 8:51 PM Changeset in ffmpeg [52291d2a] by
- avfilter/af_surround: implement smooth option/support
- 8:51 PM Changeset in ffmpeg [3d33003d] by
- avfilter/af_surround: split factors calculations From multiplication …
- 8:51 PM Changeset in ffmpeg [08b4c3d6] by
- avfilter/af_surround: improve front center channel Stops producing …
- 3:18 PM Changeset in ffmpeg [36a8d1e7] by
- avcodec/libx265: fix build error x265_sei is available since …
- 3:14 PM Changeset in ffmpeg [12b4ab5d] by
- avfilter/vf_libplacebo: fix output format selection After commit …
- 3:11 PM Changeset in ffmpeg [d1b14b4f] by
- avfilter/vf_libplacebo: suppress warning on older libplacebo Move the …
- 3:06 PM Ticket #10052 (ljpeg enc crash) updated by
-
Priority, Keywords, Version, Status, Reproduced by developer changed
Regression since 17a59a634c39b00a680c6ebbaea58db95594d13d. - 3:04 PM Ticket #10051 (yuv4 enc crash) updated by
-
Reproduced by developer, Version, Status, Priority, Keywords changed
Regression since 17a59a634c39b00a680c6ebbaea58db95594d13d. - 12:41 PM Ticket #10053 (flashsv enc assertion) created by
- […]
- 12:40 PM Ticket #10052 (ljpeg enc crash) created by
- […] […]
- 12:38 PM Ticket #10051 (yuv4 enc crash) created by
- […] […]
- 12:37 PM Ticket #10050 (phm enc crash) created by
- the same happens with out.pfm […] […]
- 11:58 AM Changeset in ffmpeg [3e681651] by
- avfilter/af_surround: fix regression with channel i/o gain
- 11:58 AM Changeset in ffmpeg [193270ee] by
- avfilter/avf_showspectrum: fix stride and set scale
- 10:10 AM Ticket #10049 (404 when playing a DASH) updated by
-
Description changed
- 10:07 AM Ticket #10048 (2nd and following streams not correct) closed by
- invalid: Need to specify -c:a:X pcm_... for all audio streams.
- 10:02 AM Ticket #10049 (404 when playing a DASH) created by
- Summary of the bug: FFprobe cannot detect a DASH stream. With the same …
- 9:41 AM Ticket #10048 (2nd and following streams not correct) created by
- I have a .mxf file that has several audio PCM 24bit streams. When I …
- 8:03 AM Ticket #10047 (av1_nvenc bugs) updated by
- Another thing I just remembered is -qp for h264_nvenc and hevc_nvenc …
- 7:58 AM Ticket #10047 (av1_nvenc bugs) created by
- Summary of the bug: According to ffmpeg -h encoder=av1_nvenc …
Nov 17, 2022:
- 11:53 PM Changeset in ffmpeg [00409d81] by
- avfilter/af_surround: simplify some code more
- 11:47 PM Ticket #10035 (v210: "packet too small") updated by
- It was some ancient qt codec, I don't remember which one.
- 11:27 PM Changeset in ffmpeg [1c6fd7d7] by
- avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms …
- 11:27 PM Changeset in ffmpeg [031f156] by
- avcodec/libsvtav1: remove compressed_ten_bit_format and simplify …
- 10:41 PM Ticket #10035 (v210: "packet too small") updated by
- Needs -custom_stride -1. What generates this? I guess we can make the …
- 8:49 PM Ticket #10035 (v210: "packet too small") updated by
- Replying to Marton Balint: > Sample file is no longer …
- 8:47 PM Ticket #10046 (Vulkan filters failing with "There are no supported modifiers for the ...) created by
- Summary of the bug: Run this command with any input, quite trivial to …
- 8:30 PM Ticket #10035 (v210: "packet too small") updated by
-
Cc changed
Sample file is no longer available. Can you re-upload somewhere? - 7:27 PM Changeset in ffmpeg [2e53376a] by
- avfilter/af_surround: add more layouts for stereo upmix
- 1:53 PM Changeset in ffmpeg [63db6a02] by
- avformat/concatdec: check that there's extradata before trying to copy …
- 1:38 PM Ticket #5303 (Support float in tiff) reopened by
- [tiff @ 000001d1e0f4eb00] This format is not supported (bpp=32, …
- 1:05 PM Changeset in ffmpeg [cb925c0b] by
- avformat/vpcc: parse bitstream data to get profile and bitdepth …
- 12:54 PM Changeset in ffmpeg [e9a67aba] by
- avcodec/rpzaenc: count in packet size also fixed header
- 12:28 PM Changeset in ffmpeg [4f6c06e8] by
- avfilter/af_firequalizer: switch to TX from lavu
- 11:37 AM Changeset in ffmpeg [59b16355] by
- avfilter/avf_showspatial: switch to lavu TX Also try harder to make …
- 11:37 AM Changeset in ffmpeg [24cd4c96] by
- avfilter/af_loudnorm: simplify query_formats()
- 11:23 AM Changeset in ffmpeg [cc6312dd] by
- fate: Mark the tiff-zip-* tests as requiring zlib Signed-off-by: …
- 10:51 AM Ticket #10045 (cfhd enc assertion) created by
- […] […]
- 10:48 AM Ticket #10044 (rpza enc assertion) created by
- […]
- 9:58 AM Changeset in ffmpeg [6a3e174] by
- doc/developer.texi: refine the "contributing code" section Drop the …
- 9:58 AM Changeset in ffmpeg [66871647] by
- doc/developer.texi: demote the "contributing" chapter to a section It …
- 9:57 AM Changeset in ffmpeg [c0c492dd] by
- doc/developer.texi: extend the argument for submitting patches Stop …
- 9:56 AM Changeset in ffmpeg [26080d15] by
- doc/developer.texi: improve the introductory text Remove confusing …
- 9:52 AM Changeset in ffmpeg [b5826421] by
- fftools/ffmpeg_mux_init: drop an always-false check It cannot be true …
- 9:52 AM Changeset in ffmpeg [13947aff] by
- fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriate
- 9:52 AM Changeset in ffmpeg [19e192ea] by
- fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() …
- 9:52 AM Changeset in ffmpeg [52380a05] by
- fftools/ffmpeg_mux_init: move validating codec avoptions to a separate …
- 9:52 AM Changeset in ffmpeg [0fb7d111] by
- fftools/ffmpeg: move OutputStream.max_frames to MuxStream It no …
- 9:52 AM Changeset in ffmpeg [25620b69] by
- fftools/ffmpeg: stop handling max_frames in do_video_out() Frame …
- 9:52 AM Changeset in ffmpeg [6a8145a4] by
- fftools/ffmpeg_mux_init: move more code from of_open() to …
- 9:52 AM Changeset in ffmpeg [1b076556] by
- fftools/ffmpeg: simplify ost_iter() The inner loop never goes through …
- 9:18 AM Ticket #5303 (Support float in tiff) closed by
- fixed
- 2:32 AM Ticket #10043 (HEVC filler data question) closed by
- invalid: This is a bug tracker, please post all user questions on the FFmpeg …
- 12:15 AM Changeset in ffmpeg [07357e56] by
- avfilter/avf_showspectrum: fix possible hang at EOF May happen when …
Note:
See TracTimeline
for information about the timeline view.
