Timeline



Oct 30, 2018:

11:55 PM Changeset in ffmpeg [7aaf092f] by James Almer <jamrial@gmail.com>
avcodec/cbs_vp9: store profile in the private context Derived from …
11:54 PM Changeset in ffmpeg [ec440339] by James Almer <jamrial@gmail.com>
avcodec/cbs_vp9: keep track of reference frames Signed-off-by: James …
10:22 PM Changeset in ffmpeg [edcdf351] by Mark Thompson <sw@jkqxz.net>
cbs_vp9: Ensure that reserved zero bits are actually zero
10:08 PM Changeset in ffmpeg [ad5ca1fb] by Lou Logan <lou@lrcd.com>
doc/hls: fix grammar for HLS options This fixes the grammar of two …
8:18 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by U. Artie Eoff
Ok, I guess I am a little confused about the meaning. Maybe @jkqxz …
5:06 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by haihao
I mentioned VAConfigAttribEncSliceStructure is a hint only, driver may …
2:32 PM Ticket #7524 (missing PCR timestamps in secondary streams with the MPEGTS muxer) updated by Mark Sanders
Hi, I came up with a solution! The current implementation of the …
2:30 PM Ticket #7524 (missing PCR timestamps in secondary streams with the MPEGTS muxer) created by Mark Sanders
Summary of the bug: When using the MPEG-TS muxer only the primary …
9:34 AM Ticket #7519 (VAAPI: Allow software fallback to be disabled on command-line) updated by Linjie.Fu
Provided a patch to return directly if the hardware init fails. This …
6:07 AM Changeset in ffmpeg [32d021cf] by James Zern <jzern@google.com>
avcodec/libvpxdec: fix setting auto threads a thread count of 0 is …
5:17 AM Changeset in ffmpeg [f3bcb9c] by Jun Zhao <jun.zhao@intel.com>
lavu/frame: Add error report if av_image_fill_pointers fail. Add …
5:16 AM Changeset in ffmpeg [903f2bea] by Jun Zhao <jun.zhao@intel.com>
lavc/decode: Fix the error number report if av_image_fill_pointers …
4:05 AM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by U. Artie Eoff
This bug is not really about i965 backend driver. It was only …
3:42 AM Ticket #7242 (zoompan filter variables 'in' and 'on' start at 2, 1 instead of at 0) updated by Jim DeLaHunt
Tested this fix with the same invocation as before, but this time on …
3:41 AM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by haihao
VAConfigAttribEncSliceStructure is a hint only, so it is not mandatory …
3:11 AM Changeset in ffmpeg [1ff4bd59] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc.c: fix the output's duration smaller than input's in …
3:10 AM Changeset in ffmpeg [76b8e42c] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc.c: the size of init.mp4 is zero. The size of init.mp4 …
3:09 AM Changeset in ffmpeg [2365f47b] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc.c: remove the useless variable fmp4_init_mode. …
3:08 AM Changeset in ffmpeg [e9dbd62c] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc.c: fix memory leak in fmp4 mode. Signed-off-by: …
3:07 AM Changeset in ffmpeg [3d1b7954] by Steven Liu <lq@chinaffmpeg.org>
avformat/hlsenc: fix the duration of m4s segment is unusually smaller …
2:13 AM Changeset in ffmpeg [78862488] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp9: Check in decode_tiles() if there is data remaining …
2:13 AM Changeset in ffmpeg [0fb83b4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp56: Add vpX_rac_is_end() to check for the end of input …
2:00 AM Ticket #6378 (hevc_qsv encoder failed with 'Selected ratecontrol mode is not ...) closed by Zhong,Li
fixed: QSV HEVC encoding on linux was broken quite a long time. A patch on …
1:47 AM Ticket #7418 ([ffmpeg-qsv]Segmentation fault when uploading a 1080p rawvideo.) updated by Carl Eugen Hoyos
Version, Component changed
1:44 AM Ticket #5708 (Intermittently, encoding video with h264 Quick Sync can fail with ...) closed by Zhong,Li
fixed
1:42 AM Ticket #7330 (ffmpeg 4.0 fails to transcoding one 4k clip) updated by Carl Eugen Hoyos
Resolution changed
1:41 AM Ticket #7418 ([ffmpeg-qsv]Segmentation fault when uploading a 1080p rawvideo.) closed by Zhong,Li
fixed: Commid_id 681aa7d14f97fd98181ca6d61e11be48fe65692d has fixed this …
1:29 AM Ticket #7330 (ffmpeg 4.0 fails to transcoding one 4k clip) closed by Zhong,Li
wontfix
1:27 AM Ticket #7431 ([ffmpeg-qsv][avc encode] option "'userawref" is not support) closed by Zhong,Li
wontfix
12:53 AM Ticket #7521 (FFmpeg failed to build tests/api/api-h264-slice-test.c with error ...) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed

Oct 29, 2018:

11:40 PM Ticket #7502 (VAAPI encoding on Coffee Lake skipping/missing frames) updated by Dan Seeker
@jkqxz yes changing the sample_aspect_ratio did correct all the frame …
9:38 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by U. Artie Eoff
Yes, this is definitely a iHD driver bug. Filed issue at …
8:50 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by jkqxz
The driver seems to have only used part of (or overwritten some of?) …
8:26 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) updated by Carl Eugen Hoyos
Priority changed
7:44 PM Ticket #7522 ([regression] VAAPI: MPEG2 Encode Core Dump) closed by jkqxz
fixed: c0692cb2bb3b51660b501f14bd344005c68df465 Thank you for the report!
7:41 PM Changeset in ffmpeg [c0692cb2] by Mark Thompson <sw@jkqxz.net>
vaapi_encode_mpeg2: Fix width/height columns/rows confusion Fixes #7522.
6:47 PM Ticket #7523 (VAAPI: Fail to Decode an H264 LP Multi-Slice Encoded Video) created by U. Artie Eoff
Summary of the bug: With ffmpeg-vaapi on iHD driver, unable to …
6:29 PM Ticket #7522 ([regression] VAAPI: MPEG2 Encode Core Dump) updated by Carl Eugen Hoyos
Priority, Keywords changed
5:07 PM Ticket #7522 ([regression] VAAPI: MPEG2 Encode Core Dump) created by U. Artie Eoff
Summary of the bug: Any MPEG2 encoding (CQP with I, IP or IPB frames) …
4:00 PM Changeset in ffmpeg [4885ff66] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp3: reindent unpack_superblocks() Signed-off-by: Michael …
4:00 PM Changeset in ffmpeg [b5e7e437] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp3: Do not recalculate coded_fragment_list for keyframes …
4:00 PM Changeset in ffmpeg [f5631808] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp3: Reuse local variable in unpack_superblocks() …
4:00 PM Changeset in ffmpeg [88e3807a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp3: Do not initialize unused tables for keyframes in …
3:45 PM Changeset in ffmpeg [7e1add2] by Paul B Mahol <onemda@gmail.com>
doc/filters: add small description to geq filter section Previously …
10:48 AM Ticket #6885 (Some media files don't work on FFmpeg as HTTP stream-in (worked with ...) updated by qichaoshen
The previous modification is not correct. The implement of …
10:30 AM Ticket #7330 (ffmpeg 4.0 fails to transcoding one 4k clip) updated by Zhong,Li
This clip is H264 6.0 level. However, The maximum level supported by …
10:14 AM Ticket #7330 (ffmpeg 4.0 fails to transcoding one 4k clip) updated by Zhong,Li
Replying to cehoyos: > Where can the sample be found? It …
9:26 AM Ticket #2690 (Red Cinema r3d files not supported) updated by Ewout
Still not supported with build ffmpeg-20181028-bdfd2e3 […]
8:47 AM Ticket #7488 (CRF value not working when encoding with libaom in AV1 (2)) updated by Ewout
jamrial …
8:36 AM Ticket #7242 (zoompan filter variables 'in' and 'on' start at 2, 1 instead of at 0) closed by Elon Musk
fixed: Fixed in 983288538669f19df3b6f1e19b00488a5d2ec8bd.
8:12 AM log_x86_test.log attached to Ticket #7521 by KarenHuang
log_x86_test
8:11 AM Ticket #7521 (FFmpeg failed to build tests/api/api-h264-slice-test.c with error ...) created by KarenHuang
Summary of the bug: FFmpeg failed to build …

Oct 28, 2018:

9:33 PM Changeset in ffmpeg [e95987f6] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: fix memory leaks reported by coverity
9:02 PM Ticket #7501 (hevc_qsv decoding failed to initialize) closed by Samuel
invalid
9:00 PM Ticket #7501 (hevc_qsv decoding failed to initialize) updated by Samuel
Thank you very much +1 I had tried h264_qsv with the same result, and …
5:39 PM Ticket #7501 (hevc_qsv decoding failed to initialize) updated by jkqxz
Replying to Sami32: > Summary of the bug: > Tested on …
5:20 PM Ticket #7502 (VAAPI encoding on Coffee Lake skipping/missing frames) updated by jkqxz
Can you try with …
4:59 PM Ticket #7519 (VAAPI: Allow software fallback to be disabled on command-line) updated by jkqxz
Component changed
From the libavcodec perspective this is already present - just refuse …
4:51 PM Ticket #7507 (hwupload: missing device platform) updated by jkqxz
Replying to msiders: > {{{ > ffmpeg \ > -init_hw_device …
4:42 PM Changeset in ffmpeg [7070955d] by Mark Thompson <sw@jkqxz.net>
libaomenc: Add support for tiles Adds an option to specify the number …
2:00 PM Changeset in ffmpeg [0c8b5cb] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: add alias for sample_noise end Added the same one …
1:31 PM Changeset in ffmpeg [bb54c0ae] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afftdn: switch to activate
7:16 AM Changeset in ffmpeg [bdfd2e3c] by Jun Zhao <jun.zhao@intel.com>
lavc/libxavs2: Remove yuv420p10le from fromat list. now libxavs2 …
7:10 AM Changeset in ffmpeg [6885fa74] by Jun Zhao <jun.zhao@intel.com>
lavc/libdavs2: Remove yuv420p10le from fromat list. now libdavs2 …
6:20 AM Changeset in ffmpeg [c00ed8d0] by Jun Zhao <jun.zhao@intel.com>
lavc/libxavs2: enable OpenGop Signed-off-by: hwren <hwrenx@126.com>
6:20 AM Changeset in ffmpeg [4c23262] by Jun Zhao <jun.zhao@intel.com>
lavc/libxavs2: fix intra period meaning conflict Signed-off-by: hwren …
6:20 AM Changeset in ffmpeg [9c190ad3] by Jun Zhao <jun.zhao@intel.com>
lavc/libxavs2: unified naming style Signed-off-by: hwren <hwrenx@126.com>
12:22 AM Changeset in ffmpeg [0e853b61] by Michael Niedermayer <michael@niedermayer.cc>
avutil/integer: Fix integer overflow in av_mul_i() Found-by: fate …
12:22 AM Changeset in ffmpeg [707ec3cf] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/msrle: Check that the input is large enough to contain a end …
12:22 AM Changeset in ffmpeg [1bcc79db] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handling …
12:22 AM Changeset in ffmpeg [6763ff89] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Fix typo in sprite delta check Fixes: Integer …
12:22 AM Changeset in ffmpeg [ced37ef5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_cavlc: Check mb_skip_run Fixes: …
12:22 AM Changeset in ffmpeg [a3ef90a7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ra144: Fix integer overflow in add_wav() Fixes: signed …
12:22 AM Changeset in ffmpeg [d17d0803] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Never store negative values in last_IP_duration …
12:22 AM Changeset in ffmpeg [e9975d1b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Fix integer overflow in discontinuity check Fixes: …
12:22 AM Changeset in ffmpeg [0cbd4fb9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/unary: Improve get_unary() docs Found-by: kierank …
12:22 AM Changeset in ffmpeg [848726af] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/gdv: Replace divisions by shifts in rescale() Divisions tend …
12:22 AM Changeset in ffmpeg [50aa132f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dvdsubdec: Sanity check len in decode_rle() Fixes: Timeout …
12:22 AM Changeset in ffmpeg [f80da843] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videodec: Fix undefined shift in get_amv() Fixes: …
12:22 AM Changeset in ffmpeg [127ec77e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/zmbv: Check that the decompressed data size is correct This …
12:22 AM Changeset in ffmpeg [80af29f3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/zmbv: Update decomp_len in raw frames decomp_len is used in …
12:22 AM Changeset in ffmpeg [98709a12] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/shorten: Fix bitstream end check in read_header() Fixes: …
12:22 AM Changeset in ffmpeg [1a106752] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dvdsubdec: Avoid branch in decode_run_8bit() Speed improvment …
12:22 AM Changeset in ffmpeg [ab5d9307] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_refs: Document last if() in …
12:22 AM Changeset in ffmpeg [ee8b4c1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ra144: Fix undefined integer overflow in add_wav() Fixes: …
12:22 AM Changeset in ffmpeg [073a65a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/indeo4: Check dimensions in decode_pic_hdr() Fixes: Timeout …
12:22 AM Changeset in ffmpeg [eab5f6e4] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Error on too large stsd entry counts. Entries are …
12:22 AM Changeset in ffmpeg [462edf5b] by Michael Niedermayer <michael@niedermayer.cc>
examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER …
12:22 AM Changeset in ffmpeg [b61b3876] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb() Fixes: …
12:22 AM Changeset in ffmpeg [88afcff2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vb: Check for end of bytestream before reading blocktype …
12:22 AM Changeset in ffmpeg [812f7fae] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/snowdec: Fix integer overflow with motion vector residual …
12:22 AM Changeset in ffmpeg [0ef49c08] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nsvdec: Do not parse multiple NSVf The specification states …
12:22 AM Changeset in ffmpeg [ff5196a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mlvdec: read_string() received unsigned size, make the …
12:22 AM Changeset in ffmpeg [17c0347] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header() …
12:22 AM Changeset in ffmpeg [007da839] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/scpr: Check for min > max in decompress_p() Fixes: Timeout …
12:22 AM Changeset in ffmpeg [e3cc5e81] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/shorten: Fix signed 32bit overflow in shift in …
12:22 AM Changeset in ffmpeg [ec573bd2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/shorten: Fix integer overflow in residual/LPC combination …
12:22 AM Changeset in ffmpeg [7f480bed] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/shorten: Check verbatim length Fixes: Timeout Fixes: …
12:22 AM Changeset in ffmpeg [4df3a367] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpegaudio_parser: Initialize poutbuf* Possibly fixes: null …
12:22 AM Changeset in ffmpeg [b6098dd1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacpsdsp_template: Fix integer overflow in …
12:22 AM Changeset in ffmpeg [44e878d0] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvenc: Check audio packet size Fixes: Assertion failure …
12:22 AM Changeset in ffmpeg [c90457a] by Michael Niedermayer <michael@niedermayer.cc>
lavc/svq3: Fix regression decoding some files. Fixes some SVQ3 …
12:22 AM Changeset in ffmpeg [7abc4445] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp() …
12:22 AM Changeset in ffmpeg [9abcade7] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Check bytes count in else branch in …
12:22 AM Changeset in ffmpeg [a594ce26] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Check slice numbers for overflows in relation to …
12:22 AM Changeset in ffmpeg [7068bcf5] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the …
12:22 AM Changeset in ffmpeg [330ed077] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dirac_dwt_template: Fix several integer overflows in …
12:22 AM Changeset in ffmpeg [9da24737] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Prevent integer overflow in intermediate in …
12:22 AM Changeset in ffmpeg [5cbf484] by Michael Niedermayer <michael@niedermayer.cc>
swresample/swresample: Fix input channel count in resample_first …
12:22 AM Changeset in ffmpeg [7489a527] by Michael Niedermayer <michael@niedermayer.cc>
avutil/pixfmt: Document chroma plane size for odd resolutions …

Oct 27, 2018:

11:35 PM Ticket #7515 (Unexpected demuxer behavior for FFmpeg configured with "disable-decoders") closed by Carl Eugen Hoyos
needs_more_info
11:34 PM Ticket #7518 (Using -pix_fmt gray16 creates incorrect AVI) updated by Carl Eugen Hoyos
Or ask Thermoteknix for a sample.
10:24 PM Changeset in ffmpeg [527e64d]n3.0.12 by Michael Niedermayer <michael@niedermayer.cc>
Changelog: Update Signed-off-by: Michael Niedermayer …
8:39 PM Changeset in ffmpeg [cd34c6a5] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_pixdesctest: Use 32bit read/write This is needed for …
8:39 PM Changeset in ffmpeg [718044dc] by Michael Niedermayer <michael@niedermayer.cc>
avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2() …
7:06 PM Changeset in ffmpeg [a5d98da] by James Almer <jamrial@gmail.com>
avcodec/cbs_vp9: fix parsing sRGB samples Signed-off-by: Hendrik …
7:06 PM Changeset in ffmpeg [99ef8b8a] by James Almer <jamrial@gmail.com>
avcodec/cbs_av1: fix parsing frame_size_with_refs found_ref is not a …
6:35 PM Changeset in ffmpeg [fef2162b] by Mark Thompson <sw@jkqxz.net>
vaapi_encode: Add flag to mark encoders supporting only …
6:35 PM Changeset in ffmpeg [a7eda762] by Mark Thompson <sw@jkqxz.net>
vaapi_encode_h265: Enable multiple-slice support
6:35 PM Changeset in ffmpeg [a769e72c] by Mark Thompson <sw@jkqxz.net>
vaapi_encode_h264: Enable multiple-slice support
6:35 PM Changeset in ffmpeg [29816e27] by Mark Thompson <sw@jkqxz.net>
vaapi_encode_mpeg2: Use common slice sizing code
6:35 PM Changeset in ffmpeg [2923ed24] by Mark Thompson <sw@jkqxz.net>
vaapi_encode: Support configurable slices This adds common code to …
3:57 PM Encode/AV1 edited by James
Add constrained quality mode (diff)
3:41 PM Encode/AV1 edited by James
Mention that bitrate 0 is needed for Constant Quality mode. (diff)
11:36 AM Changeset in ffmpeg [40ac6224] by Paul B Mahol <onemda@gmail.com>
avfilter/window_func: add bohman window
3:12 AM Changeset in ffmpeg [59a35fe1] by James Almer <jamrial@gmail.com>
tests/api-h264-slice-test: use the correct function to free the …
3:02 AM Changeset in ffmpeg [8d80046a] by James Almer <jamrial@gmail.com>
libaom: remove references to yuva444p pixfmt Support for it was …
3:02 AM Changeset in ffmpeg [cacb62f9] by James Almer <jamrial@gmail.com>
Revert "decode: copy the output parameters from the last bsf in the …

Oct 26, 2018:

3:01 PM Ticket #6885 (Some media files don't work on FFmpeg as HTTP stream-in (worked with ...) updated by qichaoshen
And I submit a patch about this problem […] This …
2:59 PM Ticket #6885 (Some media files don't work on FFmpeg as HTTP stream-in (worked with ...) updated by qichaoshen
I think the root cause is invalid http range get request starting from …
11:39 AM Changeset in ffmpeg [0e9c01fd] by Paul B Mahol <onemda@gmail.com>
avformat/rpl: Support files containing 8 bit PCM or VIDC audio …
11:39 AM Changeset in ffmpeg [22238d0b] by Paul B Mahol <onemda@gmail.com>
avcodec: Implement Archimedes VIDC encoder/decoder Signed-off-by: …
10:51 AM Changeset in ffmpeg [fb7925ba] by Kieran Kunhya <kierank@obe.tv>
fate: add api-h264-slice test This test ensures that you are able to …
10:48 AM Changeset in ffmpeg [0a055f46] by Kieran Kunhya <kierank@obe.tv>
lavc/h264dec: don't error out when receiving multiple IDR slices This …
10:40 AM Changeset in ffmpeg [4fcfb9c4] by Paul B Mahol <onemda@gmail.com>
avfilter: add xstack filter
10:31 AM Ticket #7400 (cannot download m3u8 with parameters reconnect) updated by thecupu
any news sir ? because its very annoying to redownload again because …
8:11 AM Ticket #7520 (ffmpeg -vstats_file content description) updated by Gyan
Priority, Keywords, Version, Status, Owner changed
Will add those details to the docs once my ffmpeg dev box is back.
7:01 AM Ticket #7508 (split filter: lack of hwaccel support) closed by Mark Sanders
worksforme
7:01 AM Ticket #7508 (split filter: lack of hwaccel support) updated by Mark Sanders
Hi, It seems to work. Thank you!
6:19 AM Changeset in ffmpeg [de43c227] by Karthick J <kjeyapal@akamai.com>
avformat/dashenc: Support HTTP persistent for init segments as well
4:44 AM Ticket #7520 (ffmpeg -vstats_file content description) created by Anan5a
Summary of the bug: I'm using FFmpeg to create a web encoding client. …

Oct 25, 2018:

11:45 PM Changeset in ffmpeg [bf324359] by James Almer <jamrial@gmail.com>
avcodec/vp9_parser: set profile in AVCodecContext Signed-off-by: …
9:23 PM Changeset in ffmpeg [963c16ed] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_lut3d: do not error out if TITLE is after other lines
9:11 PM Changeset in ffmpeg [bd02a6d7] by Paul B Mahol <onemda@gmail.com>
avfilter/af_adelay: switch to activate Also use less memory in …
9:01 PM CompilationGuide/macOS edited by slhck
update homebrew options (diff)
8:19 PM Ticket #6974 (Improve handling of AAC PCE audio channels with segmented MPEG-TS) updated by Carl Eugen Hoyos
Keywords changed
8:18 PM Ticket #7384 (FFmpeg 4.0 does not set 5.1 surround sound into audio stream when ...) reopened by Carl Eugen Hoyos
The additional option should of course not be required, even more so …
7:58 PM Ticket #7359 (Seeking in an M3u8 fragmented MP4 playlist causes no frames to be sent ...) updated by npryan
This patch seems to solve the issue: …
7:40 PM Ticket #2798 (Write cover art to mov files) updated by Khang NT
Still facing this problem, is it really fixed? […]
5:43 PM Ticket #7485 (HLS not accurately seeking on TS) updated by Louis Letourneau
Work from Nick Ryan solves the issue it seems: …
5:09 PM Ticket #7384 (FFmpeg 4.0 does not set 5.1 surround sound into audio stream when ...) closed by pkv
invalid
5:08 PM Ticket #7384 (FFmpeg 4.0 does not set 5.1 surround sound into audio stream when ...) updated by pkv
The default channel layouts supported by aac encoder are: mono, …
4:55 PM Ticket #6974 (Improve handling of AAC PCE audio channels with segmented MPEG-TS) updated by pkv
Priority, Keywords, Component, Type changed
4:53 PM Ticket #6974 (Improve handling of AAC PCE audio channels with segmented MPEG-TS) updated by pkv
Status changed
Table 42 of ISO/IEC 13818-7:2004(E) (default channel mappings) has …
3:16 PM Ticket #7519 (VAAPI: Allow software fallback to be disabled on command-line) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
2:56 PM Ticket #7518 (Using -pix_fmt gray16 creates incorrect AVI) updated by Carl Eugen Hoyos
Keywords changed
Please provide a file containing gray16 that plays with Windows Media …
2:52 PM Ticket #7519 (VAAPI: Allow software fallback to be disabled on command-line) created by U. Artie Eoff
Summary of the bug: Occasionally regressions get introduced into …
2:41 PM Ticket #7518 (Using -pix_fmt gray16 creates incorrect AVI) created by v0lt
I create AVI with the following command. […] I get a warning: …
2:25 PM Ticket #7507 (hwupload: missing device platform) updated by Mark Sanders
Version changed
2:24 PM Ticket #7507 (hwupload: missing device platform) updated by Mark Sanders
Hi jkqxz, Thank you for the tip regarding init_hw_device, …
10:18 AM Ticket #7511 (FFmpeg Windows version with QSV hwaccel fails over TERMINAL) updated by Mark Sanders
Hi, I found specific information in offical documentation from Intel: …
9:06 AM Ticket #7517 (buffer_size not taken into account for RTP) created by do_coredump
Problem: ---------------------------------------------------- on a big …
8:51 AM Ticket #7511 (FFmpeg Windows version with QSV hwaccel fails over TERMINAL) updated by Mark Sanders
Hi, Regarding the use of D3D11 or D3D9 with the QSV accelator I noted …
7:34 AM Ticket #7207 (FFmpeg segmented output does not work) updated by Linjie.Fu
Reproduced this issue in the latest version of ffmpeg. The root cause …
12:12 AM Changeset in ffmpeg [6a112349] by James Almer <jamrial@gmail.com>
configure: add missing optional SDL2 dependency to OpenGL outdev …

Oct 24, 2018:

11:24 PM Changeset in ffmpeg [f370142] by Mark Thompson <sw@jkqxz.net>
lavfi/ebur128: Fix mixed declarations and code
10:24 PM Changeset in ffmpeg [6f84b1c4] by Michael Niedermayer <michael@niedermayer.cc>
avutil/integer: Fix integer overflow in av_mul_i() Found-by: fate …
10:24 PM Changeset in ffmpeg [15296d64] by Michael Niedermayer <michael@niedermayer.cc>
avutil/integer: Fix integer overflow in av_mul_i() Found-by: fate …
10:24 PM Changeset in ffmpeg [3049d6d8] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/msrle: Check that the input is large enough to contain a end …
10:24 PM Changeset in ffmpeg [82e796a4] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/msrle: Check that the input is large enough to contain a end …
9:18 PM Changeset in ffmpeg [b02490a4] by Marton Balint <cus@passwd.hu>
avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag Libx264 …
9:15 PM Changeset in ffmpeg [3cc3cb66] by Michael Niedermayer <michael@niedermayer.cc>
avutil/integer: Fix integer overflow in av_mul_i() Found-by: fate …
9:15 PM Changeset in ffmpeg [203ccb87] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/msrle: Check that the input is large enough to contain a end …
7:43 PM Changeset in ffmpeg [87588caf] by James Almer <jamrial@gmail.com>
Revert "avcodec/decode: copy the output parameters from the last bsf …
7:21 PM Changeset in ffmpeg [156120fc] by Martin Vignali <martin.vignali@gmail.com>
swscale/swscale_unscaled : rename packed_16bpc_bswap is used for …
7:21 PM Changeset in ffmpeg [26bf4a4] by Martin Vignali <martin.vignali@gmail.com>
swscale/unscaled : add grayf32 le to be
7:21 PM Changeset in ffmpeg [3db33b44] by Martin Vignali <martin.vignali@gmail.com>
swscale/utils : simplify unscaled initial test for float pixfmt
7:21 PM Changeset in ffmpeg [66974311] by Martin Vignali <martin.vignali@gmail.com>
avfilter/show_info : add print of color information (range, …
7:17 PM Ticket #7516 (ffmpeg 3.4.4-0ubuntu0.18.04.1 and n4.0.2 hls timeout not working) created by mvasi90
I'm trying to download from hls url (m3u8) and save it to mkv (or mp4) …
5:57 PM Changeset in ffmpeg [78f04843] by James Almer <jamrial@gmail.com>
doc/APIchanges: add entry for AV_FRAME_DATA_S12M_TIMECODE …
5:43 PM Changeset in ffmpeg [2d0ee127] by Philip Langdale <philipl@overt.org>
avcodec/nvdec: Push the context before destroying the decoder This …
4:39 PM Ticket #7363 (RGB waveforms don't show graticules) closed by Elon Musk
fixed: Fixed in d94d2527317dc0e22bc3e1d135a0362ba796bf95.
4:33 PM Changeset in ffmpeg [22d6d916] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_waveform: abort early if there are no components to show
4:33 PM Changeset in ffmpeg [d94d2527] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_waveform: add gratcicule to rgb input
4:07 PM Changeset in ffmpeg [8c733013] by Baptiste Coudurier <baptiste.coudurier@gmail.com>
avformat/mxfenc: simplify dnxhd handling and add more flavors
3:39 PM Changeset in ffmpeg [bc940cf9] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_datascope: fix rgba mapping for oscilloscope filter output
1:28 PM Ticket #6971 (ffmpeg drops frames after deinterlacing) updated by Ladislav
everything works fine, -r 50 , but you have to choose proper H264 …
10:25 AM Changeset in ffmpeg [f9d4126f] by Josh de Kock <josh@itanimul.li>
lavu: bump version, add Changelog entry
10:01 AM Ticket #7514 (Cuvid decoders getting enabled for 'disable-decoders' config option) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Reproduced by developer changed
10:00 AM Ticket #7515 (Unexpected demuxer behavior for FFmpeg configured with "disable-decoders") updated by Carl Eugen Hoyos
Reproduced by developer changed
Replying to rgadkari: > We are using only the demuxer …
8:28 AM Ticket #7515 (Unexpected demuxer behavior for FFmpeg configured with "disable-decoders") created by rgadkari
Summary of the bug: We are using only the demuxer functionality of …
8:20 AM config.log attached to Ticket #7514 by rgadkari
Log generated by configure
8:20 AM Ticket #7514 (Cuvid decoders getting enabled for 'disable-decoders' config option) created by rgadkari
Summary of the bug: If FFmpeg is configured with 'disable-decoders' …
8:09 AM Ticket #7480 (HEVC codec info string) updated by tbucher
Cc changed
4:33 AM Ticket #7480 (HEVC codec info string) updated by Karthick Jeyapal
Sure, Let us keep this ticket open to track this issue.

Oct 23, 2018:

8:43 PM Ticket #7478 (ERROR: vorbis not found using pkg-config) closed by James
invalid
8:40 PM Ticket #7478 (ERROR: vorbis not found using pkg-config) updated by Yujin Boby
I reinstalled libvorbis with prefix /usr, but […] Failed. Same …
6:38 PM Ticket #7478 (ERROR: vorbis not found using pkg-config) updated by James
If you installed libvorbis to /usr/local, then you should tell …
6:35 PM Ticket #7513 (colormatrix filter fails with hwaccel) updated by Mark Sanders
OK. Thank you!
6:27 PM Ticket #7478 (ERROR: vorbis not found using pkg-config) updated by Pedro Soares
Analyzed by developer, Status, Owner changed
6:25 PM Ticket #7478 (ERROR: vorbis not found using pkg-config) updated by Pedro Soares
Hi @serverok, From your config.log, the issue seems to be that …
5:42 PM Changeset in ffmpeg [c2ac3b8e] by Marton Balint <cus@passwd.hu>
avformat/libsrt: add several options supported in srt 1.3.0 Several …
5:42 PM Changeset in ffmpeg [110b4a49] by Marton Balint <cus@passwd.hu>
avdevice/sdl2: add option to set window position Allows arrangement …
5:31 PM Ticket #7513 (colormatrix filter fails with hwaccel) closed by Elon Musk
wontfix: Colormatrix is obsolete and broken. There is no need to use it at all.
5:19 PM Ticket #7513 (colormatrix filter fails with hwaccel) created by Mark Sanders
Summary of the trouble: When using the "colormatrix" filter with …
3:39 PM Ticket #7512 (FFMPEG/FFPLAY LIBSRT Caller does not reconnect on sender reset) updated by Jose Santiago
FFMPEG Output: […]
3:35 PM Ticket #7512 (FFMPEG/FFPLAY LIBSRT Caller does not reconnect on sender reset) created by Jose Santiago
Summary of the bug: Run FFMPEG streaming TS in SRT:Listener mode. Run …
2:46 PM Changeset in ffmpeg [3f2103ec] by Kieran Kunhya <kierank@obe.tv>
fate: add h264 timecode test
2:46 PM Changeset in ffmpeg [0ac82eed] by Kieran Kunhya <kierank@obe.tv>
lavfi/vf_showinfo: support displaying S12M timecode sidedata
2:46 PM Changeset in ffmpeg [76a8c3b5] by Kieran Kunhya <kierank@obe.tv>
h264/pic_timing: support multiple timecodes
2:46 PM Changeset in ffmpeg [4241e44a] by Kieran Kunhya <kierank@obe.tv>
lavc/h264: create AVFrame side data from H.264 timecodes Create SMPTE …
12:52 PM Ticket #7511 (FFmpeg Windows version with QSV hwaccel fails over TERMINAL) updated by Mark Sanders
Hi heleppkes, Thank you for the response! ;) So the problem is the …
12:46 PM Ticket #7511 (FFmpeg Windows version with QSV hwaccel fails over TERMINAL) updated by Hendrik
QSV currently uses D3D9. For full headless operation, D3D11 would be …
12:27 PM Ticket #7511 (FFmpeg Windows version with QSV hwaccel fails over TERMINAL) created by Mark Sanders
Summary of the bug: How to reproduce: […] The privious command …
11:52 AM Changeset in ffmpeg [92c25963] by Zhong Li <zhong.li@intel.com>
lavc/qsvenc_jpeg: set a default quality Keep alignment with vaapi …
11:52 AM Changeset in ffmpeg [0e3d7d84] by Zhong Li <zhong.li@intel.com>
lavc/qsvenc_jpeg: add async_depth support Currently qsv (m)jpeg …
11:45 AM Ticket #7510 (Streamcopy of private stream produces empty output) created by Mark Sanders
Summary of the bug: How to reproduce: […] In the previous example …
11:04 AM Ticket #7480 (HEVC codec info string) updated by tbucher
Appreciated. I haven't tested it yet, but if its purpose is to remove …
11:00 AM Ticket #7509 (split/aplit: don't work with elementary streams) closed by Elon Musk
wontfix: This is not user support channel. split/asplit do work with elementary …
10:55 AM Ticket #7509 (split/aplit: don't work with elementary streams) updated by Mark Sanders
Type changed
10:54 AM Ticket #7509 (split/aplit: don't work with elementary streams) updated by Mark Sanders
Hi Gyan, With your suggestion: […] you only put the audio …
10:49 AM Ticket #7509 (split/aplit: don't work with elementary streams) reopened by Mark Sanders
10:38 AM Ticket #7509 (split/aplit: don't work with elementary streams) updated by Gyan
Your command is invalid. It should be, […] A filtered stream …
10:34 AM Ticket #7509 (split/aplit: don't work with elementary streams) updated by Mark Sanders
Futhermore if you remove the [out1] from the "-map" command, then a …
10:31 AM Ticket #7509 (split/aplit: don't work with elementary streams) updated by Mark Sanders
Sorry for the typo! […] However, in this case the error is: […]
10:25 AM Ticket #7509 (split/aplit: don't work with elementary streams) closed by Elon Musk
invalid: Remove unneeded ";"
10:17 AM Ticket #7509 (split/aplit: don't work with elementary streams) created by Mark Sanders
Summary of the bug: How to reproduce: […] Hi, In the example …
9:12 AM Changeset in ffmpeg [b7b3e8c5] by Paul B Mahol <onemda@gmail.com>
avfilter: add vibrance filter
12:15 AM Changeset in ffmpeg [1dbf2bc7] by Michael Niedermayer <michael@niedermayer.cc>
Update for 3.0.12 Signed-off-by: Michael Niedermayer …
Note: See TracTimeline for information about the timeline view.