Timeline



Dec 23, 2019:

10:25 PM Ticket #8441 (aacenc: Add an option for max bitrate) created by Lastique
Please, add an option for specifying the maximum allowed bitrate or …
10:20 PM Ticket #8440 (libfdk-aacenc: Add an option for max bitrate) created by Lastique
Please, add an option for specifying the maximum allowed bitrate for …
9:47 PM Changeset in ffmpeg [a13af9ae] by Paul B Mahol <onemda@gmail.com>
avformat/sccdec: only change duration for last subtitle
9:39 PM Changeset in ffmpeg [13bffa79] by Paul B Mahol <onemda@gmail.com>
avformat/sccdec: fix sub->pos values
9:16 PM Changeset in ffmpeg [9da7536] by Paul B Mahol <onemda@gmail.com>
avformat/sccdec: fix timestamp of last subtitle Fixes -c:s copy case.
8:43 PM Ticket #8439 (audio_frame_queue: Incorrect dequeued timestamps) created by Lastique
The ff_af_queue_add/ff_af_queue_remove functions do not reproduce the …
7:24 PM Changeset in ffmpeg [547b0c61] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_fade: reindent after previous commit
7:16 PM Changeset in ffmpeg [6c9a9dd2] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_fade: add support for gbrp/gbrap formats
7:14 PM Changeset in ffmpeg [5dc527f9] by Paul B Mahol <onemda@gmail.com>
lavc/midivid: check return value of init_get_bits8() Fix CID 1456088 …
7:09 PM Changeset in ffmpeg [94ad5d01] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: factor some constants out
6:56 PM Changeset in ffmpeg [94682555] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: check if gaps between clock bits are big …
5:02 PM Changeset in ffmpeg [16968b61] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: use special struct to hold line items
5:01 PM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) updated by Marton Balint
Also, the encoder might not be wrong, if the 4:3 content is …
4:02 PM Changeset in ffmpeg [0115dbd0] by Nicolas George <george@nsup.org>
avfilter/avfilter: update documentation of avfilter_graph_create_filter
4:02 PM Changeset in ffmpeg [61097535] by Nicolas George <george@nsup.org>
avfilter/buffersink: deprecate AVBufferSinkParams and AVABufferSinkParams
4:02 PM Changeset in ffmpeg [07ffdedf] by Nicolas George <george@nsup.org>
avfilter/buffersink: replace init_opaque by init The argument …
4:02 PM Changeset in ffmpeg [807e90d2] by Nicolas George <george@nsup.org>
avfilter/buffersink: remove unused macros
4:02 PM Changeset in ffmpeg [bf08264d] by Nicolas George <george@nsup.org>
avfilter/buffersrc: remove redundant flag !(c->pix_fmt != …
3:36 PM Changeset in ffmpeg [f0b3b550] by Gyan Doshi <ffmpeg@gyani.pro>
avformat/mpegtsenc: warn users if codec isn't supported The MPEG-TS …
2:49 PM Changeset in ffmpeg [c75f246a] by James Almer <jamrial@gmail.com>
avcodec/noise_bsf: remove superfluous fail label Signed-off-by: James …
2:13 PM Changeset in ffmpeg [ec2a8e33] by Steven Liu <lq@chinaffmpeg.org>
Changelog: Fix typo of comments Signed-off-by: Steven Liu …
12:03 PM Changeset in ffmpeg [f09ae730] by Nicolas George <george@nsup.org>
lavfi/buffersrc: push frame directly. This allows to remove the …
12:03 PM Changeset in ffmpeg [02daafb4] by Nicolas George <george@nsup.org>
lavfi: remove AVFilterPad.poll_frame(). This design is no longer used …
12:03 PM Changeset in ffmpeg [f3a6ef69] by Nicolas George <george@nsup.org>
lavfi/buffersrc: remove poll_frame.
12:03 PM Changeset in ffmpeg [65e6850c] by Nicolas George <george@nsup.org>
lavfi: remove ff_poll_frame(). It is never used.
12:03 PM Changeset in ffmpeg [9ea7e689] by Nicolas George <george@nsup.org>
lavfi/buffersrc: remove fifo. The frame is immediately pushed, the …
11:51 AM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) closed by Marton Balint
invalid: I dont think this is an issue in ffmpeg. The old firmware writes …
10:30 AM Ticket #8433 (DeckLink Mini Recorder && VANC op-47 subtitles) closed by Marton Balint
invalid: This should work, the decklink input device provides a dvb_teletext …
9:26 AM Changeset in ffmpeg [03eb96f9] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: fix check for failed av_calloc Signed-off-by: …
7:39 AM Changeset in ffmpeg [5b42d335] by Steven Liu <lq@chinaffmpeg.org>
avformat/hls: Use av_packet_move_ref() for packet ownership transfer …
6:05 AM Changeset in ffmpeg [74a8be35] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix check for presence of webvtt muxer …
6:05 AM Changeset in ffmpeg [5ba3a895] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix memleaks with repeating parameters When a …
6:05 AM Changeset in ffmpeg [53c1458b] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix return value from localtime_r failure "If an …
6:05 AM Changeset in ffmpeg [149ee954] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix potential segfault upon allocation failure The …
6:05 AM Changeset in ffmpeg [bd131b6] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix leak of options when writing packets Under …
6:05 AM Changeset in ffmpeg [9e4b3ccb] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix leak of options when initializing muxing fails …
6:05 AM Changeset in ffmpeg [ae843050] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Only allocate when data is known to be needed …
6:05 AM Changeset in ffmpeg [728c44b8] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix typo in error message Signed-off-by: Andreas …
6:05 AM Changeset in ffmpeg [7d6637bc] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: Fix leak of child AVFormatContext Before ed897633, …
5:23 AM Ticket #8438 (ffmpeg nvenc encoding failed with Tesla T4 card) updated by haisk
Just found out, it only happen if I use -hwaccel nvdec …
3:51 AM Ticket #8438 (ffmpeg nvenc encoding failed with Tesla T4 card) created by haisk
My build is based on the master branch and with CUDA 10.2 (from CUDA …
1:46 AM Changeset in ffmpeg [c1e21504] by Jun Zhao <barryjzhao@tencent.com>
fftools/cmdutils: Fix break command dump for -map option Before this …

Dec 22, 2019:

4:38 PM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by rudolfs.bundulis
Ok, I'll retest with git head and provide feedback as well as the full …
5:52 AM Ticket #2333 (mkv + ac3 remux adds a little time) closed by mkver
needs_more_info: I am closing this as needs_more_info, because there have been no …

Dec 21, 2019:

7:10 PM Changeset in ffmpeg [231ffd7e] by James Almer <jamrial@gmail.com>
avcodec/hevcdec: keep closed captions in sync between multiple thread …
7:02 PM Changeset in ffmpeg [e890ce62] by Paul B Mahol <onemda@gmail.com>
avfilter/af_adeclick: implement timeline support
2:57 PM Changeset in ffmpeg [191df4f2] by James Almer <jamrial@gmail.com>
avformat/movenc: use iso6 major brand when signed CTS offsets are used …
2:57 PM Changeset in ffmpeg [245ace4] by James Almer <jamrial@gmail.com>
avformat/movenc: ensure we don't write the major brand as a compatible …
2:57 PM Changeset in ffmpeg [58ac7608] by James Almer <jamrial@gmail.com>
avformat/movenc: write the major brand also as the first compatible …
2:32 PM Ticket #6634 (Regression when decoding aac) updated by max79
Thanks for the gift :) Issue now fixed. Happy Holidays guys, you …
2:02 PM Changeset in ffmpeg [1fcbaa37] by Michael Niedermayer <michael@niedermayer.cc>
fftools/ffmpeg: Reindent after last commit Signed-off-by: Michael …
2:01 PM Changeset in ffmpeg [15345881] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdup …
1:46 PM Changeset in ffmpeg [f40fb796] by Michael Niedermayer <michael@niedermayer.cc>
fftools/ffmpeg: Fix forward CPB props in to out CPB side_data is …
11:11 AM Changeset in ffmpeg [26f4ee37] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: if parity bit check fails, set correct value …
2:18 AM Ticket #8314 (memory leaks in wtvfile_open_sector()) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Component, Reproduced by developer changed
1:46 AM Changeset in ffmpeg [5e5bbd2] by James Almer <jamrial@gmail.com>
avcodec/h264_sei: fix the size of user data unregistered According to …

