Timeline



Sep 21, 2020:

4:30 PM Ticket #8903 (mingw-w64 clang i686 "inline assembly requires more registers than ...) updated by Christopher Degawa
Applying …
4:19 PM Changeset in ffmpeg [6475dc18] by Jan Ekström <jeebjp@gmail.com>
avformat/movenc: utilize bit rate helper function in ISML writing …
3:08 PM Ticket #8903 (mingw-w64 clang i686 "inline assembly requires more registers than ...) updated by Christopher Degawa
Cc changed
3:05 PM Ticket #8903 (mingw-w64 clang i686 "inline assembly requires more registers than ...) created by Christopher Degawa
Summary of the bug: On windows with a mingw-w64 clang targeting i686 …
2:31 PM Changeset in ffmpeg [667d5045] by Jan Ekström <jeebjp@gmail.com>
avformat/movenc: split MPEG-4 bit rate value calculation This can now …
1:26 PM Changeset in ffmpeg [e71d73b0] by Guo, Yejun <yejun.guo@intel.com>
dnn: add a new interface DNNModel.get_output for some cases (for …
1:26 PM Changeset in ffmpeg [fce3e3e1] by Guo, Yejun <yejun.guo@intel.com>
dnn: put DNNModel.set_input and DNNModule.execute_model together …
1:26 PM Changeset in ffmpeg [2003e32f] by Guo, Yejun <yejun.guo@intel.com>
dnn: change dnn interface to replace DNNData* with AVFrame* …
1:26 PM Changeset in ffmpeg [6918e240] by Guo, Yejun <yejun.guo@intel.com>
dnn: add userdata for load model parameter the userdata will be used …
9:56 AM Changeset in ffmpeg [dfbea7b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/moflex: Check pop_int() for overflow Fixes: signed integer …
9:55 AM Changeset in ffmpeg [7170d34] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vividas: Check for EOF in first loop in track_header() …
9:53 AM Changeset in ffmpeg [688c1175] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wvdec: Check rate for overflow Fixes: signed integer …
8:41 AM CompilationGuide/Ubuntu edited by veikk0
Add SVT-AV1. Currently doing a full git clone to avoid an issue with … (diff)
7:38 AM Ticket #8479 (ffplay ignores a=rtcp SDP attribute for RTP streams) updated by xiaofeng
The patch does not work with the multicast case.
7:31 AM Ticket #8877 (TV streaming problems) closed by Carl Eugen Hoyos
worksforme: Unfortunately, I don’t know.
7:30 AM Ticket #6953 (http(s) hls - the interrupt callback is not copied from parent avctx) updated by Carl Eugen Hoyos
Keywords, Version changed
3:05 AM Ticket #6953 (http(s) hls - the interrupt callback is not copied from parent avctx) updated by mkver
Keywords changed
3:04 AM Ticket #6953 (http(s) hls - the interrupt callback is not copied from parent avctx) closed by mkver
fixed: Should have been fixed in 4239a8c9831a0054af47400aaf78167178b97197. …
2:51 AM Changeset in ffmpeg [6d886b65] by Jun Zhao <barryjzhao@tencent.com>
lavf/srt: fix build fail when used the libsrt 1.4.1 libsrt changed …
2:50 AM Changeset in ffmpeg [1aee02c7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Avoid duplicating string Reviewed-by: Steven Liu …
2:50 AM Changeset in ffmpeg [0f9ade1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix memleak on allocation error, avoid allocation …
2:49 AM Changeset in ffmpeg [ed948c1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Cosmetics 1. Perform the necessary reindentations …
2:32 AM Changeset in ffmpeg [f921dd0c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Remove redundant casts to const Reviewed-by: Steven …
2:32 AM Changeset in ffmpeg [0389625c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Return early for unsupported representations This …
2:32 AM Changeset in ffmpeg [622efc5c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Remove redundant checks This commit removes two …
2:32 AM Changeset in ffmpeg [d63f8c87] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix memleaks on error to add representation to …
2:32 AM Changeset in ffmpeg [f1c3c173] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix leak of representation languages These …
2:32 AM Changeset in ffmpeg [e7aea1fe] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix leak of string on error when parsing …
2:31 AM Changeset in ffmpeg [5c91701d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix leak of representation on error If parsing a …
2:31 AM Changeset in ffmpeg [5d63f154] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Remove unused index of representation It is always …
2:31 AM Changeset in ffmpeg [06e31f95] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix memleaks upon read_header failure Reviewed-by: …
2:31 AM Changeset in ffmpeg [aed96e13] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Check allocation of AVProgram Reviewed-by: Steven …
2:31 AM Changeset in ffmpeg [ac2852d7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec, hls: Update correct pointer to AVDictionary …
2:31 AM Changeset in ffmpeg [4b8fdf70] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Fix leak of AVDictionary on error Just postpone the …
2:31 AM Changeset in ffmpeg [eb344862] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Free subtitle representations on exit Reviewed-by: …
2:31 AM Changeset in ffmpeg [7369e952] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Free strings as soon as they aren't needed anymore …
2:31 AM Changeset in ffmpeg [17963a6a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Don't overwrite and leak old initialization …
2:31 AM Changeset in ffmpeg [01a4c359] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Don't leave representation in inconsistent state on …
2:31 AM Changeset in ffmpeg [248ef27] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Remove dead code The code in question seems to have …
2:29 AM Changeset in ffmpeg [e09e2c64] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/dashdec: Avoid double free on error When using one of the …
1:30 AM Changeset in ffmpeg [6c8ff183] by Limin Wang <lance.lmwang@gmail.com>
avdevice/lavfi: av_malloc -> av_malloc_array Reviewed-by: Paul B …
1:30 AM Changeset in ffmpeg [a554adaa] by Limin Wang <lance.lmwang@gmail.com>
avdevice/lavfi: unref the frame on failure Reviewed-by: Nicolas …
1:30 AM Changeset in ffmpeg [7786d795] by Limin Wang <lance.lmwang@gmail.com>
avdevice/lavfi: fix FIXME and check a/v type by codec_type …
12:00 AM Ticket #8877 (TV streaming problems) reopened by Heiko Jantz

Sep 20, 2020:

11:08 PM Changeset in ffmpeg [7a4b2c19] by Lou Logan <lou@lrcd.com>
MAINTAINERS: remove my public key fingerprint Forgot to remove this …
10:47 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer changed
Contains an aix stream that contains three stereo ADPCM streams …
6:06 PM Changeset in ffmpeg [5b33f523] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/aaxdec: Fix potential integer overflow The AAX demuxer reads …
4:34 PM Changeset in ffmpeg [913aa420] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/swf: Separate mux and demux contexts There was almost no …
4:03 PM Changeset in ffmpeg [bc0e776c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ansi: Check nb_args for overflow Fixes: Integer overflow (no …
4:03 PM Changeset in ffmpeg [b78860e7] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wc3movie: Cleanup on wc3_read_header() failure Fixes: …
4:03 PM Changeset in ffmpeg [0c635f2c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wc3movie: Move wc3_read_close() up Signed-off-by: Michael …
4:03 PM Changeset in ffmpeg [b17e5c34] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: fix typo in comments Signed-off-by: Michael Niedermayer …
2:58 PM Changeset in ffmpeg [9f7e592d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/tedcaptionsdec: Fix leak of AVBPrint upon error The …
1:12 PM Ticket #8885 (Windows 10 long path support) updated by Carl Eugen Hoyos
Priority, Type, Version, Component changed
Apparently not as unrealistic as I thought.
11:43 AM Ticket #8902 (VAAPI pixel format support regression between FFmpeg 3.x and 4.x) updated by bmegli
Tested with: - Ubuntu 18.04 - FFmpeg version 7:3.4.8-0ubuntu0.2 (from …
11:15 AM Ticket #8885 (Windows 10 long path support) updated by stax76
More info: …
9:27 AM Changeset in ffmpeg [b0dee629] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: don't pass AVStream into avpriv_request_sample() …
9:27 AM Changeset in ffmpeg [9ab54eb5] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: set BVID packet duration Signed-off-by: Zane van …
9:21 AM Changeset in ffmpeg [52c5c977] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: handle multiple BASF blocks Turns out that there …
9:21 AM Changeset in ffmpeg [a68c91f6] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: make sure stream ids match Signed-off-by: Zane van …
9:21 AM Changeset in ffmpeg [e76102a2] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: cleanup 'goto fail's Signed-off-by: Zane van …
9:21 AM Changeset in ffmpeg [3cf650bd] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_brp: remove an allocation Signed-off-by: Zane van …
9:21 AM Changeset in ffmpeg [39801adc] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: cosmetics Signed-off-by: Zane van Iperen …
9:20 AM Changeset in ffmpeg [101ac40f] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: fix enforcement of chunk count Enforcing …
9:14 AM Changeset in ffmpeg [ef29e5bf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/swfdec: Avoid unnecessary skip Reviewed-by: Paul B Mahol …
9:14 AM Changeset in ffmpeg [d554aabd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/swfenc: Fix memleak upon write_header error The SWF muxer …
4:30 AM Changeset in ffmpeg [a39fcbdf] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single …
2:29 AM CompilationGuide/Ubuntu edited by micgeri
Remove "--depth 1" on git-clone for libx265 because repository … (diff)
1:32 AM Ticket #8054 (prores_ks codec does not allow 12bit pix_fmt) updated by shijan
+1 for this. ProRes 4444 and ProRes 4444XQ should render to 12 bit. If …

Sep 19, 2020:

11:17 PM Ticket #8877 (TV streaming problems) updated by Heiko Jantz
Which tools can I use to download hls streams? I had already tried …
10:09 PM Ticket #8902 (VAAPI pixel format support regression between FFmpeg 3.x and 4.x) updated by Carl Eugen Hoyos
Keywords, Version changed
What kind of output file was produced for bgr0 input?
6:26 PM Changeset in ffmpeg [5aafdb4e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/rmdec: Fix potential crash on allocation failure The …
6:26 PM Changeset in ffmpeg [4cc43d30] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/rmdec: Actually return value < 0 on read_header failure The …
6:26 PM Changeset in ffmpeg [ea45d6e6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/avidec: Fix memleak when error happens after creating DV …
4:52 PM Changeset in ffmpeg [c7867b6e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec*: Cleanup generically on init failure …
4:48 PM Changeset in ffmpeg [e9831b1e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec_float: Avoid indirection with float dsp function …
4:48 PM Changeset in ffmpeg [dac9e88a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec_template: Check return value of subdecoder After …
4:47 PM Changeset in ffmpeg [6015a69] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ljpegenc: Don't free buffer known to be NULL The lossless …
4:47 PM Changeset in ffmpeg [3d83de4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/j2kenc: Fix leaks on init failure The JPEG2000 encoder did …
4:47 PM Changeset in ffmpeg [3507ab07] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/indeo3: Cleanup generically after init failure Signed-off-by: …
4:47 PM Changeset in ffmpeg [ab487616] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imc: Avoid indirection when calling float dsp function Do …
4:47 PM Changeset in ffmpeg [84d27385] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hq_hqadata: Make local arrays static Signed-off-by: Andreas …
4:47 PM Changeset in ffmpeg [dff4012a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hnm4video: Don't reimplement FFSWAP() Signed-off-by: Andreas …
4:46 PM Changeset in ffmpeg [cc83f36b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hnm4video: Don't return nonsense error messages The HNM 4 …
4:46 PM Changeset in ffmpeg [042af303] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hnm4video: Cleanup generically on init failure Signed-off-by: …
4:46 PM Changeset in ffmpeg [23daf8e6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/g722enc: Cleanup generically on init failure Signed-off-by: …
4:45 PM Changeset in ffmpeg [b14c42a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/flashsv2enc: Return better error codes Signed-off-by: Andreas …
4:45 PM Changeset in ffmpeg [42ed9707] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/flashsv2enc: Cleanup generically after init failure …
4:39 PM Changeset in ffmpeg [319dbcf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/flashsv2enc: Check allocations for success before usage …
4:39 PM Changeset in ffmpeg [d1487659] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/flashsvenc: Remove unused z_stream This encoder uses the …
4:39 PM Changeset in ffmpeg [ec6f4c51] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/flashsvenc: Avoid allocation of buffer, fix memleak Up until …
4:13 PM Ticket #8902 (VAAPI pixel format support regression between FFmpeg 3.x and 4.x) created by bmegli
Summary of the bug: In 3.x (e.g. 3.4 in Ubuntu 18.04) it is possible …
2:38 PM Changeset in ffmpeg [cdc4c268] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_datascope: fix oscilloscope with gray>8 depth
1:22 PM Ticket #8901 (Undefined reference to `ff_parse_a53_cc') updated by Rollinnn
Version changed
1:21 PM Ticket #8901 (Undefined reference to `ff_parse_a53_cc') created by Rollinnn
I use Media Autobuild Suite to create minimal ffmpeg build for audio …
5:55 AM Changeset in ffmpeg [52d362c6] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing …
5:34 AM Changeset in ffmpeg [bb021be3] by Zane van Iperen <zane@zanevaniperen.com>
avcodec/adpcm_{psx,argo}: add missing indent Signed-off-by: Zane van …
5:34 AM Changeset in ffmpeg [9eabe9c] by Zane van Iperen <zane@zanevaniperen.com>
avcodec/adpcm_argo: support decoding multiple frames Increases decode …

Sep 18, 2020:

10:55 PM Changeset in ffmpeg [624f6df1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/3dostr: Check remaining buffer in probe before 8 byte step …
10:40 PM Changeset in ffmpeg [d54c24ac] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Fix default white level According to the spec bits per …
10:40 PM Changeset in ffmpeg [ca3c6c98] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdsp: Fix integer anomaly in dequant_subband_* Fixes: …
10:40 PM Changeset in ffmpeg [5dae33bb] by Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer: Adjust VQA threshold Fixes: Timeout (169sec …
10:37 PM Changeset in ffmpeg [4a02ae49] by Michael Niedermayer <michael@niedermayer.cc>
avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c() …
7:24 PM Ticket #4859 (TTML subtitle decoding) updated by dave rice
Cc changed
5:16 PM CompilationGuide/CrossCompilingForWindows edited by Christopher Degawa
Zeranoe's forum has been closed for a while (diff)
12:49 PM Ticket #8900 (ffmpeg generates a file which it rejexts as input with "Too many ...) updated by monnier
I can't add any special argument to the second ffmpeg run because it's …
10:20 AM Changeset in ffmpeg [6401a5d4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Revert "avcodec/vlc: Add macro for ff_init_vlc_sparse()" This reverts …
9:34 AM Changeset in ffmpeg [92396cee] by Paul B Mahol <onemda@gmail.com>
avformat: add CRI AAX demuxer
9:30 AM Changeset in ffmpeg [0ea6ec3d] by Paul B Mahol <onemda@gmail.com>
avformat: add DAT CCTV demuxer
7:39 AM Ticket #8900 (ffmpeg generates a file which it rejexts as input with "Too many ...) updated by mkver
Analyzed by developer changed
You are streamcopying the first sample and therefore you have to live …
5:42 AM Ticket #8897 (HLS EXT-X-START tag support) updated by Steven Liu
Priority changed
2:02 AM Ticket #8636 (Invalid byteranges in 1fps iframes-only HLS playlist) updated by Steven Liu
Try this patch please: …
12:52 AM Changeset in ffmpeg [01506c29] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ffwavesynth: Cleanup generically after init failure …
12:52 AM Changeset in ffmpeg [3d51f2a1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/escape130: Cleanup generically on init failure Signed-off-by: …
12:52 AM Changeset in ffmpeg [f4e6aa60] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ac3enc_float, eac3enc: Fix leaks on init error The AC-3 …
12:52 AM Changeset in ffmpeg [ae36fad6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ac3enc_template: Don't free uninitialized pointers on error …
12:51 AM Changeset in ffmpeg [6d80189] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/dxa: Cleanup generically after init failure Signed-off-by: …
12:51 AM Changeset in ffmpeg [2fd3ada9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cngenc: Cleanup generically after init failure Signed-off-by: …
12:51 AM Changeset in ffmpeg [29c5c8fd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cngenc: Replace av_free() by av_freep() in close function …
12:51 AM Changeset in ffmpeg [0b7474a5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3: Avoid indirection when calling float dsp function Do …
12:51 AM Changeset in ffmpeg [f9ff4b25] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3: Cleanup generically after init failure Signed-off-by: …
12:50 AM Changeset in ffmpeg [04101222] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac1: Avoid indirection when calling float dsp function Do …
12:50 AM Changeset in ffmpeg [ce48226] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/alacenc: Don't free unnecessarily The init function of the …
12:48 AM Changeset in ffmpeg [acda9ff6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/alacenc: Remove redundant code to free extradata It is …
12:34 AM Changeset in ffmpeg [93b7f931] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/av1dec: Check tiles sizes, fix assert, don't read bytes …
12:13 AM Changeset in ffmpeg [6ffc7be5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Avoid code duplication Besides the obvious advantage …
12:11 AM Changeset in ffmpeg [b2c42f02] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use unsigned for prediction values Up until now, the …
12:09 AM Changeset in ffmpeg [010e345a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Avoid allocations for decoding Smacker by using …
12:08 AM Changeset in ffmpeg [43d02b46] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use symbols table Up until now, the return value of …
12:07 AM Changeset in ffmpeg [45ffbb75] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use smaller types This will mean that we will need …
12:05 AM Changeset in ffmpeg [71ed6a52] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Disentangle two contexts Smacker uses two types of …
12:03 AM Changeset in ffmpeg [527b853d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Replace implicit checks for overread by explicit ones …
12:02 AM Changeset in ffmpeg [b3e89ad6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Remove redundant checks for NULL before freeing …
12:00 AM Changeset in ffmpeg [3899adc2] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Remove redundant checks when reading VLC codes The …

Sep 17, 2020:

11:57 PM Changeset in ffmpeg [943a4581] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Remove redundant check when decoding header trees …
11:54 PM Changeset in ffmpeg [77c95072] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Don't zero-initialize unnecessarily With the …
11:52 PM Changeset in ffmpeg [2db38ae7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use better nb_codes estimate when initializing VLC …
11:47 PM Changeset in ffmpeg [01dbcbb3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use unsigned for shift Given that the code currently …
11:46 PM Changeset in ffmpeg [056a8fc0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Forward error codes Reviewed-by: Paul B Mahol …
11:44 PM Changeset in ffmpeg [e028e8aa] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Use same variable for return values and errors …
11:35 PM Changeset in ffmpeg [4656c177] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Directly goto error in case of error The earlier …
11:32 PM Changeset in ffmpeg [bd076cac] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Improve header table error checks The extradata for …
11:27 PM Changeset in ffmpeg [191b48e3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Remove code duplication when decoding header trees …
11:10 PM Changeset in ffmpeg [61669b7c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vlc: Add macro for ff_init_vlc_sparse() ff_init_vlc_sparse() …
11:09 PM Changeset in ffmpeg [2cef0316] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Don't warn for Huffmann tables with one element The …
10:55 PM Changeset in ffmpeg [2cb5e3c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Remove write-only and unused variables Reviewed-by: …
9:52 PM Ticket #8900 (ffmpeg generates a file which it rejexts as input with "Too many ...) updated by monnier
Cc changed
9:52 PM Ticket #6375 ([bug][regression] Too many packets buffered for output stream) updated by monnier
Cc changed
9:47 PM Changeset in ffmpeg [3ac45bf6] by Paul B Mahol <onemda@gmail.com>
avformat/3dostr: make probing more robust
9:45 PM Ticket #6375 ([bug][regression] Too many packets buffered for output stream) updated by monnier
So far, the only workaround I have seen for this problem is to add the …
7:40 PM Changeset in ffmpeg [fe3a57f4] by Tomas Härdin <tjoppen@acc.umu.se>
avformat/mxfdec: Read Apple private Content Light Level from MXF * As …
7:40 PM Changeset in ffmpeg [bb2215f4] by Tomas Härdin <tjoppen@acc.umu.se>
avformat/mxfenc: Write Mastering Display Colour Volume to MXF …
7:40 PM Changeset in ffmpeg [90e2a4d6] by Tomas Härdin <tjoppen@acc.umu.se>
avformat/mxfdec: Read Mastering Display Colour Volume from MXF …
6:55 PM Ticket #8900 (ffmpeg generates a file which it rejexts as input with "Too many ...) updated by monnier
Note: My sample.webm was too big, so I had to upload a shorter …
6:42 PM sample2.webm attached to Ticket #8900 by monnier
6:36 PM Ticket #8900 (ffmpeg generates a file which it rejexts as input with "Too many ...) created by monnier
Summary of the bug: When I use ffmpeg to extract a chunk of a video, …
5:35 PM Ticket #8899 (`Incomplete CU-tree stats file` on 2-pass x265 encode) updated by aeris
Summary changed
5:23 PM Changeset in ffmpeg [7c66d24] by Paul B Mahol <onemda@gmail.com>
avcodec/svq1dec: use av_malloc_array() to allocate pmv
3:36 PM Ticket #8899 (`Incomplete CU-tree stats file` on 2-pass x265 encode) updated by aeris
Oh sorry, it's not a software crash. Just the encoding stop and exit …
1:08 PM Ticket #8899 (`Incomplete CU-tree stats file` on 2-pass x265 encode) updated by Carl Eugen Hoyos
Please provide backtrace, disassembly and register dump for all crash …
10:52 AM Changeset in ffmpeg [0ea2bda0] by Limin Wang <lance.lmwang@gmail.com>
avfilter/vf_showinfo: add const to the AVFrameSideData instance …
9:13 AM Ticket #8899 (`Incomplete CU-tree stats file` on 2-pass x265 encode) updated by aeris
Test files to heavy to be enclosed to the ticket, so Input file: …
9:09 AM Ticket #8899 (`Incomplete CU-tree stats file` on 2-pass x265 encode) created by aeris
Summary of the bug: Unable to 2-pass x265 encode some files. Crash on …
8:47 AM Ticket #8898 (`-passlogfile` inconsistent behavior on two pass encoding with `file:` ...) created by aeris
Summary of the bug: I try to 2-pass encode files with : in …
7:48 AM Ticket #8885 (Windows 10 long path support) updated by stax76
Technical details from projects that have solved the issue: …
6:47 AM Ticket #8897 (HLS EXT-X-START tag support) created by xiaofeng
Summary of the request: According to …
3:47 AM Changeset in ffmpeg [3e057dd8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/av1dec: Remove redundant second free The AV1 decoder has the …
3:46 AM Changeset in ffmpeg [92b578e1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/av1dec: Fix segfault upon allocation error Up until now, the …
12:45 AM Changeset in ffmpeg [7d3cd9f9] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_conv2d.c: refine code. Move thread area …
12:45 AM Changeset in ffmpeg [8e67ae2c] by Guo, Yejun <yejun.guo@intel.com>
dnn_backend_native_layer_conv2d.c: fix memory allocation bug in …

Sep 16, 2020:

10:09 PM Changeset in ffmpeg [a265e660] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vble: Don't free buffer known to be NULL Freeing a buffer …
10:09 PM Changeset in ffmpeg [b128344d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vb: Cleanup generically after init failure In other words: …
10:09 PM Changeset in ffmpeg [657756c3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tscc2: Cleanup generically after init failure Do this by …
10:09 PM Changeset in ffmpeg [ef6c52f3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/svq3: Avoid overhead of AVBuffer API Up until now, the SVQ3 …
10:09 PM Changeset in ffmpeg [30620956] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/svq3: Remove unused buffer Signed-off-by: Andreas Rheinhardt …
10:09 PM Changeset in ffmpeg [64a64d4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/svq3: Fix memleaks upon allocation error Commit …
10:09 PM Changeset in ffmpeg [96061c5a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/svq3: Fix segfault on allocation error, avoid allocations The …
10:09 PM Changeset in ffmpeg [7d91f927] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sonic: Fix leaks upon allocation errors The Sonic decoder and …
10:09 PM Changeset in ffmpeg [0b45ac57] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/roqaudioenc: Avoid redundant free of unallocated buffer If …
10:09 PM Changeset in ffmpeg [771f915] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/pcm: Avoid indirection when calling float dsp function Do …
10:09 PM Changeset in ffmpeg [d3737bde] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ra288: Avoid indirection when calling float dsp function Do …
10:09 PM Changeset in ffmpeg [8bbd9710] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ra144enc: Don't free unnecessarily The init function of the …
10:09 PM Changeset in ffmpeg [2a71cbeb] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qtrleenc: Fix memleak upon allocation failure The qtrle …
10:09 PM Changeset in ffmpeg [4db4e695] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/pcm-dvdenc: Remove empty function Signed-off-by: Andreas …
10:09 PM Changeset in ffmpeg [7a84ee84] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/pcm-dvd: Avoid allocation of buffer In this case, it also …
10:09 PM Changeset in ffmpeg [fe63b3ee] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ffv1: Simplify cleanup after allocation failure Now that …
10:09 PM Changeset in ffmpeg [f9215d0b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ffv1enc: Fix memleaks on init failure The FFV1 encoder has so …
10:09 PM Changeset in ffmpeg [a0750f41] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ffv1: Fix segfaults on allocation error When allocating FFV1 …
10:09 PM Changeset in ffmpeg [8de4a132] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/c93: Cleanup generically after init failure Reviewed-by: Paul …
10:06 PM Changeset in ffmpeg [142ae27] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mv30: Check remaining mask in decode_inter() Fixes: timeout …
10:06 PM Changeset in ffmpeg [c467adf3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wmalosslessdec: Check remaining space before padding and …
7:29 PM Ticket #8896 (hevc_amf fails with error 10) created by regulus
Hi, I'm trying to use the hevc_amf encoder to transcode some h264 …
6:32 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) updated by Apocalypse612
6:31 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) reopened by Apocalypse612
6:31 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) reopened by Apocalypse612
Here's the file. …
3:42 PM Ticket #8893 (multiple calls to srt_startup/srt_cleanup within a process) updated by malcolmb
The purpose of reference counting is to avoid incorrect duplicate …
1:22 PM Changeset in ffmpeg [161495a3] by Paul B Mahol <onemda@gmail.com>
avcodec/lscr: stop returning error if size of packet is 2 bytes
1:01 PM Ticket #8895 (Advanced Edit List support causes decode errors) updated by dbuitenh
Description changed
12:58 PM test2.mov attached to Ticket #8895 by dbuitenh
12:57 PM Ticket #8895 (Advanced Edit List support causes decode errors) created by dbuitenh
Summary of the bug: The "advanced edit list" code in libavformat's …
11:58 AM Ticket #4954 (Joint Stereo indicator missing from MP3 Xing header) updated by mrapp
Replying to Balling: > But it decodes it correctly? Then …
11:06 AM Ticket #8843 (concat Segmentation fault filter_complex) closed by Elon Musk
fixed: Fixed in 17b44f759e8cbb6952c0ae2 and 05c8d0bce64888c531282
10:48 AM Ticket #4954 (Joint Stereo indicator missing from MP3 Xing header) updated by Balling
Status changed
>doesn't recognize it on decoding But it decodes it correctly? Then …
10:23 AM Ticket #4954 (Joint Stereo indicator missing from MP3 Xing header) updated by mrapp
Not only does it not set the channel mode bit properly on encoding, it …
7:21 AM Ticket #8893 (multiple calls to srt_startup/srt_cleanup within a process) updated by Marton Balint
IMHO SRT should be fixed instead to support srt_startup() …
3:26 AM Changeset in ffmpeg [c79f07c] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: initialise file header inline Garbage was …

Sep 15, 2020:

10:29 PM Changeset in ffmpeg [7cc8a2bb] by James Almer <jamrial@gmail.com>
avutil/cuda_check: add missing dynlink_loader.h include Fixes make …
10:29 PM Changeset in ffmpeg [da5dae74] by James Almer <jamrial@gmail.com>
avcodec/Makefile: add vaapi_hevc.h to the SKIPHEADERS list Fixes make …
10:29 PM Changeset in ffmpeg [d0418f06] by James Almer <jamrial@gmail.com>
avformat/argo_asf: add missing avformat.h include Fixes make …
8:14 PM Changeset in ffmpeg [158f7df5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7, mpc7data: Avoid gaps in array The Musepack decoder uses …
8:13 PM Changeset in ffmpeg [bec4e158] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7, mpc7data: Make overlong arrays smaller For the VLC …
8:07 PM Changeset in ffmpeg [36c582f5] by Marton Balint <cus@passwd.hu>
avdevice/decklink_dec: fix build with older SDK Apparently …
7:57 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) updated by Elon Musk
Feel free to reopen yourself once you upload it.
7:14 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) updated by Apocalypse612
Replying to richardpl: > No sample(s) - no fix. Please …
7:00 PM Ticket #8882 (.sfd (Sofdec Dreamcast Movie) fails to properly interpret audio ...) closed by Elon Musk
needs_more_info: No sample(s) - no fix.
5:25 PM Changeset in ffmpeg [1e40dc92] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7: Don't pretend initializing static VLC tables can fail …
5:25 PM Changeset in ffmpeg [0f1db36] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Cleanup generically after init failure …
5:25 PM Changeset in ffmpeg [e42fc626] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Fix heap-buffer-overflow The MobiClip decoder uses …
5:25 PM Changeset in ffmpeg [b78031cf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mlpenc: Fix memleak upon init failure If an error happens …
5:25 PM Changeset in ffmpeg [d8fc69b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/indeo5: Fix memleaks upon allocation error …
5:25 PM Changeset in ffmpeg [e411a3a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ivi: Fix segfault on allocation error If allocating the tiles …
5:25 PM Changeset in ffmpeg [a53f32cf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Fix memleak upon init failure If an error happens …
5:25 PM Changeset in ffmpeg [a8ebb563] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/magicyuvenc: Fix memleak upon init failure If an error …
5:25 PM Changeset in ffmpeg [0bb5cc0e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/hcom: Cleanup generically upon init failure Reviewed-by: Paul …
5:25 PM Changeset in ffmpeg [8da8774d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/gif: Fix leaks upon allocation error If one of several …
5:25 PM Changeset in ffmpeg [39638ace] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/dsicinvideo: Remove redundant code for freeing The …
5:25 PM Changeset in ffmpeg [3c2128d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/avrndec: Fix memleak on error If ff_codec_open2_recursive() …
5:25 PM Changeset in ffmpeg [d8e4d26d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/avrndec: Check allocation for success Reviewed-by: Paul B …
5:25 PM Changeset in ffmpeg [b0a29d88] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac1: Cleanup generically after init failure Reviewed-by: …
5:25 PM Changeset in ffmpeg [e75ccc8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac1: Check allocation of AVFloatDSPContext Reviewed-by: …
5:22 PM Changeset in ffmpeg [8ddcbebc] by Paul B Mahol <onemda@gmail.com>
libavcodec/exr: fix incorrect translation of denorm mantissa
3:26 PM Ticket #8894 (The behavior of the interleave filter) closed by Elon Musk
fixed: Fixed in 2524e64dbe4b
3:21 PM Changeset in ffmpeg [2524e64d] by Paul B Mahol <onemda@gmail.com>
avfilter/f_interleave: fix some issues with interleaving
2:16 PM Ticket #7369 (dash livestream cannot be read without -re) updated by Stefan Pöschel
Great to see that our test stream is used! At the moment, it is not …
12:53 PM Changeset in ffmpeg [022a12b] by James Almer <jamrial@gmail.com>
avcodec/decode: use a packet list to store packet properties Keeping …
12:53 PM Changeset in ffmpeg [8a818206] by James Almer <jamrial@gmail.com>
avcodec/packet: move AVPacketList definition and function helpers over …
12:24 PM bad.gif attached to Ticket #8894 by nicol
bad
12:23 PM fine.gif attached to Ticket #8894 by nicol
fine
12:22 PM Ticket #8894 (The behavior of the interleave filter) created by nicol
Summary of the bug: The interleave filter is not sufficiently …
10:57 AM Ticket #8891 (ffmpeg crashes on certain flv input files) updated by Balling
Is it assertion failures or what? Because if it is, please give us them.
6:13 AM Changeset in ffmpeg [fda5363c] by Paul B Mahol <onemda@gmail.com>
avfilter/x86/vf_convolution_init: there is asm only for 8bit depth

Sep 14, 2020:

11:02 PM Ticket #8893 (multiple calls to srt_startup/srt_cleanup within a process) created by malcolmb
For software using libavformat directly, allocating and deallocating a …
9:00 PM Ticket #8877 (TV streaming problems) closed by Carl Eugen Hoyos
worksforme: While there should be tools that are much better suited than ffmpeg
8:49 PM Ticket #8891 (ffmpeg crashes on certain flv input files) closed by Carl Eugen Hoyos
needs_more_info: None of the text files you attached show a crash and I cannot …
8:45 PM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by Carl Eugen Hoyos
Priority changed
7:44 PM Ticket #8677 (HEVC libx265 removes Closed caption) updated by Carl Eugen Hoyos
Component changed
Please test current FFmpeg git head - the only version supported on …
5:45 PM Ticket #8892 (Reading Ogg stream causes increasing CPU usage) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #8778
4:16 PM Changeset in ffmpeg [05c8d0bc] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_concat: check for possible integer overflow Also check …
4:16 PM Changeset in ffmpeg [17b44f75] by Paul B Mahol <onemda@gmail.com>
avfilter/af_amix: do not leave unset PTS for frames after first stream …
4:08 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Elon Musk
Its not complicated, its just ugly.
1:11 PM Changeset in ffmpeg [a489b6a8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cfhdenc: Fix leaks on allocation errors The CineForm HD …
1:11 PM Changeset in ffmpeg [82b6f4b5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/snowdec: Use ff_snow_common_init() directly Reviewed-by: …
8:31 AM Changeset in ffmpeg [60e70210] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12 …
7:44 AM Ticket #8892 (Reading Ogg stream causes increasing CPU usage) created by Teodor Woźniak
I am trying to record internet radio streaming in Ogg/Vorbis format. …
6:14 AM Ticket #7796 (Android x86: "error: inline assembly requires more registers than ...) updated by Christopher Degawa
In the case where I encountered the same issue, but with a mingw-w64 …
4:38 AM Changeset in ffmpeg [119efa27] by Zane van Iperen <zane@zanevaniperen.com>
avformat: add Argonaut Games BRP demuxer Used in FMVs for FX Fighter …
4:24 AM Changeset in ffmpeg [121016f8] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #define For future use by …
4:23 AM Changeset in ffmpeg [442249e] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: split functionality into a header For future use …
4:23 AM Changeset in ffmpeg [0476b6ee] by Zane van Iperen <zane@zanevaniperen.com>
avformat/argo_asf: bail if invalid tag Signed-off-by: Zane van Iperen …
3:05 AM Ticket #8677 (HEVC libx265 removes Closed caption) updated by GrayC
Cc, Component changed
Any way of offering a bounty or making a donation to the development …
1:32 AM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Joseph DeVore
Replying to richardpl: > The audio codec inside this …
Note: See TracTimeline for information about the timeline view.