Timeline
Oct 31, 2022:
- 11:14 PM Changeset in ffmpeg [16af424b] by
- avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to …
- 10:24 PM Changeset in ffmpeg [6fe8556a] by
- avcodec/svq1: fix interframe mean VLC symbols Fixes ticket #128. The …
- 10:24 PM Changeset in ffmpeg [b0c1f248] by
- avcodec/svq1enc: output ident string in extradata field This will …
- 10:24 PM Changeset in ffmpeg [e1dd4a27] by
- avcodec/svq1enc: do not use ambiguous interframe mean symbols Don't …
- 10:16 PM Changeset in ffmpeg [db774833] by
- avcodec/mss2: initialise wmv9_mask variable initialised to -1 which …
- 9:51 PM Ticket #9999 (Failure to create webm manifest for single key-frame video) updated by
-
Description changed
- 9:33 PM Ticket #9999 (Failure to create webm manifest for single key-frame video) created by
- Summary of the bug: I have encountered a possible bug in ffmpeg 5.1.2 …
- 8:39 PM Ticket #9998 (Problem with atrim and astats) updated by
- Please also add this to the documentation of the astats filter: If two …
- 5:45 PM Ticket #9998 (Problem with atrim and astats) created by
- Make a 5 seconds test file: ffmpeg -f lavfi -i sine -c:a pcm_s24le -t …
- 5:42 PM Changeset in ffmpeg [d7724192] by
- configure: add pkg-config check for OpenAL
- 5:06 PM Changeset in ffmpeg [fff4dbd9] by
- avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGB Signed-off-by: James …
- 11:24 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 11:13 AM Ticket #8865 (Lost frames when decode by mediacodec) updated by
- Yes, this issue also happens on the latest ffmpeg commit on master …
- 11:01 AM Changeset in ffmpeg [539777f0] by
- avcodec/rv34: Remove always-true/false checks low_delay is always …
- 11:01 AM Changeset in ffmpeg [1916ead8] by
- avcodec/flvdec, intelh263dec: Remove redundant assignments …
- 11:01 AM Changeset in ffmpeg [700a39e] by
- avcodec/mpegvideodata: Mark tables as hidden This e.g. allows …
- 11:01 AM Changeset in ffmpeg [908b7fcf] by
- avcodec/mpegvideodata: Join mpeg1/2 dc scale tables Avoids …
- 11:01 AM Changeset in ffmpeg [920ce150] by
- avcodec/mpegvideodata: Make DC scale tables smaller These tables are …
- 10:57 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 9:36 AM Ticket #9997 (overlay_cuda cannot be control by ZMQ but overlay can) created by
- Summary of the bug: How to reproduce: […] When sending …
Oct 30, 2022:
- 10:52 PM Changeset in ffmpeg [ed5a438] by
- avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only once …
- 8:53 PM Downstreams edited by
- Update to include Fedora info (diff)
- 7:46 PM Changeset in ffmpeg [5d5b87f6] by
- avformat/mov_chan: use the cube layout Signed-off-by: James Almer …
- 7:18 PM Changeset in ffmpeg [83e918de] by
- avutil/channel_layout: add a cube channel layout Signed-off-by: James …
- 6:49 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 5:37 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
Oct 29, 2022:
- 10:03 PM CompilationGuide/Android edited by
- Bambuser no longer available (diff)
- 9:57 PM CompilationGuide/Android edited by
- MobileFFmpeg superceded by FFmpeg Kit (diff)
- 4:29 PM Ticket #9873 (line stride does not appear to always match width in frei0r) updated by
-
Keywords changed
Fixed in 01b9abd7716cf24d3de870fd563e118d0d71123f - 4:04 PM Ticket #8865 (Lost frames when decode by mediacodec) updated by
-
Priority, Keywords changed
Please confirm that the issue is reproducible with current FFmpeg git … - 3:59 PM Ticket #8865 (Lost frames when decode by mediacodec) updated by
-
Keywords changed
I'm having the same issue after trying to update ffmpeg in my android … - 3:14 PM Ticket #9873 (line stride does not appear to always match width in frei0r) closed by
- fixed
- 3:11 PM Changeset in ffmpeg [01b9abd7] by
- avfilter/vf_frei0r: set align to 1 for frei0r frames The frei0r API …
- 2:42 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 2:30 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 11:37 AM Changeset in ffmpeg [17987b37] by
- avcodec/mpegvideo: Remove incorrect comment Signed-off-by: Andreas …
- 11:37 AM Changeset in ffmpeg [7e93fba5] by
- avcodec/mpegvideo: Remove always-false check This basically reverts …
- 11:37 AM Changeset in ffmpeg [ca96456c] by
- avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.c It …
- 11:37 AM Changeset in ffmpeg [4200ed2e] by
- avcodec/mpegvideo: Allocate map and score_map buffers jointly Reduces …
- 11:37 AM Changeset in ffmpeg [20ee12c6] by
- avcodec/mpegvideo: Don't overallocate buffer Only encoders need two …
- 4:26 AM Changeset in ffmpeg [307326b3] by
- doc/protocols: update rtsp options Split the rtsp options to …
- 4:26 AM Changeset in ffmpeg [3497362b] by
- doc/examples/muxing: Remove unnecessary ret Remove unnecessary ret …
Oct 28, 2022:
- 7:48 PM Changeset in ffmpeg [dc8ad5cb]n2.8.21 by
- Update for FFmpeg 2.8.21 Signed-off-by: Michael Niedermayer …
- 7:04 PM Changeset in ffmpeg [62dfe4f4] by
- avformat/rmdec: check tag_size Fixes: signed integer overflow: …
- 7:04 PM Changeset in ffmpeg [72804959] by
- avformat/nutdec: Check fields Fixes: signed integer overflow: …
- 7:04 PM Changeset in ffmpeg [f5346197] by
- avformat/cafdec: Check that nb_frasmes fits within 64bit Fixes: …
- 7:04 PM Changeset in ffmpeg [3503a45d] by
- avformat/asfdec_o: Limit packet offset avoids overflows with it …
- 7:04 PM Changeset in ffmpeg [fe862271] by
- avformat/ape: Check frames size Fixes: signed integer overflow: …
- 7:04 PM Changeset in ffmpeg [1ccd4a9e] by
- avformat/icodec: Check nb_pal Fixes: signed integer overflow: …
- 7:04 PM Changeset in ffmpeg [295c6a91] by
- avformat/aiffdec: Check block_duration Fixes: signed integer …
- 7:04 PM Changeset in ffmpeg [4274c246] by
- avcodec/apedec: Fix integer overflow in filter_3800() Fixes: signed …
- 7:04 PM Changeset in ffmpeg [d4cb28f0] by
- avcodec/tta: Check 24bit scaling for overflow Fixes: signed integer …
- 7:04 PM Changeset in ffmpeg [5d4b0b77] by
- libavformat/hls: Free keys Fixes: memleak Fixes: …
- 7:04 PM Changeset in ffmpeg [5681fa5b] by
- avcodec/bink: disallow odd positioned scaled blocks Fixes: out of …
- 7:04 PM Changeset in ffmpeg [998111d4] by
- avformat/asfdec_o: limit recursion depth in asf_read_unknown() The …
- 7:04 PM Changeset in ffmpeg [afd3c64c] by
- doc/git-howto.texi: Document commit signing Signed-off-by: Michael …
- 7:04 PM Changeset in ffmpeg [7a9fd7a2] by
- libavcodec/8bps: Check that line lengths fit within the buffer Fixes: …
- 7:04 PM Changeset in ffmpeg [a87ad0db] by
- libavformat/iff: Check for overflow in body_end calculation Fixes: …
- 7:04 PM Changeset in ffmpeg [09647fc7] by
- avcodec/h263dec: Sanity check against minimal I/P frame size Fixes: …
- 7:04 PM Changeset in ffmpeg [d76c8073] by
- MAINTAINERS: Add ED25519 key for signing my commits in the future …
- 7:04 PM Changeset in ffmpeg [b8c670c1] by
- avcodec/hevc_filter: copy_CTB() only within width&height Fixes: out …
- 7:04 PM Changeset in ffmpeg [e6f9ae27] by
- avformat/flvdec: Check for EOF in index reading Fixes: Timeout Fixes: …
- 7:04 PM Changeset in ffmpeg [4228a66b] by
- avformat/nutdec: Check get_packetheader() in mainheader Fixes; …
- 7:04 PM Changeset in ffmpeg [7593a9aa] by
- avformat/asfdec_f: Use 64bit for packet start time Fixes: signed …
- 7:04 PM Changeset in ffmpeg [380ac582] by
- avcodec/lagarith: Check dst/src in zero run code Fixes: out of array …
- 7:04 PM Changeset in ffmpeg [c2b4ce68] by
- avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c() …
- 7:04 PM Changeset in ffmpeg [45362629] by
- avformat/rtsp: break on unknown protocols This function needs more …
- 7:04 PM Changeset in ffmpeg [b679558] by
- avcodec/hevcdsp_template: stay within tables in sao_band_filter() …
- 7:04 PM Changeset in ffmpeg [985803bb] by
- avcodec/qpeldsp: copy less for the mc0x cases Fixes: out of array …
- 7:04 PM Changeset in ffmpeg [ca7078dd] by
- avcodec/wnv1: Check for width =1 The decoder only outputs pixels for …
- 7:04 PM Changeset in ffmpeg [07350ded] by
- avformat/sctp: close socket on errors This is untested as i have no …
- 7:04 PM Changeset in ffmpeg [bafac172] by
- avcodec/qdrw: adjust max colors to array size Fixes: out of array …
- 7:04 PM Changeset in ffmpeg [a3059140] by
- avformat/aiffdec: cleanup size handling for extreem cases …
- 7:04 PM Changeset in ffmpeg [e03ddb52] by
- avcodec/jpeglsdec: fix end check for xfrm Fixes: out of array access …
- 7:04 PM Changeset in ffmpeg [db570af4] by
- avcodec/cdgraphics: limit scrolling to the line Fixes: out of array …
- 7:04 PM Changeset in ffmpeg [b61ed461] by
- avformat/aiffdec: avoid integer overflow in get_meta() Fixes: signed …
- 7:04 PM Changeset in ffmpeg [c82d1ac9] by
- avformat/ape: more bits in size for less overflows Fixes: signed …
- 7:04 PM Changeset in ffmpeg [6c214b8e] by
- avformat/bfi: Check offsets better Fixes: signed integer overflow: …
- 7:04 PM Changeset in ffmpeg [cc277f46] by
- avformat/asfdec_f: Check packet_frag_timestamp Fixes: signed integer …
- 7:04 PM Changeset in ffmpeg [7f4cd945] by
- avcodec/texturedspenc: Fix indexing in color distribution …
- 6:25 PM Ticket #9996 (Write joc_complexity_index to dec3 (EAC3SpecificBox), Windows and ...) updated by
-
Status changed
Yes. I wanted to report that. - 3:58 PM Ticket #9996 (Write joc_complexity_index to dec3 (EAC3SpecificBox), Windows and ...) created by
- Summary of the bug: Here is a Dolby Atmos sample file with an …
- 12:46 PM Ticket #9995 (AVSubtitle structure has rectangles outside screen) updated by
- As far as I can see, you get what is encoded in the subtitles …
- 11:46 AM Ticket #9995 (AVSubtitle structure has rectangles outside screen) updated by
- Boiling down the basics and linking with the latest master, I get this …
- 10:34 AM Ticket #9994 (ffmpeg 5.1 cli changed how it interprets percent signs in output file urls) updated by
- I believe that this discussion should take place on the development …
- 10:28 AM Ticket #9994 (ffmpeg 5.1 cli changed how it interprets percent signs in output file urls) updated by
- The change is reasonable; but I would like to know how a third party …
- 9:30 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 9:09 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority, Blocking changed
- 8:32 AM Ticket #9995 (AVSubtitle structure has rectangles outside screen) updated by
- Please test current FFmpeg git head, the only version supported on …
- 8:14 AM Ticket #9995 (AVSubtitle structure has rectangles outside screen) created by
- Summary of the bug: With this packet captured off-air, …
- 7:38 AM Changeset in ffmpeg [79508ee5] by
- avcodec/metasound_data: Include data into metasound.c directly It is …
- 7:38 AM Changeset in ffmpeg [6856cabd] by
- avcodec/metasound_data: Move data shared with twinvq into a new file …
- 7:30 AM Changeset in ffmpeg [f8efd890] by
- avutil/tx_template: Move function pointers to const memory This can …
- 7:30 AM Changeset in ffmpeg [18821658] by
- avutil/tx_template: Avoid code duplication Reviewed-by: Lynne …
- 7:29 AM Changeset in ffmpeg [2af5f55b] by
- avutil/tx_template: Don't waste space for inexistent factors It is …
- 7:08 AM Changeset in ffmpeg [b71e2e42] by
- avcodec/aaccoder: Mark function pointer arrays as const Forgotten in …
- 7:08 AM Changeset in ffmpeg [cdd50223] by
- avformat/argo_cvg: Mark overrides as const Signed-off-by: Andreas …
Oct 27, 2022:
- 9:12 PM Ticket #9994 (ffmpeg 5.1 cli changed how it interprets percent signs in output file urls) closed by
- wontfix: I am not exactly a fan of how the image2 muxer changed its behaviour …
- 9:10 PM Ticket #9748 (Cannot create file with % in name) updated by
-
Keywords, Component changed
This obviously broke a lot of use cases. - 8:12 PM Ticket #9994 (ffmpeg 5.1 cli changed how it interprets percent signs in output file urls) updated by
-
Description changed
- 8:11 PM Ticket #9994 (ffmpeg 5.1 cli changed how it interprets percent signs in output file urls) created by
- Summary of the bug: in ffmpeg 5.0 one had to "escape" percent signs in …
- 6:49 PM Changeset in ffmpeg [cb803a00] by
- swscale: aarch64: Fix yuv2rgb with negative strides Treat the 32 bit …
- 6:49 PM Changeset in ffmpeg [2eb601e8] by
- configure: Remove a leftover comment about MSVC C99 support Support …
- 6:21 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- Replying to Balling: > >I think this patch fixes 24-bit …
- 6:21 PM Ticket #9964 (Wrong channel mapping in decoded 5.1 ATRAC3plus stream) updated by
- https://patchwork.ffmpeg.org/project/ffmpeg/patch/20221027164940.46118- …
- 6:15 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- >I think this patch fixes 24-bit encoding also My patch is only for …
- 5:39 PM Changeset in ffmpeg [22fc0375] by
- configure: Remove unnecessary mpeg[12]video_enc->h263dsp dependencies …
- 5:37 PM Changeset in ffmpeg [938c62b3] by
- avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily It …
- 5:11 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- Replying to Balling: > Replying to mertozan: > …
- 4:47 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 4:15 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 2:29 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Analyzed by developer changed
- 2:29 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Analyzed by developer, Cc changed
- 1:44 PM Changeset in ffmpeg [e59e14ee] by
- avcodec/speedhq: Remove unused ff_rl_speedhq Signed-off-by: Andreas …
- 1:44 PM Changeset in ffmpeg [4190019f] by
- avcodec/speedhqenc: Don't initialize unused parts of RLTable …
- 1:44 PM Changeset in ffmpeg [92b81a7c] by
- avcodec/mpeg12data: Remove ff_rl_mpeg1 No longer used anywhere. …
- 1:44 PM Changeset in ffmpeg [a89b9d15] by
- avcodec/mpeg12enc: Don't initialize unused parts of RLTable …
- 1:44 PM Changeset in ffmpeg [0486f0f5] by
- avcodec/rl: Add analogue for ff_rl_init() without RLTable …
- 1:44 PM Changeset in ffmpeg [65beba78] by
- avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly …
- 1:44 PM Changeset in ffmpeg [a12abf59] by
- avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directly …
- 1:44 PM Changeset in ffmpeg [6bb0760] by
- avcodec/mpeg12data: Remove unused ff_rl_mpeg2 Signed-off-by: Andreas …
- 1:44 PM Changeset in ffmpeg [4a8fe21a] by
- avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl() …
- 1:44 PM Changeset in ffmpeg [06fafbe0] by
- avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarily …
- 1:44 PM Changeset in ffmpeg [178dcbb9] by
- avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlc …
- 1:44 PM Changeset in ffmpeg [18412c76] by
- avcodec/speedhqenc: Avoid unnecessary indirection Signed-off-by: …
- 1:44 PM Changeset in ffmpeg [19ede649] by
- avcodec/mpeg12enc: Avoid unnecessary indirection Signed-off-by: …
- 1:44 PM Changeset in ffmpeg [11dfa4d1] by
- avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables …
- 1:32 PM Changeset in ffmpeg [9aa7397d] by
- avformat/mux: Constify validate_codec_tag() Signed-off-by: Andreas …
- 1:32 PM Changeset in ffmpeg [5da8b522] by
- avformat/mux: Don't call ff_toupper4() unnecessarily Signed-off-by: …
- 1:32 PM Changeset in ffmpeg [495d738b] by
- avcodec/mpeg12dec: Remove redundant function call Redundant since …
- 10:36 AM Ticket #9571 (MXF muxer using long gop with x264 essence creates corrupt output) updated by
- Plays fine in VLC 3.0.17.4 with current master …
- 10:17 AM Changeset in ffmpeg [4bc79769] by
- libavcodec: Fix a comment typo Signed-off-by: Martin Storsjö …
- 10:02 AM Ticket #7467 (ffmpeg mkv muxer missing track statistics) updated by
-
Cc changed
This anomaly appears to persist. Is there any further information … - 8:23 AM Changeset in ffmpeg [00b03331] by
- avfilter/vf_threshold: fix handling of zero threshold
- 8:23 AM Changeset in ffmpeg [0e5e3b37] by
- avfilter/vf_[color/chroma]key: lower lower limit for similarity option
Oct 26, 2022:
- 9:40 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 6:40 PM Ticket #6253 (Canon C100 - bugged playback in Premiere/QT after rewrap to mov) closed by
- invalid: That does not appear to be a duplicate. There is no much difference …
- 6:23 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- Replying to mertozan: > I’m sorry but why are you changing …
- 5:09 PM Ticket #9992 (gray16 pixel format) updated by
-
Description changed
- 5:07 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
I’m sorry but why are you changing the priority. This is a bug. Core … - 5:03 PM Ticket #502 (Jumping frames (wrong presentation order) in QT for avi(h264)->mp4 ...) updated by
- ffmpeg -i sample-issue-502.avi -c:v copy -bsf:v dts2pts …
- 4:52 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210531150302.359628 …
- 4:26 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 4:16 PM Ticket #9992 (gray16 pixel format) updated by
- Well, the same as with IO... p010le 3 15 …
- 3:03 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority changed
- 3:01 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Cc changed
- 3:00 PM Ticket #9993 (alac_at only converts 16 bit sample) updated by
- I would be glad if you could provide information. Am I doing a …
- 1:18 PM Changeset in ffmpeg [4c35bb53] by
- avcodec/ac3_parser: improve false positive detection when parsing sync …
- 1:18 PM Changeset in ffmpeg [ffb69187] by
- avcodec/aac_ac3_parser: reindent after previous commit Signed-off-by: …
- 1:18 PM Changeset in ffmpeg [57117c0e] by
- avcodec/aac_ac3_parser: don't try to sync when the parser is …
- 1:18 PM Changeset in ffmpeg [b5abf6fd] by
- avcodec/aac_ac3_parser: don't fill stream info in the sync function …
- 1:18 PM Changeset in ffmpeg [676e7d7f] by
- avcodec/adts_parser: allow passing a pre allocated AACADTSHeaderInfo …
- 12:23 PM Ticket #9983 (Build error with clang on 32 bit Windows) updated by
- The configure line is a simple "./configure". […] I will try to …
- 12:16 PM Changeset in ffmpeg [72db6a4f] by
- avcodec/ac3dec: split off code discarding garbage at the beginning of …
- 11:40 AM Ticket #9983 (Build error with clang on 32 bit Windows) updated by
-
Keywords, Version, Component changed
Please either provide the configure line you tested and clang -v … - 11:33 AM Ticket #9989 (Assertion diff >= 0 && diff <= 120 failed at libavcodec/aacenc.c:684) updated by
-
Priority, Keywords, Component changed
- 11:31 AM Ticket #9993 (alac_at only converts 16 bit sample) updated by
-
Priority, Keywords, Component, Type changed
- 11:25 AM Ticket #4043 (mss2: fix decoding of mss2) closed by
- fixed: Fixed by Peter Ross in 31162eb9490e51a526ff0f78a57303a4d6433aba
- 11:25 AM Ticket #3255 (mss2: decode errors) closed by
- fixed: Fixed by Peter Ross in 31162eb9490e51a526ff0f78a57303a4d6433aba
- 11:19 AM Ticket #9993 (alac_at only converts 16 bit sample) created by
- I'm converting 24-bit DTS file to alac but always converts 16 bit per …
- 9:35 AM Changeset in ffmpeg [31162eb9] by
- avcodec/mss2: calculate draw region and revise split position for …
- 9:30 AM Changeset in ffmpeg [639b7af4] by
- avcodec/vp3data: rectify comment
- 9:30 AM Changeset in ffmpeg [58bd7d97] by
- avcodec/jpegtables: remove duplicate luma and chroma quantization …
- 7:58 AM Ticket #9992 (gray16 pixel format) created by
- When the available pixel formats are listed with ffmpeg -pix_fmts then …
Oct 25, 2022:
- 9:28 PM Ticket #9990 (FilterGraph + Map creates too many output streams, causes wrong output) updated by
- Thanks for the explanation... that makes sense. I will omit the …
- 8:10 PM Ticket #9990 (FilterGraph + Map creates too many output streams, causes wrong output) closed by
- invalid: Two output streams in this case is not a bug, rather the previous …
- 6:58 PM Ticket #9990 (FilterGraph + Map creates too many output streams, causes wrong output) updated by
-
Summary changed
- 6:17 PM Ticket #502 (Jumping frames (wrong presentation order) in QT for avi(h264)->mp4 ...) closed by
- fixed: Commit b92e14147f8efb32f3dbbb112dbaa5a5ab9bcd03 addresses this with a …
- 5:23 PM Ticket #9990 (FilterGraph + Map creates too many output streams, causes wrong output) updated by
-
Oddly, if I remove
-lavfioption OR-map 0:vit works. - 5:13 PM Ticket #9991 (Feature Request: show timestamp inside title bar) created by
- Hello, it would be nice to have the current timestamp shown inside the …
- 5:11 PM Ticket #9990 (FilterGraph + Map creates too many output streams, causes wrong output) created by
- Summary of the bug: ffmpeg creates too many output streams and also …
- 12:56 PM Changeset in ffmpeg [9bed814e] by
- lavc/aarch64: add hevc horizontal qpel/uni/bi checkasm --benchmark on …
- 12:55 PM Changeset in ffmpeg [894191e7] by
- avcodec/svq1enc: Workaround GCC bug 102513 GCC 11 has a bug: When it …
- 12:16 PM Ticket #6370 (Change in rotate metadata treatment between ffmpeg 3.2 and ffmpeg 3.3) closed by
- fixed: Should be fixed with b9058765d7422bb801af0e67fb58ba47e523f831
- 12:15 PM Ticket #8329 (Rotation metadata not overridden when the input video has rotation ...) closed by
- fixed: Should be fixed with b9058765d7422bb801af0e67fb58ba47e523f831
- 9:13 AM Changeset in ffmpeg [7aa5ea23] by
- fftools/ffmpeg_demux: stop modifying OptionsContext It should be …
- 9:12 AM Changeset in ffmpeg [0d821edb] by
- fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disable The …
- 9:12 AM Changeset in ffmpeg [69da53ad] by
- fftools/ffmpeg_mux_init: move code creating streams into a new …
- 9:11 AM Changeset in ffmpeg [006df0b6] by
- fftools/ffmpeg_mux_init: stop modifying some OptionsContext fields …
- 9:04 AM Changeset in ffmpeg [ccab823] by
- fftools/ffmpeg_mux_init: constify metadata specifier arguments
- 9:04 AM Changeset in ffmpeg [aa0ce91f] by
- fftools/ffmpeg_mux_init: avoid modifying …
- 9:04 AM Changeset in ffmpeg [5ccc151b] by
- fftools/ffmpeg: factor out copying metadata/chapters from of_open() …
- 9:04 AM Changeset in ffmpeg [21ef1f2c] by
- fftools/ffmpeg_demux: log when the demuxer thread terminates Similar …
- 9:04 AM Changeset in ffmpeg [5c1a096d] by
- fftools/ffmpeg: move nb_streams_warn from InputFile to Demuxer It is …
- 9:04 AM Changeset in ffmpeg [d8f7ce3] by
- fftools/ffmpeg_demux: do not log to the demuxer context Only the …
- 9:04 AM Changeset in ffmpeg [541104f3] by
- fftools/ffmpeg: move duration/time_base from InputFile to Demuxer …
- 9:04 AM Changeset in ffmpeg [5bc1f17] by
- fftools/ffmpeg: move threading fields from InputFile to Demuxer They …
- 9:04 AM Changeset in ffmpeg [c20977c4] by
- fftools/ffmpeg: drop free_input_threads() Stop demuxer threads in …
- 9:04 AM Changeset in ffmpeg [295848ba] by
- fftools/ffmpeg: move closing the input file into a separate function …
- 9:04 AM Changeset in ffmpeg [09cd147d] by
- fftools/ffmpeg: drop init_input_threads() Start threads implicitly …
- 9:04 AM Changeset in ffmpeg [69753205] by
- fftools/ffmpeg_demux: add demuxer private data Move InputFile.loop …
- 9:04 AM Changeset in ffmpeg [78efefa9] by
- fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c This …
- 3:13 AM Ticket #9989 (Assertion diff >= 0 && diff <= 120 failed at libavcodec/aacenc.c:684) created by
- $ xxd -i new_poc unsigned char new_poc[] = { 0xc5, 0xff, 0xff, …
- 12:49 AM Changeset in ffmpeg [1af499cd] by
- lavc/qsvenc_hevc: accept HDR metadata if have The SDK may accept HDR …
- 12:49 AM Changeset in ffmpeg [dc26bd8e] by
- lavc/qsvenc: enlarge the maximum number of ExtParam buffers on …
- 12:49 AM Changeset in ffmpeg [76965fa4] by
- lavc/qsvenc: fix check to avoid segfault Signed-off-by: Haihao Xiang …
Oct 24, 2022:
- 8:05 PM Ticket #9947 (Misbehaving Curves Filter) closed by
- fixed: 65f96a965af415300f7533c75940eeae4e3a2287
- 7:20 PM Ticket #4364 (Support for DNG (RAW)) updated by
- Replying to Balling: > >P.S. Does anybody have a DNG test …
- 6:11 PM Changeset in ffmpeg [d7c3e52] by
- avutil/integer: Use '|' instead of '+' where it is more natural …
- 5:04 PM Ticket #4364 (Support for DNG (RAW)) updated by
- >P.S. Does anybody have a DNG test image with known colors? RAW …
- 4:04 PM Changeset in ffmpeg [9a6cdd1b] by
- avutil/integer: Fix undefined left shifts of negative numbers …
- 2:28 PM Changeset in ffmpeg [f49375f2] by
- avutil/aes: Don't use out-of-bounds index Up until now, av_aes_init() …
- 2:28 PM Changeset in ffmpeg [73930e4f] by
- avutil/aes: Don't use misaligned pointers The AES code uses …
- 2:28 PM Changeset in ffmpeg [7c5d256c] by
- avcodec/motion_est_template: Avoid using last + 1 element of array …
- 2:28 PM Changeset in ffmpeg [c7615523] by
- avcodec/snow_dwt: Fix left shifts of negative numbers Affected the …
- 2:27 PM Ticket #9988 (Resolution metadata for JPEG with orientation) updated by
-
Description changed
- 2:26 PM Ticket #9988 (Resolution metadata for JPEG with orientation) created by
- In the current version (N-108614-g37ee36f689-20221011) of FFmpeg and …
- 11:00 AM Ticket #9985 (Flipping an image with sws_scale crashes in arm64) updated by
-
Nope, it doesn't crash anymore if I call
av_force_cpu_flags(0). … - 8:23 AM Ticket #9517 (Null pointer dereference) updated by
-
Keywords changed
- 7:40 AM Ticket #9987 (Example issue in vide_decode.c) created by
- In the decode_video.c example the statement codec = …
- 7:04 AM Hardware/QuickSync edited by
- (diff)
- 6:13 AM Ticket #4364 (Support for DNG (RAW)) updated by
- If anybody has DNG images from other cameras which weren't yet …
- 5:30 AM Changeset in ffmpeg [d79c2401] by
- doc/encoders: Add doc for av1_qsv Add doc for av1_qsv. …
- 5:30 AM Changeset in ffmpeg [dc9e4789] by
- libavcodec/qsvenc_av1: add av1_qsv encoder It is available only when …
- 12:00 AM Changeset in ffmpeg [874a6f20] by
- fftools/ffmpeg: set thread names
- 12:00 AM Changeset in ffmpeg [a2f59138] by
- lavf: set internal thread names
- 12:00 AM Changeset in ffmpeg [5f82447d] by
- lavc/pthread_frame: set worker thread names
- 12:00 AM Changeset in ffmpeg [f66e7946] by
- lavu/thread: add an internal function for setting thread name …
Note:
See TracTimeline
for information about the timeline view.