Dec 20, 2019:

8:04 PM Ticket #6924 (ffmpeg Video Levels) closed by Carl Eugen Hoyos
invalid
7:37 PM Changeset in ffmpeg [a86bb2f6] by James Zern <jzern@google.com>
doc/encoders: correct the description for ts_target_bitrate …
5:08 PM Changeset in ffmpeg [786a2da] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_readeia608: rewrite processing, make extracting more …
4:55 PM Changeset in ffmpeg [dbb05176] by James Almer <jamrial@gmail.com>
avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption …
3:47 PM Ticket #6924 (ffmpeg Video Levels) reopened by NNois
hi, Im having too the same problem but that's working in some case but …
10:10 AM Ticket #8368 ([FFmpeg-vaapi][Enhancement] Add support for overlay filter.) updated by Carl Eugen Hoyos
Priority, Keywords, Version changed
10:09 AM Ticket #7494 (Error concealment is broken for 422 content) updated by Carl Eugen Hoyos
Keywords changed
10:00 AM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) updated by Carl Eugen Hoyos
Priority, Keywords changed
If there is an issue, it is a regression since …
9:59 AM Ticket #7494 (Error concealment is broken for 422 content) updated by Carl Eugen Hoyos
Keywords changed
3:16 AM Ticket #8368 ([FFmpeg-vaapi][Enhancement] Add support for overlay filter.) updated by Sun, Xinpeng
Patch has been updated at https://patchwork.ffmpeg.org/patch/16891/. …

