Timeline
Jan 12, 2017:
- 11:59 PM Changeset in ffmpeg [3222786] by
- avformat/hlsenc: refine the hlsenc code because the oc have been …
- 11:57 PM Changeset in ffmpeg [b97e9cba] by
- avformat/hlsenc: fix hlsenc bug at windows system when hlsenc use …
- 11:54 PM Changeset in ffmpeg [aa798257] by
- cmdutils_opencl: fix resource_leak cid 1396852 CID: 1396852 check the …
- 11:17 PM Changeset in ffmpeg [08fdf965] by
- avutil/tests/audio_fifo.c: pass by reference for efficiency and change …
- 11:04 PM Ticket #6076 (concat format doesn't allow spaces in file names) updated by
- Replying to cehoyos: > Replying to MWisBest: > …
- 10:59 PM Changeset in ffmpeg [1d4d0ee4] by
- avutil/reverse: move the ff_reverse declaration to a separate header …
- 10:57 PM Ticket #6076 (concat format doesn't allow spaces in file names) updated by
- Replying to MWisBest: > Replying to cehoyos: > …
- 10:56 PM Ticket #6076 (concat format doesn't allow spaces in file names) updated by
- Spaces in file names is a very bad idea in many situations. The concat …
- 10:50 PM Ticket #6076 (concat format doesn't allow spaces in file names) updated by
- Replying to cehoyos: > Assuming you agree that this didn't …
- 10:26 PM Ticket #6075 (ProRes MXF files created by Final Cut Pro X cannot be decoded) closed by
- fixed: Should be fixed in 2f94b305acfbc188fb906b4259b725929d617e58, thank you …
- 10:24 PM Changeset in ffmpeg [2f94b305] by
- lavf/mxf: Add a universal label for ProRes used in FCP. Fixes ticket …
- 10:16 PM Ticket #6076 (concat format doesn't allow spaces in file names) updated by
-
Keywords, Summary changed
Assuming you agree that this didn't happen by accident please send a … - 8:26 PM Ticket #6076 (concat format doesn't allow spaces in file names) created by
- Summary of the bug: The concat(dec) format doesn't allow spaces in …
- 7:29 PM Ticket #5334 (support atrac lossless) updated by
- Replying to ami_stuff: > this format seems to be supported …
- 7:27 PM Ticket #6072 (Support dss version 3) updated by
- thanks. I'll keep it in mind. should I re-open the ticket ?
- 6:52 PM Changeset in ffmpeg [a9b33b5a] by
- libavfilter/af_biquads: warn about clipping only after frame with clipping
- 3:48 PM Ticket #6075 (ProRes MXF files created by Final Cut Pro X cannot be decoded) created by
- FCPX (10.3) is giving you the opportunity to create MXF files from …
- 3:29 PM Changeset in ffmpeg [1202b71] by
- theora: export cropping information instead of handling it internally
- 3:29 PM Changeset in ffmpeg [c3e84820] by
- h264dec: export cropping information instead of handling it internally
- 3:28 PM Changeset in ffmpeg [4fded048] by
- h264dec: be more explicit in handling container cropping The current …
- 3:27 PM Changeset in ffmpeg [a02ae1c6] by
- hevcdec: export cropping information instead of handling it internally
- 3:24 PM Changeset in ffmpeg [019ab88a] by
- lavc: add an option for exporting cropping information to the caller …
- 3:22 PM Changeset in ffmpeg [52627248] by
- frame: add a cropping rectangle to AVFrame Extend the width/height …
- 3:21 PM Changeset in ffmpeg [b68e3531] by
- qsvdec: do not sync PIX_FMT_QSV surfaces Introducing enforced sync …
- 3:19 PM Changeset in ffmpeg [ac3c3ee6] by
- dxva2: allow an empty array of ID3D11VideoDecoderOutputView We can …
- 3:09 PM Changeset in ffmpeg [f67235a2] by
- dxva2: get the slice number directly from the surface in D3D11VA No …
- 2:12 PM Ticket #6072 (Support dss version 3) updated by
- Should be fixed, thank you for testing again! Please do not upload …
- 2:07 PM Changeset in ffmpeg [f7191cca] by
- lavfi: remove stray semicolons. Hopefully fix compilation with suncc.
- 2:02 PM Changeset in ffmpeg [f31bac59] by
- lavf/dss: Do not fail randomly if dss_sp input contains 0xff. Fixes …
- 1:38 PM Ticket #5836 (RTMP cannot receive live stream more than 4GB) updated by
-
Status, Version, Component changed
Could you also test the attached patch? - 1:06 PM Changeset in ffmpeg [aaae459a] by
- lavfi: reindent after previous commit.
- 1:06 PM Changeset in ffmpeg [912969a3] by
- lavfi/buffersink: move to the new design.
- 1:06 PM Changeset in ffmpeg [32c59a11] by
- lavfi: do not call ff_filter_frame() with activate. …
- 1:06 PM Changeset in ffmpeg [c619a4e5] by
- lavfi: make two functions static. ff_request_frame_to_filter() and …
- 1:06 PM Changeset in ffmpeg [ae4650f0] by
- lavfi: disallow ff_request_frame for filters using activate. Having …
- 1:06 PM Changeset in ffmpeg [9eb4c79a] by
- lavfi: add ff_inlink_request_frame().
- 1:06 PM Changeset in ffmpeg [d3cb1404] by
- lavfi: move ff_update_link_current_pts() into the utility functions. …
- 1:06 PM Changeset in ffmpeg [7910127a] by
- lavfi: cosmetic: remove forward declaration.
- 1:06 PM Changeset in ffmpeg [3ff01fed] by
- lavfi: add AVFilter.activate.
- 1:06 PM Changeset in ffmpeg [db4a71c0] by
- lavfi: use the consume helpers in ff_filter_frame_to_filter().
- 1:06 PM Changeset in ffmpeg [d360ddf0] by
- lavfi: add helpers to consume frames from link FIFOs.
- 1:06 PM Changeset in ffmpeg [2e5af443] by
- lavfi: pass min explicitly to samples_ready().
- 1:06 PM Changeset in ffmpeg [e7e4c8df] by
- lavfi: add ff_inlink_evaluate_timeline_at_frame().
- 1:06 PM Changeset in ffmpeg [0e3d2496] by
- lavfi: add ff_inlink_process_commands().
- 1:06 PM Changeset in ffmpeg [846f1421] by
- lavfi: merge two variables after a recent commit.
- 1:06 PM Changeset in ffmpeg [28c62df6] by
- lavfi: implement ff_inlink_make_frame_writable(). Unlike …
- 1:06 PM Changeset in ffmpeg [918891e1] by
- lavfi: export ff_filter_set_ready() to the library.
- 1:06 PM Changeset in ffmpeg [4c24f3ac] by
- lavfi: add ff_inlink_acknowledge_status(). Also introduce …
- 1:06 PM Changeset in ffmpeg [485617e] by
- lavfi: document that AVFilterLink is not for applications.
- 1:06 PM Changeset in ffmpeg [e9ecada1] by
- lavfi/tests/filtfmts: include internal.h.
- 1:06 PM Changeset in ffmpeg [063b1a42] by
- lavd/lavfi: use buffersink accessors.
- 1:06 PM Changeset in ffmpeg [448f2972] by
- ffplay: use buffersink accessors.
- 1:06 PM Changeset in ffmpeg [d9b311d4] by
- ffmpeg: use buffersink accessors.
- 1:06 PM Changeset in ffmpeg [dbe9dbed] by
- lavfi/buffersink: add accessors for the stream properties. …
- 1:06 PM Changeset in ffmpeg [0b66c456] by
- lavfi, ffmpeg: simplify filter names. The names are only used for …
- 1:01 PM Changeset in ffmpeg [57789cfb] by
- lavf/hlsenc: fix typo in last commit.
- 12:43 PM Changeset in ffmpeg [8811d6d9] by
- avformat/hlsenc: hls_start_number_source and start_number …
- 10:54 AM Ticket #5836 (RTMP cannot receive live stream more than 4GB) updated by
- I had the same issue. In my case following code fix it: […]
- 10:42 AM Changeset in ffmpeg [122de16d] by
- Replace cmdutils_common_opts.h by a macro
- 9:55 AM Changeset in ffmpeg [2a2889e1] by
- build: Remove stray duplicate conditional variable declaration
- 9:27 AM Ticket #6072 (Support dss version 3) updated by
- Thank you. It works now, but there is a new issue. only 07.93 seconds …
- 9:22 AM Changeset in ffmpeg [e1f49712] by
- lavfi: use an audio frame pool for each link of the filtergraph
- 9:22 AM Changeset in ffmpeg [b1ed7957] by
- lavfi/framepool: cosmetic style fixes
- 9:22 AM Changeset in ffmpeg [e2d336cf] by
- lavfi/framepool: re-indent after previous commit
- 9:22 AM Changeset in ffmpeg [eb336817] by
- lavfi/framepool: add audio support
- 9:22 AM Changeset in ffmpeg [b1f68f00] by
- lavfi/framepool: rename FFVideoFramePool to FFFramePool
- 12:18 AM Changeset in ffmpeg [e71b8119] by
- avcodec/mathops: add missing header for ff_reverse Signed-off-by: …
Jan 11, 2017:
- 11:38 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- The OP's issue sounds very similar to …
- 11:03 PM Changeset in ffmpeg [89725a8] by
- vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_frames Before …
- 11:03 PM Changeset in ffmpeg [a3c3a5ea] by
- vaapi_encode: Support forcing IDR frames via AVFrame.pict_type
- 11:03 PM Changeset in ffmpeg [37fab066] by
- vaapi_encode: Fix GOP sizing This change makes the configured GOP …
- 9:25 PM Changeset in ffmpeg [682769d3] by
- fate/psd : add test for 256 color Signed-off-by: Michael Niedermayer …
- 8:21 PM Changeset in ffmpeg [1a79b8f8] by
- ffmpeg: Add an option "qsv_device" to choose proper node for QSV child …
- 7:25 PM Ticket #6073 (QSV (h264) encodes via CPU instead of GPU) updated by
- Linux stream 4.4.0 #1 SMP Fri Oct 14 22:04:02 CEST 2016 x86_64 x86_64 …
- 7:21 PM Ticket #6073 (QSV (h264) encodes via CPU instead of GPU) updated by
- Can you offer more detail about the platform you are using? The …
- 5:50 PM Ticket #5325 (dnxhd: "unsupported cid 1244") closed by
- fixed: There is workaround.
- 5:32 PM Ticket #6074 (encode HDCD feature) updated by
-
Keywords, Status, Version, Component changed
- 5:31 PM Ticket #6072 (Support dss version 3) closed by
- fixed: Should be fixed in f55da2200dbf98311969e0f345edbc82177d4836, thank you …
- 5:27 PM Changeset in ffmpeg [f55da220] by
- lavf/dss: Support version 3 files / files with larger header. Fixes …
- 5:21 PM Changeset in ffmpeg [14b90601] by
- hevc: Mark as having threadsafe init Signed-off-by: Derek Buitenhuis …
- 4:24 PM Ticket #6074 (encode HDCD feature) created by
- ffmpeg is able to decode HDCD which is great. There are also use cases …
- 3:25 PM Ticket #5506 (Newtek SpeedHQ) closed by
- fixed: Fixed in 2a293ec7ac72723b5f07aa804bb981ce1de35b82.
- 3:02 PM Changeset in ffmpeg [2a293ec] by
- avcodec: add Newtek SpeedHQ decoder This decoder can decode all …
- 2:40 PM Changeset in ffmpeg [eaff1aa0] by
- avcodec: move bitswap_32() into a header file Allows more codecs than …
- 12:11 PM Ticket #6072 (Support dss version 3) updated by
-
Keywords, Status, Component, Reproduced by developer, Summary changed
- 12:08 PM Ticket #5959 (aspect ratio change not working with libx265 (works with libx264)) updated by
-
Priority, Type changed
- 12:07 PM Ticket #6073 (QSV (h264) encodes via CPU instead of GPU) updated by
-
Keywords, Priority changed
Please find the change introducing the regression. - 12:04 PM Ticket #5161 (Error FFmpeg compilation with latest freetype2 git master) closed by
- invalid: This was fixed by the following commit: …
- 11:35 AM Ticket #6072 (Support dss version 3) updated by
- Summary of the bug: Following error occurs "Invalid data found when …
- 11:34 AM Ticket #6073 (QSV (h264) encodes via CPU instead of GPU) created by
- Summary of the bug: QSV h264_qsv encodes via CPU instead of GPU …
- 11:31 AM Ticket #6072 (Support dss version 3) updated by
-
Summary changed
- 11:27 AM Ticket #6072 (Support dss version 3) created by
- Summary of the bug: How to reproduce: […] I have tried transcoding …
- 11:23 AM Ticket #5959 (aspect ratio change not working with libx265 (works with libx264)) updated by
-
Priority changed
I can confirm this issue with git N-83006-g4c63910 and other recorded … - 10:48 AM Changeset in ffmpeg [107b3064] by
- avcodec/wmaprodec: do not force extradata presence for XMA Mainly …
- 10:42 AM Changeset in ffmpeg [45cd50e5] by
- avcodec/psd: fix ugly typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 10:00 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) closed by
- invalid: Closing this issue since it is either a driver or a hardware issue. …
- 9:51 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- I created relevant thread on NVidia devtalk forum, but I haven't fill …
- 9:41 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Did you already report this issue to Nvidia?
- 9:27 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Thank YOU for finding this bug (epsecialy for testing data!), we had …
- 9:25 AM Ticket #6071 (loudnorm filter always returns LRA of 0.0 LU with short files (less ...) updated by
-
Component changed
- 8:48 AM Ticket #5419 (HLS EXT-X-DISCONTINUITY tag is not supported) updated by
- Replying to HoldenForever: > > There have been many …
- 5:22 AM Ticket #6071 (loudnorm filter always returns LRA of 0.0 LU with short files (less ...) updated by
- I should have mentioned that I was able to duplicate this behaviour on …
- 3:44 AM Ticket #6071 (loudnorm filter always returns LRA of 0.0 LU with short files (less ...) created by
- I was trying to execute a 2 pass loudnorm filter on a file less than 1 …
- 1:59 AM Changeset in ffmpeg [184c13f6] by
- avfilter/vf_libopencv: fix resource leak in read_shape_frame_filter …
Jan 10, 2017:
- 11:25 PM Ticket #6044 (psd: support 1bpp (bitmap) mode) closed by
- fixed: Fixed by Martin Vignali in 658e626cc0d5de2d663f0e69c8836a87f51dd39f
- 11:22 PM Changeset in ffmpeg [658e626c] by
- libavcodec/psd : add support for psd bitmap mode Fixes ticket #6044 …
- 11:17 PM Changeset in ffmpeg [4313ed5] by
- lavc/psd: Interpret DUOTONE as GRAYSCALE. This is what gimp, …
- 10:33 PM Ticket #6021 (tx3g / mov_text subtitles are not encoded correctly in some specific cases) updated by
- I'm a complete novice when it comes to compiling stuff from source, …
- 8:42 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) closed by
- fixed: commit id: 2deafd98988871f25b0778059ee84a704372ec24
- 8:38 PM Changeset in ffmpeg [daff04bd] by
- avformat/hlsenc: fix the bug when the largest segment duration pointer …
- 8:33 PM Changeset in ffmpeg [2deafd98] by
- avformat/hlsenc: fix hls start and tail segment duration problem fix …
- 8:09 PM Changeset in ffmpeg [d9c2cfd3] by
- avcodec/bsf: fix resource leak in av_bsf_list_parse_str cid: 1396268 …
- 8:07 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- i cannot use the website better, the network is terrible here, i think …
- 5:40 PM Ticket #5334 (support atrac lossless) updated by
- this format seems to be supported by switch audio converter: …
- 4:39 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) updated by
- Replying to cehoyos: > If you open …
- 4:39 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) updated by
- Replying to cehoyos: > Fixed in …
- 4:26 PM Ticket #3263 (Matroska rawvideo regression) closed by
- fixed: This was - at least to some degree - fixed in 7d60baa8 (2.6).
- 4:24 PM Ticket #6068 (-allow_raw_vfw 1 creates invalid Matroska) updated by
-
Priority, Keywords, Status, Reproduced by developer changed
Patch sent. The two CodecID elements are a regression since 7d60baa8 … - 4:23 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- You can use the timestamp on the right bottom corner as a reference, …
- 4:18 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Thank you, everything is OK now. :) Will you merge this to git master? …
- 3:36 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- you can test it carefulness ;) […]
- 3:35 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) updated by
- If you open 8bits_per_ch_duotone.psd with Photoshop, does it look gray …
- 3:35 PM Ticket #6070 (parameter star_number not working) closed by
-
invalid:
-start_numberis an input parameter, do not pass it as an output … - 3:30 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Replying to pero: > Now there were more then 10 restarts …
- 3:26 PM Ticket #6070 (parameter star_number not working) created by
- Summary of the bug: star_number not working How to reproduce: I have a …
- 2:42 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) updated by
- PoC for 32bit rgb and grayscale attached, I don't understand the format.
- 1:48 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Now there were more then 10 restarts and TS lenghts are correct now. …
- 8:33 AM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- I did only brief testing, but yes it seems like reconnect_at_eof makes …
- 8:31 AM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- Replying to dprestegard: > When I add reconect_at_eof …
- 8:27 AM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- Ah! Sorry about that :) When I add reconect_at_eof ffmpeg loops input …
- 8:24 AM Ticket #6066 (Handling HTTP 500 errors for input files) reopened by
- Replying to dprestegard: > Why was this closed? I verified …
- 8:19 AM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- Why was this closed? I verified that using reconnect_at_eof does not …
- 8:11 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- ok, I applied the new patch. There was one restart until now, and it …
- 7:56 AM Ticket #6066 (Handling HTTP 500 errors for input files) closed by
- invalid: Thank you for testing again!
- 6:47 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Replying to pero: > Stevenliu! I think the situation is …
- 6:33 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Stevenliu! I think the situation is worse now :) After a restart the …
- 1:56 AM Ticket #4591 (attachments mjpeg are discovered wrongly as video stream and therefore ...) updated by
-
Cc changed
You can use-map 0:Vto use only the real video streams. So … - 12:16 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- i have resent a new patch, it's ok now, please check it carefully. […]
Jan 9, 2017:
- 11:55 PM Changeset in ffmpeg [f48b6b8b] by
- avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bit This …
- 11:49 PM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- Confirmed, using reconnect_at_eof encodes an endless output file
- 9:58 PM Changeset in ffmpeg [890320b1] by
- doc/scaler: mention default scaling algorithm Default is "bicubic". …
- 7:55 PM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
- I will try this and report back. Isn't reconnect_at_eof designed for …
- 7:06 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- There was one restart now. Unfortunatelly there is still 0.04 sec …
- 6:38 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- BTW, is it normal, if I create adaptive stream and I do not use B …
- 6:00 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Thank you Stevenliu! I applied the patch and now I'm waiting for restarts.
- 5:43 PM Changeset in ffmpeg [24d31a80] by
- avcodec/qdm2: make use of bytestream2 Signed-off-by: Paul B Mahol …
- 5:38 PM Changeset in ffmpeg [7aef5686] by
- avfilter/af_sofalizer: speed and clean up fast convolution a little …
- 5:07 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Replying to pero: > I checked again the playlists and I …
- 3:37 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- let me think how to fix it.
- 3:36 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Replying to pero: > I checked again the playlists and I …
- 3:00 PM Changeset in ffmpeg [cd09e3b3] by
- x86inc: Avoid using eax/rax for storing the stack pointer When …
- 2:21 PM Changeset in ffmpeg [bd6496fa] by
- interplayvideo: Convert to the new bitstream reader
- 2:21 PM Changeset in ffmpeg [4e250510] by
- adx: Convert to the new bitstream reader
- 2:21 PM Changeset in ffmpeg [9aec009f] by
- dvbsubdec: Convert to the new bitstream reader
- 2:18 PM Changeset in ffmpeg [d7fe1163] by
- motionpixels: Convert to the new bitstream reader
- 2:18 PM Changeset in ffmpeg [00b6a765] by
- hmac: Explicitly convert types at function pointer assignment Fixes a …
- 2:17 PM Changeset in ffmpeg [e435beb1] by
- crypto: consistently use size_t as type for length parameters size_t …
- 1:31 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- I checked again the playlists and I realised there are 0.04 sec …
- 1:15 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- > ok, i see, all the last segment have this problem, +0.08s, is that …
- 1:05 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Replying to pero: > Hi Stevenliu, > > I can see duration …
- 12:29 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Replying to cehoyos: > Do you agree that libnvcuvid.so.1 …
- 12:21 PM Changeset in ffmpeg [f1af37b5] by
- h264dec: make ff_h264_decode_init() static It is not called from …
- 12:21 PM Changeset in ffmpeg [e7de05f9] by
- h264dec: drop a redundant check Cropping parameters are already …
- 12:21 PM Changeset in ffmpeg [3cba1ad7] by
- x86inc: Avoid using eax/rax for storing the stack pointer When …
- 12:21 PM Changeset in ffmpeg [e199a809] by
- Changelog: mention the new avbuild/ directory Especially config.log …
- 12:17 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Replying to slomkowski: > {{{ > #5 0x00007f18f3be97d4 in …
- 12:17 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Since upload.ffmpeg.org seems to be down, I uploaded the TS sample …
- 12:03 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- I just managed to create TS file sample, which hangs ffmpeg on first …
- 11:57 AM Changeset in ffmpeg [4e62b57e] by
- fate: Skip the checkasm test if CONFIG_STATIC is disabled When …
- 10:21 AM Ticket #5760 (Error while generating VOD webm DASH manifest) updated by
- ping?
- 9:48 AM Changeset in ffmpeg [2835e9a9] by
- hevcdec: add P010 support for D3D11VA Given it's the same API than …
- 7:47 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Hi Stevenliu, I can see duration differences in your example too. …
- 3:52 AM Changeset in ffmpeg [0e8b68a2] by
- avutil/tile: check clock_gettime at runtime for apple platforms …
- 12:28 AM Changeset in ffmpeg [b53b3a4f] by
- lavc/vaapi_encode_h264: disable B frames in baseline profile Disable …
Jan 8, 2017:
- 11:42 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- […]
- 11:38 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
-
Status, Owner changed
- 11:28 PM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) updated by
- Can this problem be reproduce by simple command line?
- 8:45 PM Ticket #6069 (dynaudnorm stuck/infinite loop on corrupt input file) updated by
- Yes, you were right. The file was Ok but too short. regards, laur
- 8:28 PM Ticket #6069 (dynaudnorm stuck/infinite loop on corrupt input file) closed by
- fixed: Fixed in 0ddc24d23248b5070c7fcdaee22c7852381fce1d […]
- 8:19 PM Ticket #6069 (dynaudnorm stuck/infinite loop on corrupt input file) updated by
- Please try latest master, I believe this have been just fixed.
- 8:10 PM Ticket #6069 (dynaudnorm stuck/infinite loop on corrupt input file) created by
- Summary of the bug: ffmpeg with dynaudnorm conversion get stuck at the …
- 8:08 PM Ticket #6068 (-allow_raw_vfw 1 creates invalid Matroska) updated by
-
Keywords changed
- 7:42 PM Changeset in ffmpeg [0ddc24d2] by
- avfilter/af_dynaudnorm: fix hang with too short input The only thing …
- 7:37 PM Ticket #6068 (-allow_raw_vfw 1 creates invalid Matroska) updated by
-
Description changed
- 7:37 PM Ticket #6068 (-allow_raw_vfw 1 creates invalid Matroska) created by
- Summary of the bug: using -allow_raw_vfw creates a Matroska track …
- 3:41 PM Changeset in ffmpeg [0ac2d86] by
- dxva2: Factorize DXVA context validity test into a single macro …
- 3:41 PM Changeset in ffmpeg [f8a42d4f] by
- dxva2: Make ff_dxva2_get_surface() static and drop its name prefix …
- 3:40 PM Ticket #5879 (Remove all metadata does not work with MKV files) updated by
- Since mkvmerge is the possible reference here, I checked with the …
- 2:26 PM Changeset in ffmpeg [762bf6f4] by
- avcodec/bsf: Fix av_bsf_list_free() Negate null check Fixes …
- 2:25 PM Changeset in ffmpeg [bd83c295] by
- avcodec/omx: Do not pass negative value into av_malloc() Fixes …
- 11:35 AM Ticket #6067 (HLS segment length not equal with what m3u8 reports, when ffmpeg restarts) created by
- Hi All, I'm streaming my IP camera's picture. I create LIVE DVR HLS …
- 9:05 AM Ticket #5615 (avformat_open_input on dead UDP source link hangs after ...) updated by
- Please see Marlon's code snippet in the description.
- 4:26 AM Ticket #5093 (Accurate seek not possible with MPEG program stream and transport sream) updated by
-
Keywords changed
I see the same output with fcfb66b - 2:50 AM Changeset in ffmpeg [95d9a85c] by
- ffserver: local OOB write with custom program name When the command …
Jan 7, 2017:
- 9:12 PM Ticket #6015 (on2avc (0x0501): fix decoding of mono modes) updated by
-
Keywords, Status, Version, Component changed
- 6:24 PM Ticket #1911 (ffplay fails to seek) updated by
-
Component changed
- 6:23 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- ... and the library performs better. Your point?
- 6:22 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Also he is only testing rgb input.
- 6:01 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Please do not. The quoted report already show more than 60% in user …
- 6:00 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- I will close it until he provides numbers for single thread decoding.
- 5:56 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- So I guess you are looking at the "real" time instead of the "user" …
- 5:08 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to Cigaes: > I read in the report: > {{{ > …
- 4:41 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) reopened by
- 4:38 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- I read in the report: […] and […] I find that rather …
- 4:33 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) closed by
- worksforme: You are comparing decoding speed with crystal ball? Compare single …
- 4:26 PM Changeset in ffmpeg [fd01040] by
- avformat/riff: extend MagicYUV fourcc list Newer version of encoder …
- 4:14 PM Ticket #6021 (tx3g / mov_text subtitles are not encoded correctly in some specific cases) updated by
- When can I expect this patch to be integrated? I'm asking because I'm …
- 4:05 PM Ticket #1911 (ffplay fails to seek) updated by
-
Keywords changed
For the attached sample, I can reproduce a regression since … - 3:32 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) reopened by
- […] […] […]
- 2:35 PM Ticket #6063 (DCA: 20-bit XLL storage resolution is not implemented.) closed by
- fixed: Implemented in 000638431ccc206f280d8246855062afe0284f80
- 2:28 PM Changeset in ffmpeg [0006384] by
- avcodec/dca: add support for 20-bit XLL Fixes ticket #6063. …
- 2:26 PM Ticket #5977 (Impossible to play incomplete mkv videos) closed by
- fixed: Fixed in 20e8be0c20c7b51964fa4d317073bd36b983eb55 by softworkz.
- 2:20 PM Changeset in ffmpeg [20e8be0c] by
- avformat/matroskaenc: Regression fix for invalid MKV headers The …
- 1:55 PM Ticket #5334 (support atrac lossless) updated by
- http://www.sonyinsider.com/2006/06/22/atraclife-releases-atrac-codec-pl …
- 1:30 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) closed by
- fixed: Fixed in 28307ef7e62874ad5925885af9ccc6423ff83841
- 1:25 PM Changeset in ffmpeg [27627c28] by
- lavfi/selectivecolor: add a link to algorithm explanations
- 1:00 PM Ticket #6045 (psd: support 8bpp (indexed color) mode) updated by
- isn't this fixed?
- 12:57 PM Ticket #1911 (ffplay fails to seek) updated by
- It looks like ffmpeg is more precise at seeking than ffplay? (see …
- 12:52 PM Ticket #5651 (add QDMC decoder) updated by
- Great job, thanks.
- 12:04 PM Changeset in ffmpeg [9488032e] by
- libavformat/avio: Add avio_get_dyn_buf function This commit adds the …
- 12:02 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) closed by
- wontfix: There is no way to do same for left prediction. Left prediction is not …
- 9:27 AM Ticket #6066 (Handling HTTP 500 errors for input files) updated by
-
Keywords changed
Did you testreconnect_at_eof? Please provide command line … - 1:32 AM Ticket #6066 (Handling HTTP 500 errors for input files) created by
- Summary of the bug: Sometimes when working with cloud object storage …
Jan 6, 2017:
- 10:38 PM Ticket #4229 (Invalid data found when processing input) updated by
- Just overwrite the first 208 bytes of the broken file with the first …
- 10:36 PM Ticket #6054 (iff: support IFF ILBM with byterun2 compression) updated by
-
Keywords changed
- 10:28 PM Ticket #5977 (Impossible to play incomplete mkv videos) updated by
-
Analyzed by developer changed
- 10:19 PM Ticket #4229 (Invalid data found when processing input) updated by
- Dear cehoyos, How can you fix the file? Is there a special parameter? …
- 10:06 PM Ticket #4229 (Invalid data found when processing input) closed by
- wontfix: It is easy to "fix" the file but I don't think there is a chance to …
- 10:04 PM Ticket #6065 (47724 images instead of 2000) updated by
-
Keywords changed
Is this issue reproducible with current FFmpeg git head? - 9:14 PM Ticket #5651 (add QDMC decoder) closed by
- fixed: Fixed in 90ac9f4094afc2aa7ee64a7b02df8fb05cbd7d8a.
- 9:05 PM Changeset in ffmpeg [90ac9f40] by
- avcodec: add QDMC decoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 8:48 PM Ticket #6054 (iff: support IFF ILBM with byterun2 compression) closed by
- fixed: Fixed in 49633f9f7498499d63391eb1351de66a8f603060.
- 8:45 PM Changeset in ffmpeg [49633f9f] by
- avcodec/iff: add support for vertical word compression in ILBM …
- 6:58 PM Changeset in ffmpeg [d74c471a] by
- omadec: fix overflows during bit rate calculation Signed-off-by: …
- 6:55 PM Ticket #6065 (47724 images instead of 2000) created by
- ffmpeg creates 47724 images. The first ~45000 look the same. The "-r" …
- 6:52 PM Ticket #4897 (decklink output driver segfaults) closed by
- fixed: Replying to Sesse: > Current git master doesn't appear to …
- 5:42 PM Ticket #1911 (ffplay fails to seek) updated by
-
Resolution changed
- 5:26 PM Ticket #1911 (ffplay fails to seek) closed by
- invalid: File is gone.
- 5:01 PM Changeset in ffmpeg [09905c4] by
- libavcodec/exr: Fix blank output when data window != display window …
- 3:26 PM Changeset in ffmpeg [bc6b53a] by
- avfilter/asrc_flite: Fix textbuf leak Fixes CID1244189 …
- 3:00 PM Ticket #2063 (ffmpeg throwing an excessive amount of pts < dts clipping messages for ...) updated by
-
Component changed
- 3:00 PM Ticket #2063 (ffmpeg throwing an excessive amount of pts < dts clipping messages for ...) closed by
- fixed: Fixed in 4eb13cdfb0aa053f7c3247a1f7ad4887ff3b367c (2.3), related to …
- 2:57 PM Ticket #3328 (video "judder" issue on DVR-MS conversion) updated by
-
Keywords, Component changed
- 2:31 PM Ticket #3752 (can't seek to specified position in asf stream) updated by
- Attached patch is not correct, it (for example) breaks seeking for the …
- 12:29 PM Downstreams edited by
- avidemux 2.6.18 also uses ffmpeg 3.0.x (diff)
- 11:27 AM Changeset in ffmpeg [520c0736] by
- avfilter/vf_shuffleframes: allow also dropping frames Signed-off-by: …
- 9:04 AM Ticket #6064 (hevc encoded file size and hevc_vaapi filesize is not same) closed by
- invalid: Generally, neither "file size" nor "poor quality" indicate valid bug …
- 7:08 AM Ticket #6064 (hevc encoded file size and hevc_vaapi filesize is not same) updated by
-
Type changed
- 7:04 AM Ticket #6064 (hevc encoded file size and hevc_vaapi filesize is not same) created by
- i tried to reduce bitrate and matain good quality ..im able to achive …
Jan 5, 2017:
- 11:37 PM Ticket #4897 (decklink output driver segfaults) updated by
- Current git master doesn't appear to segfault, but it plays the file …
- 10:35 PM Changeset in ffmpeg [d1f3e475] by
- avformat/test/fifo_muxer: add check for FailingMuxerPacketData alloc …
- 10:32 PM Changeset in ffmpeg [2d208aaa] by
- imdct15: replace the FFT with a faster PFA FFT algorithm This commit …
- 10:32 PM Changeset in ffmpeg [4fdacf4c] by
- imdct15: remove the AArch64 assembly Prep work for the next commit, …
- 10:29 PM Changeset in ffmpeg [57ae94a3] by
- avformat/hlsenc: fix Explicit null dereferenced in hlsenc CID: …
- 10:18 PM Changeset in ffmpeg [fd0716b3] by
- dxva2: make ff_dxva2_get_surface() static and rename it …
- 10:18 PM Changeset in ffmpeg [4068f5fa] by
- doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start …
- 10:09 PM Ticket #4897 (decklink output driver segfaults) updated by
-
Cc changed
Can you reproduce this with current git master? - 10:08 PM Ticket #3480 (Playback video with planar audio to decklink card crashes) updated by
-
Cc changed
Can you reproduce this with current git master? - 4:09 PM Ticket #6063 (DCA: 20-bit XLL storage resolution is not implemented.) updated by
-
Status, Reproduced by developer changed
- 4:01 PM Ticket #6063 (DCA: 20-bit XLL storage resolution is not implemented.) updated by
-
Priority, Component changed
Could you upload the sample somewhere? - 3:57 PM Ticket #6063 (DCA: 20-bit XLL storage resolution is not implemented.) created by
- Summary of the bug: Trying to encode a dtshd track I have got a lot of …
- 3:44 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- […] doesn't change anything.
- 3:13 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- What happens if you replace CU_CTX_SCHED_BLOCKING_SYNC with 0?
- 2:23 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
-
I used
printfand determined ffmpeg (the new instance) hangs on … - 2:14 PM Ticket #6062 (libmp3lame ignore cutoff) closed by
- invalid: Please test current FFmpeg git head before reporting an issue here.
- 2:08 PM Ticket #6062 (libmp3lame ignore cutoff) created by
- Summary of the bug: encoding an audio with libmp3lame will ignore …
- 1:37 PM Ticket #6061 (-headers option not found (ffmpeg 3.2.2 Windows)) updated by
- Ahhh - so by putting the option before the -i, I made it an option for …
- 1:20 PM Ticket #5652 (typo of bwdif) updated by
-
Version, Component changed
- 1:10 PM Ticket #3036 (HTTP isml output (ie: HTTP POST) with authentication is broken) closed by
- fixed: Probably fixed in 6b1b63df85ffa020bb36ac8d444a83b755a1d86d
- 1:06 PM Ticket #6061 (-headers option not found (ffmpeg 3.2.2 Windows)) closed by
- invalid: For future tickets: Please always test current FFmpeg git head before …
- 1:03 PM Ticket #3036 (HTTP isml output (ie: HTTP POST) with authentication is broken) updated by
- The -headers option is not recognized in ffmpeg 3.2.2 on windows. Does …
- 12:56 PM Ticket #6061 (-headers option not found (ffmpeg 3.2.2 Windows)) updated by
-
Cc, Version changed
- 12:55 PM Ticket #6061 (-headers option not found (ffmpeg 3.2.2 Windows)) created by
- Summary of the bug: I am trying to add a custom http header when …
- 12:30 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Then add breakpoints (or printfs) to find out where it hangs.
- 12:19 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
-
I tried to attach to the processes using
gdb: […] and gdb just … - 12:10 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Replying to slomkowski: > Since ffmpeg doesn't crash, just …
- 12:01 PM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- Since ffmpeg doesn't crash, just hangs or waits for something, I …
- 11:48 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
-
Keywords changed
The logfile you attached does not indicate a hang. In any case please … - 11:42 AM Ticket #1949 (Display frame number on each frame) updated by
- Replying to Charlie: > Hi, > in my case, I needed five …
- 11:35 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- It hangs. I see ffmpeg hang just now. It's running under my own …
- 11:25 AM Changeset in ffmpeg [4c63910b] by
- vformat/hlsenc: typo in default localtime pattern in …
- 11:21 AM Ticket #6059 (Convertion from MOV to VP9 produces all frames black) updated by
-
Priority, Keywords changed
- 11:20 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
-
Keywords, Component changed
Does ffmpeg crash or hang? Please provide a backtrace. - 11:17 AM Changeset in ffmpeg [e6050d81] by
- lavc/Makefile: Clean up the amv encoder dependencies.
- 11:14 AM Ticket #6060 (Cannot compile with --disable-error-resilience) closed by
- fixed: Regression since 58f63670 Should be fixed in …
- 11:13 AM Ticket #6058 (cuvid: Transcoding hangs after several files processed) updated by
- I confirm that the problem happens also when one ffmpeg instance is …
- 11:08 AM Changeset in ffmpeg [7ca2a23a] by
- avcodec/bitstream: Document the values supported for *_size in …
- 11:08 AM Changeset in ffmpeg [8f1d18a9] by
- avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid …
- 10:44 AM Changeset in ffmpeg [f3adb6f7] by
- configure: Fix standalone compilation of the ljpeg encoder. Also …
- 9:23 AM Ticket #6059 (Convertion from MOV to VP9 produces all frames black) updated by
- Thanks, cehoyos. This was an issue - outdated software. And your hint …
- 9:08 AM Changeset in ffmpeg [93593674] by
- avformat/hlsenc: fix memleak in hlsenc fix CID: 1398364 Resource leak …
- 1:05 AM Changeset in ffmpeg [9026ec8a] by
- matroskadec: make sure not to leave EbmlBin in an inconsistent state …
- 12:38 AM Ticket #4447 (Support MPEG-4 Studio Profile) updated by
-
Cc changed
Experience indicates that new decoders quickly attract samples.
Note:
See TracTimeline
for information about the timeline view.
