Timeline



Aug 27, 2020:

11:16 PM Changeset in ffmpeg [ccc7120e] by Paul B Mahol <onemda@gmail.com>
avcodec/flacdec: use designated initializers for AVClass
10:43 PM Changeset in ffmpeg [5c923ce6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cfhd: Remove unused-but-set variable Reviewed-by: Paul B …
8:56 PM Ticket #8866 (libavfilter/vf_yadif_cuda fails to compile) closed by Carl Eugen Hoyos
fixed: Fixed in 71ec3e4583def61fbb32a4815376773ef7c80dee
6:39 PM Changeset in ffmpeg [f7deae72] by Paul B Mahol <onemda@gmail.com>
avfilter/af_arnndn: use memcpy for copying in compute_rnn()
6:39 PM Changeset in ffmpeg [ace1cc6] by Paul B Mahol <onemda@gmail.com>
avfilter/af_arnndn: use scalarproduct_float() in dct function
6:28 PM Ticket #8866 (libavfilter/vf_yadif_cuda fails to compile) updated by Daniel Cantarín
Hi there. I can compile again. I see there was a revert of …
4:10 PM Changeset in ffmpeg [0d460436] by Paul B Mahol <onemda@gmail.com>
avfilter/af_compensationdelay: always initialize w_ptr with 0 It will …
3:11 PM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by Balling
Replying to spoeschel: > The usage of the publish time …
2:39 PM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) updated by Carl Eugen Hoyos
Description changed
2:23 PM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by Stefan Pöschel
The usage of the publish time actually was already part of the …
2:10 PM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by Balling
Replying to onitake: > I attached a patch that removes …
2:10 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Is it possible in FFMPEG to do these color replacements? As example …
2:09 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Is it possible in FFMPEG to do these color replacements? As example …
1:09 PM Xfade edited by Elon Musk
align text (diff)
1:06 PM Xfade edited by Elon Musk
more transitions (diff)
12:55 PM hblur.gif attached to Xfade by Elon Musk
12:54 PM fadegrays.gif attached to Xfade by Elon Musk
12:53 PM wipetr.gif attached to Xfade by Elon Musk
12:52 PM wipetl.gif attached to Xfade by Elon Musk
12:52 PM wipebr.gif attached to Xfade by Elon Musk
12:51 PM wipebl.gif attached to Xfade by Elon Musk
12:45 PM Changeset in ffmpeg [1419bf05] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: do not use alpha for average rgb color
12:45 PM Changeset in ffmpeg [9ebde67f] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: add corner wipe transforms
10:00 AM Ticket #8870 (AVIO_FLAG_DIRECT does not work) created by str
Summary of the bug: I want to reduce buffering overhead when using …
9:10 AM Ticket #8869 (heap-use-after-free in ffmpeg) closed by mkver
invalid: This has already been fixed in git master (namely in …
9:03 AM Ticket #8868 (heap-use-after-free in ffmpeg) closed by mkver
duplicate: Duplicate of #8869.
9:02 AM Ticket #8867 (heap-use-after-free in ffmpeg) closed by mkver
duplicate: Duplicate of #8869.
8:39 AM poc.zip attached to Ticket #8869 by fstark
8:38 AM Ticket #8869 (heap-use-after-free in ffmpeg) created by fstark
Summary of the bug:heap-use-after-free in ffmpeg How to reproduce: …
8:38 AM Ticket #8868 (heap-use-after-free in ffmpeg) created by fstark
Summary of the bug:heap-use-after-free in ffmpeg How to reproduce: …
8:37 AM Ticket #8867 (heap-use-after-free in ffmpeg) created by fstark
Summary of the bug:heap-use-after-free in ffmpeg How to reproduce: …
8:26 AM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by Stefan Pöschel
On this occasion it could make sense to refactor this function in …

Aug 26, 2020:

11:30 PM Changeset in ffmpeg [71ec3e45] by Limin Wang <lance.lmwang@gmail.com>
Revert "avfilter/yadif: simplify the code for better readability" …
10:11 PM Ticket #1598 (Muxing raw h264 into mpegts (and mkv) fails.) updated by Christopher Degawa
Cc changed
9:52 PM Changeset in ffmpeg [ca8e5ded] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_headphone: Fix leak of channel layouts list on error In …
9:52 PM Changeset in ffmpeg [0960da42] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_headphone: Fix segfault upon allocation failure The …
9:52 PM Changeset in ffmpeg [e0754193] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_signature: Avoid cast from function pointer to void* The …
9:52 PM Changeset in ffmpeg [16ea8877] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_signature: Fix leak of string upon error If an error …
9:52 PM Changeset in ffmpeg [37838417] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_signature: Fix leak of inpads' names Reviewed-by: Paul B …
9:52 PM Changeset in ffmpeg [4c5d6e8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_afir: Avoid allocating AVFilterPad names If the names are …
9:52 PM Changeset in ffmpeg [97b1a2c5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_aiir: Fix segfault and leak upon allocation failure The …
9:52 PM Changeset in ffmpeg [281b8187] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/avf_aphasemeter: Don't allocate outpad names These names are …
9:52 PM Changeset in ffmpeg [3ac3f393] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_bm3d: Don't allocate inpad names These names are always …
9:52 PM Changeset in ffmpeg [9b34600b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/f_ebur128: Don't allocate outpad names These names are …
9:52 PM Changeset in ffmpeg [925d2f4f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_decimate: Don't allocate inpad names These names are …
9:52 PM Changeset in ffmpeg [2d349631] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_fieldmatch: Don't allocate inpad names These names are …
9:52 PM Changeset in ffmpeg [7e736cd3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_premultiply: Fix leak of names of inpads These names leak …
9:52 PM Changeset in ffmpeg [080d2c67] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_anequalizer: Don't allocate outpad names These names are …
9:52 PM Changeset in ffmpeg [fdbd579f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_anequalizer: Fix memleak when inserting pad fails It has …
9:39 PM Changeset in ffmpeg [4aac742] by Paul B Mahol <onemda@gmail.com>
avcodec/x86/cfhddsp: try to fix build on x32
9:25 PM Changeset in ffmpeg [e13eb589] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_xfade: add fadegrays transition
9:00 PM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) updated by Carl Eugen Hoyos
Description changed
8:54 PM Ticket #8437 (ffprobe: Wrong aspect ratio is reported) updated by Carl Eugen Hoyos
Description changed
8:48 PM Ticket #8866 (libavfilter/vf_yadif_cuda fails to compile) updated by Carl Eugen Hoyos
Priority, Keywords changed
8:30 PM Ticket #8866 (libavfilter/vf_yadif_cuda fails to compile) created by Daniel Cantarín
Summary of the bug: Today I can't compile ffmpeg with yadif_cuda
7:13 PM Changeset in ffmpeg [389cc142] by Paul B Mahol <onemda@gmail.com>
avcodec/cfhd: add x86 SIMD Overall speed changes for 1920x1080, …
6:31 PM Changeset in ffmpeg [b9ea493a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Check jpeg context against jpeg frame parameters Fixes: …
6:31 PM Changeset in ffmpeg [ad29f9e4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Restrict tag order based on specification "The entries …
6:31 PM Changeset in ffmpeg [ca47402a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8 Fixes: Assertion …
6:31 PM Changeset in ffmpeg [7577f83] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Check the linearization table size Fixes: out of array …
3:44 PM Changeset in ffmpeg [649a6969] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SAR …
12:18 PM Ticket #8846 (Unable to transcode file) closed by Carl Eugen Hoyos
fixed
10:22 AM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by onitake
I attached a patch that removes the incorrect special case completely. …
10:20 AM 0001-Remove-DASH-decoder-special-case-for-publish_time-0-.patch attached to Ticket #8522 by onitake
9:36 AM manifest.mpd attached to Ticket #8522 by Stefan Pöschel
9:35 AM Ticket #8522 (DASH start segment number calculation is wrong for fragment_duration mode) updated by Stefan Pöschel
Cc changed
I can confirm this issue and also, that @publishTime is actually …
8:01 AM Ticket #8846 (Unable to transcode file) reopened by ksampan
Im running in to some other issue when i ran the below command. […]
6:21 AM Changeset in ffmpeg [2a9b9346] by Limin Wang <lance.lmwang@gmail.com>
avfilter/yadif: simplify the code for better readability …
6:20 AM Changeset in ffmpeg [9bb4707b] by Limin Wang <lance.lmwang@gmail.com>
avformat/mpegtsenc: reindent the code Reviewed-by: Marton Balint …
6:20 AM Changeset in ffmpeg [4aa6eda7] by Limin Wang <lance.lmwang@gmail.com>
avformat/mpegtsenc: add registration descriptor for AC-3 and EAC3 …
5:58 AM Ticket #8846 (Unable to transcode file) closed by Carl Eugen Hoyos
fixed
3:23 AM Ticket #8846 (Unable to transcode file) reopened by ksampan
[swscaler @ 00000156894dfc00] deprecated pixel format used, make sure …

Aug 25, 2020:

10:20 PM Changeset in ffmpeg [8f2c1f2c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_amerge: Fix segfault upon allocation failure The amerge …
10:15 PM Changeset in ffmpeg [ae536912] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/avfilter: Fix indentation Forgotten after …
9:46 PM Changeset in ffmpeg [98f7e008] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: fix setting FrameWidth in frame_size_with_refs() …
6:01 PM Changeset in ffmpeg [0892b045] by James Almer <jamrial@gmail.com>
avcodec/av1_parser: fix parsing show_existing_frame headers …
5:53 PM Changeset in ffmpeg [97819f1] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: use a more appropiate AV1ReferenceFrameState pointer …
5:49 PM Changeset in ffmpeg [e76b4b2a] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: fix handling reference frames on show_existing_frame …
5:49 PM Changeset in ffmpeg [afbe9eba] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: infer frame_type in show_existing_frame frames …
5:49 PM Changeset in ffmpeg [e3ed0ce3] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: add OrderHint to CodedBitstreamAV1Context This …
5:29 PM Changeset in ffmpeg [09e260f6] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavf/rtpdec_jpeg: Fix JFIF version. See also b1931321
4:58 PM Changeset in ffmpeg [0a012a53] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavc: Lower MediaFoundation audio encoder priority. The actual …
4:55 PM Ticket #8638 (the mode of fopen in example 'hw_decode' was wrong when used in windows) closed by Carl Eugen Hoyos
fixed: Should be fixed in 68f637b6f94d25f45eee2e9320e0057a548b92e0, thank you …
4:54 PM Changeset in ffmpeg [68f637b6] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
doc/examples: Always open files as "binary", not "text". Fixes ticket …
12:34 PM Ticket #8846 (Unable to transcode file) updated by Tomas Härdin
Replying to ksampan: > I'm facing few issue when I put -f …
9:28 AM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to cehoyos: > Replying to [comment:12
8:30 AM Ticket #8857 (ffmpeg h264_qsv force_key_frames incorret) updated by mikejson
$ ./ffmpeg.exe -c:v mjpeg_qsv -rtbufsize 2000M -s 2560*1440 -f dshow …
8:10 AM Ticket #8865 (Lost frames when decode by mediacodec) updated by jiyang
I don't know how to use mediacodec with ffmpeg command line interface …
7:37 AM Ticket #8865 (Lost frames when decode by mediacodec) updated by Carl Eugen Hoyos
Priority changed
Is this issue not reproducible with ffmpeg, the command line utility?
6:50 AM Ticket #8865 (Lost frames when decode by mediacodec) updated by jiyang
packets return by av_read_frame is normal: […]
6:47 AM Ticket #8865 (Lost frames when decode by mediacodec) created by jiyang
Summary of the bug: All code most sections same with …
6:27 AM Ticket #8846 (Unable to transcode file) closed by Carl Eugen Hoyos
fixed
5:03 AM Changeset in ffmpeg [c8ba0daf] by Guo, Yejun <yejun.guo@intel.com>
dnn/native: add log error message Signed-off-by: Ting Fu …
5:03 AM Changeset in ffmpeg [230cf9d1] by Guo, Yejun <yejun.guo@intel.com>
dnn/native: unify error return to DNN_ERROR Unify all error return as …
3:58 AM Ticket #8846 (Unable to transcode file) reopened by ksampan
I'm facing few issue when I put -f mp4 in ffmpeg command. Can you …
1:02 AM Changeset in ffmpeg [0f7a99e3] by Guo, Yejun <yejun.guo@intel.com>
dnn: move output name from DNNModel.set_input_output to …

Aug 24, 2020:

11:31 PM Ticket #8819 (Bayer pixel formats and hflip/vflip) updated by Carl Eugen Hoyos
hflip should be fixed in b61376bdee61c08732105fa331eb076497eface9
11:29 PM Changeset in ffmpeg [b61376bd] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavfi/hflip: Support Bayer pixel formats. Fixes part of ticket #8819.
11:07 PM Ticket #8846 (Unable to transcode file) closed by Carl Eugen Hoyos
fixed: Fixed in 3092a53cbc48252d29007177205f599c9c6f8769
11:05 PM Changeset in ffmpeg [3092a53c] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavf/mxfdec: Limit score for files with run-in. Only return …
10:41 PM Ticket #8846 (Unable to transcode file) updated by Tomas Härdin
This file is a polyglot, created by "IPV MXF Multiplexer". In other …
9:33 PM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) closed by Carl Eugen Hoyos
duplicate: Fixed by Jan Ekström in d6f293353c94c7ce200f6e0975ae3de49787f91f
9:33 PM Ticket #8860 (A stack-buffer-overflow in aacdec_template.c:539:24) closed by Carl Eugen Hoyos
duplicate: Fixed by Jan Ekström in d6f293353c94c7ce200f6e0975ae3de49787f91f
9:33 PM Ticket #8845 (A stack-buffer-overflow in FFmpeg JIT code) closed by Carl Eugen Hoyos
fixed: Fixed by Jan Ekström in d6f293353c94c7ce200f6e0975ae3de49787f91f
9:32 PM Ticket #8863 (null pointer reference) closed by Carl Eugen Hoyos
fixed: Fixed by Jan Ekström in d6f293353c94c7ce200f6e0975ae3de49787f91f
9:07 PM Changeset in ffmpeg [d6f2933] by Jan Ekström <jeebjp@gmail.com>
avcodec/aacdec_template: add more checks to make sure only 22.2 gets …
9:06 PM Changeset in ffmpeg [de1d6aa0] by Jan Ekström <jeebjp@gmail.com>
avcodec/aacdec_template: keep tabs on layout in sniff_channel_order …
8:54 PM Ticket #8864 (Reducing network consumption) closed by Carl Eugen Hoyos
invalid
8:50 PM Ticket #8864 (Reducing network consumption) created by firae
Hey friends I use code ffmpeg -re -i "http: XXXXXX.m3u8" -vcodec …
7:46 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by Carl Eugen Hoyos
Replying to karl-police: > but why are there these …
7:43 PM Ticket #8846 (Unable to transcode file) updated by Carl Eugen Hoyos
Keywords, Version, Component, Reproduced by developer changed
Could you elaborate a little on this ticket? How was the file created? …
7:10 PM Ticket #8863 (null pointer reference) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Likely related to #8845
4:51 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to pdr0: > Replying to cehoyos: > > …
4:51 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to pdr0: > Replying to cehoyos: > > …
3:55 PM Ticket #8846 (Unable to transcode file) reopened by ksampan
Hello sorry for the delayed response. I have compressend and sent the …
2:40 PM Changeset in ffmpeg [026fea82] by James Almer <jamrial@gmail.com>
Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams It help …
2:30 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by pdr0
Replying to cehoyos: > Replying to pdr0: > > I …
2:29 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by pdr0
Replying to karl-police: > What does -r do? And why …
12:30 PM Changeset in ffmpeg [7969551a] by Nicolas George <george@nsup.org>
fate: remove "-v 0" from ffprobe tests.
9:47 AM poc attached to Ticket #8863 by lys404
9:39 AM Ticket #8863 (null pointer reference) created by lys404
Summary of the bug: There're null pointer in libavutil/mem.c How to …
6:10 AM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by Carl Eugen Hoyos
Replying to pdr0: > I think that artifact is from the fps …
4:44 AM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to pdr0: > I think that artifact is from the fps …
1:09 AM Changeset in ffmpeg [3477feb6] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_mathbinary: add floormod support …
1:09 AM Changeset in ffmpeg [37ef1ace] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_mathbinary: change to function pointer …

Aug 23, 2020:

11:54 PM Changeset in ffmpeg [c8716b50] by James Almer <jamrial@gmail.com>
avcodec/av1_parser: read frame properties directly from …
11:53 PM Changeset in ffmpeg [6c20207d] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: infer frame_type when parsing a show_existing_frame …
11:37 PM Changeset in ffmpeg [f1e92ee3] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: infer frame sizes when not coded in the bitstream …
11:01 PM Changeset in ffmpeg [a7bd3792] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_aformat: Add uninit function Fixes memleaks in case init …
11:01 PM Changeset in ffmpeg [eaa6c08f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/avfiltergraph: Remove unused macro parameter Reviewed-by: …
11:01 PM Changeset in ffmpeg [e013a71f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter: Remove redundant ff_formats/channel_layouts_unref() …
11:00 PM Changeset in ffmpeg [257cd5fa] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_hwdownload: Fix leak of formats list upon error If adding …
9:33 PM Changeset in ffmpeg [2a471af5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/formats: Fix double frees and memleaks on error The formats …
9:32 PM Changeset in ffmpeg [44bcd6f7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on …
9:31 PM Changeset in ffmpeg [fd1a2a54] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on error …
9:29 PM Changeset in ffmpeg [a86ee5fd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_overlay: Fix double-free of AVFilterFormats on error The …
9:28 PM Changeset in ffmpeg [07240c36] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_remap: Fix double-free of AVFilterFormats on error The …
9:27 PM Changeset in ffmpeg [76909c97] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_showpalette: Fix double-free of AVFilterFormats on error …
9:26 PM Changeset in ffmpeg [44e3765] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on error …
9:24 PM Changeset in ffmpeg [27f35fd1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/af_amix: Don't needlessly reallocate table Replace using …
9:09 PM Changeset in ffmpeg [c4beb078] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on error The …
8:05 PM Changeset in ffmpeg [6a654499] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on error The …
6:20 PM Ticket #8267 (memory leaks from libavfilter/graphparser.c in link_filter_inouts) closed by mkver
fixed: Fixed in 426c16d61a9b5056a157a1a2a057a4e4d13eef84.
6:19 PM Ticket #7084 (Memory leak in libavfilter/graphparser.c) closed by mkver
fixed: Fixed in deb6476fd8bc3a3c2b134704ecb804269843ed89. Thank you very much …
5:57 PM Changeset in ffmpeg [deb6476f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/graphparser: Fix memleak when linking filters fails Parsing …
5:57 PM Changeset in ffmpeg [426c16d6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
fftools/ffmpeg: Fix leak of AVFilterInOut in case of error The …
5:57 PM Changeset in ffmpeg [95b8df68] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/graphparser: Check allocations for success parse_filter() …
5:57 PM Changeset in ffmpeg [f33faa5b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/graphparser: Don't set pointer to one beyond '\0' of string …
5:57 PM Changeset in ffmpeg [b3f6dee] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/graphparser: Fix leaks when parsing inputs fails …
5:46 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by pdr0
I think that artifact is from the fps filter, and you're dropping …
5:43 PM Changeset in ffmpeg [b567cb8d] by Mark Thompson <sw@jkqxz.net>
cbs_av1: Fix test for presence of buffer_removal_time element The …
5:42 PM Changeset in ffmpeg [58b85413] by Andriy Gelman <andriy.gelman@gmail.com>
avcodec/v4l2_m2m_enc: reindent after previous commit Signed-off-by: …
5:42 PM Changeset in ffmpeg [8bc7f69c] by Andriy Gelman <andriy.gelman@gmail.com>
avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueued Currently …
5:34 PM Changeset in ffmpeg [994d2567] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: always store temporal_id and spatial_id in …
3:52 PM Changeset in ffmpeg [e2589ac] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afir: make use of vector_fmac_scalar() too
3:20 PM Changeset in ffmpeg [751f2a27] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: fix storage size for render_{width,height}_minus_1 …
2:21 PM Changeset in ffmpeg [568b7b2] by Paul B Mahol <onemda@gmail.com>
avcodec/gif: fix disposal method for first frame and transparent gifs …
2:21 PM Changeset in ffmpeg [1c3a3a4e] by Paul B Mahol <onemda@gmail.com>
avcodec/notchlc: add initial alpha support
12:22 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by Carl Eugen Hoyos
Replying to karl-police: > Replying to [comment:4
12:19 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to cehoyos: > See #7902. Removing the first …
8:40 AM Changeset in ffmpeg [26f81e5e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter: remove useless cast Signed-off-by: Andreas Rheinhardt …
12:12 AM Changeset in ffmpeg [86174197] by Limin Wang <lance.lmwang@gmail.com>
avfilter/f_sidedata: Add SEI_UNREGISTERED frame side data type …

Aug 22, 2020:

11:30 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by Carl Eugen Hoyos
See #7902.
11:19 PM Changeset in ffmpeg [7e619407] by Limin Wang <lance.lmwang@gmail.com>
avformat/mpegtsenc: support DVB 6A descriptor for AC-3 Reviewed-by: …
11:06 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to cehoyos: > This has very little similarities …
10:41 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by Balling
>The color_range=tv shown by ffprobe looks very strange to me. Why? …
10:34 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by karl-police
Replying to cehoyos: > This has very little similarities …
10:05 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) closed by Carl Eugen Hoyos
invalid: FFplay depends on an external library that we do not control, I am …
9:19 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by airbete
Ok, I compiled the git head version and extracted a frame with […] …
8:51 PM Changeset in ffmpeg [5cf439e7] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/ffmetadec.c: Fix Use-of-uninitialized-value Check the …
8:51 PM Changeset in ffmpeg [118e63df] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/nut: Support SSA and ASS subtitles ffmpeg documentation …
7:20 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) updated by Carl Eugen Hoyos
Keywords, Version changed
Please test current FFmpeg git head (the only version supported on …
7:17 PM vokoscreenNG.x264_q0_high.mkv attached to Ticket #8862 by airbete
7:16 PM Ticket #8862 (SDL2 / ffplay cannot do linear transfer/not BT.709 matrix for 4:4:4) created by airbete
Summary of the bug + How to reproduce: I recorded part of my screen …
5:41 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
This has very little similarities with a valid ticket. Does …
5:02 PM Changeset in ffmpeg [a469d29c] by Clément Bœsch <u@pkh.me>
avcodec/dvbsubdec: error out on unsupported coding methods
5:02 PM Changeset in ffmpeg [b0f96f66] by Clément Bœsch <u@pkh.me>
avcodec/dvbsubdec: request samples for missing coding methods
5:02 PM Changeset in ffmpeg [eb4d220a] by Clément Bœsch <u@pkh.me>
avcodec/dvbsubenc: fix onject/object typo
5:02 PM Changeset in ffmpeg [80d2a33d] by Clément Bœsch <u@pkh.me>
avcodec/dvbsubenc: reindent after previous commit
5:02 PM Changeset in ffmpeg [5fc075d] by Clément Bœsch <u@pkh.me>
avcodec/dvbsubenc: merge rectangle encode code blocks
5:02 PM Changeset in ffmpeg [4dbd055d] by Clément Bœsch <u@pkh.me>
avcodec/dvbsub: add "enc" suffix to encoder
5:02 PM Changeset in ffmpeg [346309a7] by Clément Bœsch <u@pkh.me>
avcodec/dvbsub: remove useless indirection in dvbsub_encode.
5:02 PM Changeset in ffmpeg [7d8eafab] by Clément Bœsch <u@pkh.me>
fate: add fate-sub-dvb test The dvbsubtest_filter.ts sample is a …
2:32 PM sprite2.zip attached to Ticket #8861 by karl-police
2:31 PM Ticket #8861 (Creating GIF with full transparent background from PNGs with ...) created by karl-police
Summary of the bug: There's an unwanted outline, how can I fix …
1:53 PM Ticket #8860 (A stack-buffer-overflow in aacdec_template.c:539:24) updated by Zhou Anshunkang
Use ./configure --toolchain=clang-asan && make ffmpeg_g: […]
1:43 PM Ticket #8860 (A stack-buffer-overflow in aacdec_template.c:539:24) updated by Carl Eugen Hoyos
Replying to seviezhou: > {{{ > configuration: …
12:20 PM stack-overflow-output_configure-aacdec_template-539 attached to Ticket #8860 by Zhou Anshunkang
stack-overflow-output_configure-aacdec_template-539
12:19 PM Ticket #8860 (A stack-buffer-overflow in aacdec_template.c:539:24) created by Zhou Anshunkang
== System info == Ubuntu x86_64, clang 6.0, ffmpeg (git-master …
12:06 PM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) updated by Zhou Anshunkang
Summary changed
11:59 AM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) updated by Zhou Anshunkang
Here is the output of ffmpeg_g, I am sorry for my previous post: […]
11:54 AM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) updated by Zhou Anshunkang
Just because although I enabled debug information and disable inline …
11:51 AM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) updated by Cigaes
Just a small question: what is this "JIT code" you are referring to?
11:49 AM heap-overflow-ffmpeg-JIT attached to Ticket #8859 by Carl Eugen Hoyos
11:49 AM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) updated by Carl Eugen Hoyos
Keywords, Component changed
Replying to seviezhou: > {{{ > ./configure …
7:23 AM Changeset in ffmpeg [01a580f1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rzpaenc: Remove set-but-unused variable Reviewed-by: Paul B …
2:37 AM Ticket #8859 (A heap-buffer-overflow in aacdec_template.c:543:15) created by Zhou Anshunkang
== System info == Ubuntu x86_64, clang 6.0, ffmpeg (git-master …

Aug 21, 2020:

10:58 PM Changeset in ffmpeg [3fc3d712] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
avcodec/libaomdec: Set SAR based on RenderWidth and RenderHeight This …
10:43 PM Changeset in ffmpeg [b97eb353] by Michael Bradshaw <mjbshaw@google.com>
avcodec/proresenc: infer array lengths Signed-off-by: Michael …
8:46 PM Changeset in ffmpeg [2459c3f8] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: add different transform types
8:46 PM Changeset in ffmpeg [999f516] by Paul B Mahol <onemda@gmail.com>
avfilter/af_arnndn: use RNN_COPY macro to copy
8:46 PM Changeset in ffmpeg [6158029d] by Paul B Mahol <onemda@gmail.com>
avcodec: add RPZA encoder
8:10 PM Ticket #8858 (Trying to use the hw_decode.exe with a hevc or avc mp4 file results in ...) created by Jun Tian
Summary of the bug: How to reproduce: Built on Windows with …
6:09 PM Changeset in ffmpeg [b30f737f] by Michael Bradshaw <mjbshaw@google.com>
avcodec/proresenc: add support for PQ and HLG Signed-off-by: Michael …
5:01 PM Changeset in ffmpeg [c5b20cfe] by Michael Bradshaw <mjbshaw@google.com>
avformat/movenc: write the colr atom by default The write_colr flag …
4:28 PM Changeset in ffmpeg [242ba4d7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/formats: Remove unused functions This commit removes …
4:18 PM Changeset in ffmpeg [2e0fd50] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/audio: Remove unused array, move used-only-once array …
2:15 PM Ticket #7355 (No MJPEG input with MMAL decoder) updated by lgeek
I haven't yet checked how to submit ffmpeg patches, but I've added …
2:12 PM Changeset in ffmpeg [128e6df1] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_avgpool: Fix invalid assignment, use …
11:55 AM Changeset in ffmpeg [d2206f0c] by Paul B Mahol <onemda@gmail.com>
avcodec/qdmc: reduce insanely huge tables
11:52 AM Changeset in ffmpeg [c5e204c8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/vf_overlay: Remove superfluous ; In a function body, a …
10:41 AM Changeset in ffmpeg [bbe92ed9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
doc/APIchanges: Remove version conflict separator Added in …
10:24 AM Changeset in ffmpeg [d4e29d9c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/fifo: Remove unused functions and headers The functions were …
9:45 AM Ticket #8225 (NVIDIA Driver Bug Affecting Full HW Based Transcoding) updated by smallishzulu
Hi all, I contacted with NVIDIA and they have generated the problem …
9:44 AM Changeset in ffmpeg [2b71cd3e] by Nicolas George <george@nsup.org>
lavu/buffer: forward av_buffer_realloc() error code. Fix CID 1457235.
9:42 AM Ticket #8225 (NVIDIA Driver Bug Affecting Full HW Based Transcoding) updated by nextsux
Hi all, we're facing exactly same issue and came to exactly same …
9:01 AM Changeset in ffmpeg [06f26512] by Nicolas George <george@nsup.org>
lavu/avstring: deprecate av_d2str(). It is no longer used in our code …
5:18 AM Changeset in ffmpeg [412d63fe] by Gyan Doshi <ffmpeg@gyani.pro>
avfilter/libvmaf: mention csv as available log format Signed-off-by: …
2:39 AM Changeset in ffmpeg [a6e830a] by Guo, Yejun <yejun.guo@intel.com>
dnn/native: rename struct ConvolutionalNetwork to NativeModel …

Aug 20, 2020:

10:28 PM Changeset in ffmpeg [b2266961] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/formats: Cosmetics Reviewed-by: Paul B Mahol …
8:41 PM Ticket #8845 (A stack-buffer-overflow in FFmpeg JIT code) updated by jeeb
For the record I posted a patch set that would improve the sanity …
8:01 PM Changeset in ffmpeg [06754f7b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/formats: Factor checking for mergeability out of ff_merge_* …
7:31 PM Changeset in ffmpeg [363f9346] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avfilter/formats: Avoid code duplication when merging samplerates …
6:14 PM Changeset in ffmpeg [621e2625] by James Almer <jamrial@gmail.com>
swscale/x86/output: add missing AVX2 support preprocessor wrappers …
4:55 PM Changeset in ffmpeg [03c8fe49] by Nicolas George <george@nsup.org>
lavfi: remove request_samples. Filters can use …
4:55 PM Changeset in ffmpeg [4ca1fb9d] by Nicolas George <george@nsup.org>
lavfi: remove needs_fifo.
4:55 PM Changeset in ffmpeg [29e0c30b] by Nicolas George <george@nsup.org>
lavfi/vaf_spectrumsynth: switch to activate. Preserve the original …
4:55 PM Changeset in ffmpeg [7c1fbf7c] by Nicolas George <george@nsup.org>
lavfi/vf_overlay_qsv: remove needs_fifo. It is not relevant when …
4:50 PM Changeset in ffmpeg [23bbb010] by James Almer <jamrial@gmail.com>
avcodec/h2645_parse: reset the H2645NAL type value before parsing a …
4:50 PM Changeset in ffmpeg [1e41a9be] by James Almer <jamrial@gmail.com>
avcodec/h2645_parse: skip empty NAL units earlier No point in trying …
4:17 PM Changeset in ffmpeg [a4d28ea0] by James Almer <jamrial@gmail.com>
avcodec/h2645_parse: always return 0 on successful …
4:17 PM Changeset in ffmpeg [c56d787f] by James Almer <jamrial@gmail.com>
avcodec/decode: move the ff_decode_frame_props() prototype to the …
2:58 PM Ticket #8372 (SRT Handling Does Not Clean Up Connection) closed by Marton Balint
fixed: Fixed in 86f5fd471d35423e3bd5c9d2bd0076b14124faee.
2:24 PM Changeset in ffmpeg [86f5fd47] by Marton Balint <cus@passwd.hu>
avformat/libsrt: close listen fd in listener mode In listener mode …
11:27 AM Changeset in ffmpeg [8931c557] by Michael Niedermayer <michael@niedermayer.cc>
avformat/siff: Reject audio packets without audio stream Fixes: …
11:27 AM Changeset in ffmpeg [36f7b835] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/r3d.c: Fix Use-of-uninitialized-value in filename. While …
11:21 AM Changeset in ffmpeg [a606e3b3] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/proresdec2: Setup qmat_chroma according to RDD36 …
10:49 AM Changeset in ffmpeg [9735401] by Nicolas George <george@nsup.org>
ffplay: do not set redundant channel count on abuffersink.
10:49 AM Changeset in ffmpeg [f103731e] by Nicolas George <george@nsup.org>
lavfi/buffersink: add a summary documentation of the API.
10:49 AM Changeset in ffmpeg [1f12b7b1] by Nicolas George <george@nsup.org>
lavfi/buffersink: clearly document that the Params struct are unused.
9:45 AM Changeset in ffmpeg [3b7036bc] by Steven Liu <lq@chinaffmpeg.org>
avutil/video_enc_params: fix code comment Reviewed-by: Zhao Zhili …
7:06 AM Changeset in ffmpeg [d5abb117] by Jun Zhao <barryjzhao@tencent.com>
lavc/libkvazaar: export encoded frame stats Export choosen pict_type …
12:03 AM Ticket #7648 (rw_timeout not working with libsrt) closed by Marton Balint
fixed: I think this got fixed in 290a35aefed250a797449c34d2f9e5af0c4e006a and …
Note: See TracTimeline for information about the timeline view.