Dec 19, 2019:

10:35 PM Changeset in ffmpeg [99f505d2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/icecast: Free the right buffer on error In case an AVBPrint …
10:30 PM Changeset in ffmpeg [abf5e7bc] by James Almer <jamrial@gmail.com>
avformat/tls_openssl: don't use libcrypto locking functions with newer …
9:29 PM Encode/H.264 edited by llogan
removed unsubstantiated (and misplaced) lossless claim (diff)
2:35 PM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) created by Peter Krefting
Summary of the bug: At $DAYJOB, we are using ffmpeg/ffprobe to detect …
2:18 PM Ticket #8434 (ffmpeg hangs reading HLS) closed by Steven Liu
wontfix: Look at the hls m3u8 content: […] It have no EXT-X-ENDLIST,so it …
2:04 PM Ticket #8434 (ffmpeg hangs reading HLS) updated by Carl Eugen Hoyos
Is the issue reproducible with current FFmpeg git head?
1:58 PM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by Carl Eugen Hoyos
Version changed
Is the issue reproducible with current FFmpeg git head? Please provide …
11:41 AM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) updated by rudolfs.bundulis
Version changed
11:40 AM Ticket #8435 (ffmpeg sets opus audio to stereo in SDP even though it is mono) closed by rudolfs.bundulis
invalid
11:37 AM mono_opus_sample.mp4 attached to Ticket #8436 by rudolfs.bundulis
Big buck bunny with a silent opus mono audio track
11:37 AM Ticket #8436 (ffmpeg sets opus audio to stereo in SDP even though it is mono) created by rudolfs.bundulis
Summary of the bug: ffmpeg sets a=rtpmap:98 opus/48000/2 indicating a …
11:22 AM Ticket #8435 (ffmpeg sets opus audio to stereo in SDP even though it is mono) created by rudolfs.bundulis
Summary of the bug: ffmpeg sets a=rtpmap:98 opus/48000/2 indicating a …
10:20 AM Ticket #8433 (DeckLink Mini Recorder && VANC op-47 subtitles) updated by ANTON CHELOSHKIN
libzvbi-dev is already the newest version (0.2.35-13).
10:18 AM Ticket #8434 (ffmpeg hangs reading HLS) created by longkas
Summary of the bug: Hello, I try to use ffmpeg to read live HLS stream …
9:29 AM Ticket #8433 (DeckLink Mini Recorder && VANC op-47 subtitles) created by ANTON CHELOSHKIN
Summary of the bug: i need stream video with subtitles from SDI …
6:47 AM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
You understand that pirates on rarbg use ffmpeg? The metadata is …
4:04 AM Changeset in ffmpeg [8887991a] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: add missing valid range of values for num_cb_points …
12:11 AM Ticket #8432 (Invalid manifest created by dash muxer output) updated by Carl Eugen Hoyos
Keywords changed

Dec 18, 2019:

10:41 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Yes, I know, it is a "bad link". But I do not have any more scripts, I …
10:22 PM Ticket #8432 (Invalid manifest created by dash muxer output) closed by pcgeek86
invalid: I was receiving the error, because I was trying to open the MDP file …
9:36 PM Ticket #8432 (Invalid manifest created by dash muxer output) created by pcgeek86
Summary of the bug: I am using ffmpeg to ingest an rtsp stream, …
6:41 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
It is now first google result. As i said links, I already have …
1:15 PM Changeset in ffmpeg [aad0e26] by Martin Storsjö <martin@martin.st>
checkasm: aacpsdsp: Tolerate extra intermediate precision in …
1:15 PM Changeset in ffmpeg [e10654de] by Martin Storsjö <martin@martin.st>
ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs …
12:21 AM Ticket #8415 (image2 strftime %z not supported) updated by Alexandre Heitor Schmidt
Cc changed
12:19 AM Ticket #8415 (image2 strftime %z not supported) updated by Alexandre Heitor Schmidt
I see your command line specifies output as this: […] It may be a …

Dec 17, 2019:

10:41 PM Changeset in ffmpeg [bd831912] by Michael Niedermayer <michael@niedermayer.cc>
swscale/aarch64: use multiply accumulate and increase vector factor to …
10:41 PM Changeset in ffmpeg [e43d66dc] by Michael Niedermayer <michael@niedermayer.cc>
lavc/h264dec.h: remove unused ff_h264_decode_slice_header Once …
9:22 PM Ticket #8431 (-frames on 2 image streams discards 1 frame) created by Jérôme Martinez
Summary of the bug: With 2 image streams as input, " -frames" option …
8:41 PM Ticket #8401 (vc2 encoding is broken for non-multiple of 64 width videos) closed by Carl Eugen Hoyos
fixed: Should be fixed since 377a095dc37222a373fba00579145e77629a5e81
5:36 PM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by Joshua
I wanted to bump this as it is still a major bug in the handling of …
5:20 PM Changeset in ffmpeg [fb705e40] by James Almer <jamrial@gmail.com>
FATE/hevc.mak: cosmetic for fate-hevc-paired-fields Adjust the order …
5:12 PM Changeset in ffmpeg [ed2bd94f] by James Almer <jamrial@gmail.com>
FATE: add test for hevc files with 4 TUDepth(0..4) of cbf_cb/cbf_cr 5 …
5:12 PM Changeset in ffmpeg [d31a2902] by James Almer <jamrial@gmail.com>
lavc/hevc_cabac: fix cbf_cb and cbf_cr for transform depth 4 The max …
2:56 PM Changeset in ffmpeg [377a095] by Lynne <dev@lynne.ee>
vc2enc: zero padding of the coefficient buffer Wavelet types with …
1:37 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
The first step, IMHO, would be to support the video and meta-data from …
12:30 PM Changeset in ffmpeg [3530fdc7] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_stack: set framerate to VFR when inputs frame rates differs
8:22 AM Changeset in ffmpeg [0f50be62] by Martin Storsjö <martin@martin.st>
fate: Add an option for disabling the 2k/4k tests When testing on a …
12:21 AM Ticket #5578 (Disabling Icy-Metadata header not working) updated by ePirat
Cc changed

Dec 16, 2019:

11:57 PM Changeset in ffmpeg [efefba6] by Ruiling Song <ruiling.song@intel.com>
lavc/vaapi_encode: grow packet if vaMapBuffer returns multiple buffers …
11:49 PM Changeset in ffmpeg [2e2dfe66] by Ruiling Song <ruiling.song@intel.com>
avfilter: Add tonemap vaapi filter for H2S It performs HDR(High …
11:29 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
Replying to j-b: Remember what happened to Linus for his …
11:28 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Well, now you are switching to "shoot the messenger"... But I think …
11:26 PM Ticket #2874 (Export image2 file name as frame metadata) updated by Alexandre Heitor Schmidt
New implementation sent: …
9:48 PM Ticket #5578 (Disabling Icy-Metadata header not working) updated by Carl Eugen Hoyos
Keywords changed
9:45 PM Changeset in ffmpeg [9f6a06d] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232
9:36 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by j-b
Replying to mario66: > but no one in the ffmpeg community …
7:53 PM Changeset in ffmpeg [84db6789] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavu/log: Also print the log level for level trace.
7:52 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Carl Eugen Hoyos
Replying to mario66: > I do not want that people feel …
7:48 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Replying to Balling: Once again thanks for the technical …
6:48 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Tomas Härdin
Replying to mario66: > So tell me again, how is this not …
6:36 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
Dolby Vision encoding is already supported, what is not supported in …
4:38 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Some sources for my explanation: …
3:14 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Yes, AFAIK, x265 (the encoder I used) already supports both HDR10+ and …
3:04 PM Changeset in ffmpeg [c07a7724] by James Almer <jamrial@gmail.com>
lavc/cbs_h2645_syntax_template: Fix memleak payload_count is used to …
3:04 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
It will never be obsolete, because Nvidia (nvenc) and Intel (mediasdk) …
2:45 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Replying to Balling: HDR metadata does specify …
1:21 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
Again. Wrong. Any modern display is HDR, just because it is brighter …
1:08 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
Replying to Balling: I appreciate your more technical …
12:51 PM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
Replying to mario66: You are 100 percent wrong. 10 bit …
11:00 AM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Illya
Replying to mario66: > Also it is sad to see that the …
10:00 AM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by mario66
gdgsdg123, you do not really understand what HDR mean in …
6:05 AM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by Balling
Replying to gdgsdg123: LG C9 OLED after calibration in …
3:27 AM Ticket #7037 (ffmpeg destroys HDR metadata when encoding) updated by gdgsdg123
Replying to mario66: > HDR is already in the mass market. …
Note: See TracTimeline for information about the timeline view.