Timeline
Dec 27, 2015:
- 10:24 PM WikiStart edited by
- update link to Waveform, delete abandoned Chinese PHP page (diff)
- 10:22 PM Create a Waveform Image from an Audio Stream created by
- Create a Waveform Image from an Audio Stream → …
- 10:21 PM Waveform edited by
- forgot image (diff)
- 10:18 PM Waveform edited by
- add showwaves 'n friends (diff)
- 9:08 PM Ticket #4676 (Concat of AAC + MP4 has gaps) updated by
- I believe I'm running into the same issue as this, with trying to do …
- 8:44 PM Changeset in ffmpeg [c48122d7] by
- avformat/hls: Added http_proxy support Signed-off-by: Michael …
- 8:44 PM Changeset in ffmpeg [9cdccd40] by
- avformat/hls: Remember to free HLSContext::headers Signed-off-by: …
- 8:44 PM Changeset in ffmpeg [b4eb1f29] by
- avformat/http: Added http_proxy option Signed-off-by: Michael …
- 7:49 PM Changeset in ffmpeg [1809894b] by
- avfilter/af_silenceremove: add peak detector Signed-off-by: Paul B …
- 3:44 PM Changeset in ffmpeg [32153421] by
- avcodec/on2avc: Fix stability issues with scale_tab generation This …
- 10:19 AM Ticket #2439 (allow to copy latm aac to raw aac without reencoding audio) updated by
-
Cc changed
- 10:11 AM Ticket #2439 (allow to copy latm aac to raw aac without reencoding audio) updated by
- I wish I could do the reverse: copy aac to aac_latm without recoding. …
- 8:09 AM Changeset in ffmpeg [baf4c489] by
- avio: add detail to avio_printf() size warning Previous "currently …
- 8:09 AM Changeset in ffmpeg [b25ac3c9] by
- ffserver: add a doctype heading to our HTML pages Signed-off-by: …
- 8:09 AM Changeset in ffmpeg [daaa535] by
- ffserver: HTML encode msgs instead of blindly stripping chars out …
- 8:09 AM Changeset in ffmpeg [0e5c1dc9] by
- ffserver: make our 404 explicitly HTML5/UTF-8 Signed-off-by: Reynaldo …
- 4:29 AM Changeset in ffmpeg [c5b3c4c7] by
- lavc/snowenc: replace rint by lrint avoids float to int cast. …
- 4:29 AM Changeset in ffmpeg [5979c740] by
- lavc/dds: replace rint by lrint avoids float to int cast. …
- 4:29 AM Changeset in ffmpeg [e09edc62] by
- lavc/texturedsp: replace rint by lrint avoids float to int cast. …
- 4:29 AM Changeset in ffmpeg [3e2e303e] by
- lavfi/avf_showspectrum: replace rint by lrint avoids float to int …
- 4:29 AM Changeset in ffmpeg [4e7cfefa] by
- lavfi/vf_hue: replace rint by lrint avoids float to int cast. …
- 2:14 AM Changeset in ffmpeg [0779d54a] by
- doc/filters: note NetCDF dependency for sofalizer Also add @url for …
- 1:20 AM Changeset in ffmpeg [71af3895] by
- avcodec/on2avc: fix regression on icc since 5495c7f Should fix the …
Dec 26, 2015:
- 10:43 PM Ticket #4837 (itsoffset has no effect for png stream and overlay/blend filter) updated by
-
Cc changed
- 10:43 PM Ticket #4837 (itsoffset has no effect for png stream and overlay/blend filter) closed by
- invalid: itsoffset is the wrong tool for this, much more flexible is to …
- 7:22 PM Ticket #4849 (FFmpeg performs 3 HTTP GET requests to convert single remote JPG image) closed by
- fixed: Fixed in e9e87822022fc81f92866f870ecedfd2f6272ac9 and …
- 7:21 PM Changeset in ffmpeg [e70d56b8] by
- avformat/img2dec: Reuse main IO context instead of reopening a single …
- 7:21 PM Changeset in ffmpeg [e9e87822] by
- avformat/img2dec: Skip checking the input files existence if it has …
- 3:32 PM Ticket #5107 (av_interleave_write_frame() unknow error and crash ffmpeg execution. ...) updated by
- ffmpeg started on 2015-12-26 at 10:24:22 Report written to …
- 11:49 AM Ticket #4852 (Metadata stream of MPEG-2 file not being written out correctly.) updated by
-
Cc changed
It seems you spend alot of time investigating this, the issues you see … - 9:28 AM Changeset in ffmpeg [69a68593] by
- Remove stray line breaks from …
- 9:26 AM Changeset in ffmpeg [5049f6b7] by
- rtpdec_jpeg: Coalesce redundant error checks
- 8:45 AM Ticket #5107 (av_interleave_write_frame() unknow error and crash ffmpeg execution. ...) updated by
-
Priority, Version, Component changed
Please test and provide complete, uncut console output for current … - 5:35 AM Ticket #5107 (av_interleave_write_frame() unknow error and crash ffmpeg execution. ...) created by
- ffmpeg started on 2015-12-26 at 13:10:45 Report written to …
Dec 25, 2015:
- 9:11 PM Changeset in ffmpeg [f16e4a0] by
- ffplay: replace rint by lrint avoids the float to integer cast, and …
- 7:46 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
-
Cc changed
- 7:46 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- is there anything invalid in the files generated after …
- 7:41 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
-
Priority, Keywords changed
OK, so we indeed have a regression since 2011 in … - 6:48 PM Changeset in ffmpeg [0abdcae5] by
- lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x) …
- 6:48 PM Changeset in ffmpeg [25ae086d] by
- lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) Signed-off-by: …
- 6:48 PM Changeset in ffmpeg [3343e4e6] by
- lavc/wmaenc: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [62765c00] by
- lavc/wmadec: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [a0ea801] by
- lavc/opus: replace pow(10,x) by ff_exp10(x) Reviewed-by: Rostislav …
- 6:48 PM Changeset in ffmpeg [5495c7f2] by
- lavc/on2avc: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [26ac80d2] by
- lavc/imc: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [717eeb77] by
- lavc/dcaenc: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [b0e28da3] by
- lavc/cngdec: replace pow(10,x) by ff_exp10(x) Signed-off-by: Ganesh …
- 6:48 PM Changeset in ffmpeg [cb3a994b] by
- lavc/aacpsy: replace pow(10,x) by ff_exp10(x) Reviewed-by: Rostislav …
- 6:48 PM Changeset in ffmpeg [421679db] by
- lavfi/af_compand: replace pow(10,x) by ff_exp10(x) Signed-off-by: …
- 6:48 PM Changeset in ffmpeg [6c360ca8] by
- lavfi/af_volume: replace pow(10,x) by ff_exp10(x) Signed-off-by: …
- 6:48 PM Changeset in ffmpeg [e0024b9e] by
- lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) Reviewed-by: …
- 6:48 PM Changeset in ffmpeg [86aa2e9f] by
- lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) Signed-off-by: …
- 6:48 PM Changeset in ffmpeg [0e9fe3e3] by
- lavu/eval: replace pow(10,x) by ff_exp10(x) Reviewed-by: Ronald S. …
- 6:18 PM Changeset in ffmpeg [48cd3d23] by
- lavc/libopusdec: replace pow(10,x) by ff_exp10(x) Signed-off-by: …
- 6:12 PM Changeset in ffmpeg [11388b5a] by
- lavu/internal: add ff_exp10 Fast, reasonably accurate 10x. …
- 6:12 PM Changeset in ffmpeg [73616b1f] by
- lavu/libm,configure: remove exp10, exp10f detection Subsequent commit …
- 6:03 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- OK Compiled "after" FFmpeg. git checkout …
- 5:25 PM Changeset in ffmpeg [5630ed5b] by
- lavu/libm: misc, minor changes Addition of comments marking the end …
- 4:54 PM Changeset in ffmpeg [b218ad46] by
- tools/bookmarklets: HTML code fixes Minor HTML5 code changes. Closes #167
- 3:32 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Replying to Kamedo2: > I'm going to start a new …
- 3:29 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Try […] Then to go back one commit earlier with {{{git reset …
- 3:22 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
-
I'm going to start a new listening test of
-c:a aacand {{{-c:a … - 2:54 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- "If you can compare before and after this commit" I suppose that I …
- 2:10 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
-
The
stcodifference might be explained by … - 2:03 PM Changeset in ffmpeg [c9b99494] by
- avfilter/af_anequalizer: make cliping filter type actually useful …
- 2:00 PM Changeset in ffmpeg [c6e3b6a8] by
- avfilter/af_anequalizer: use pow instead of exp10 Signed-off-by: Paul …
- 1:27 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Replying to bat999: > Yes, ff.m4a doesn't play and av.m4a …
- 1:22 PM Changeset in ffmpeg [56c7d2b4] by
- avfilter: add high-order parametric multiband equalizer filter …
- 1:01 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Yes, ff.m4a doesn't play and av.m4a does play. ffmpeg -i /tmp/sine.m4a …
- 11:53 AM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
-
Oh, and can you try to use
-use_editlist nowith ffmpeg? It … - 11:47 AM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- @relaxed: both ffmpeg and avconv use faststart. @bat999: can you try …
- 11:31 AM Changeset in ffmpeg [80508178] by
- doc/muxers/mpegts: update doc after adding flag to embed an …
- 10:52 AM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Maybe it expects the index at the beginning of the file. Try: ffmpeg …
- 10:07 AM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Yes, the avconv file does play OK, but that's because it's a very …
- 9:55 AM Changeset in ffmpeg [99eabcdd] by
- avcodec: add OpenJPEG 2.x compatibility Signed-off-by: Michael …
- 1:10 AM Changeset in ffmpeg [9cc1e644] by
- ffplay: Fix auto insertion point of rotation filter Fixes watermark …
Dec 24, 2015:
- 9:07 PM Ticket #4926 (Alpha plane lost on cascaded downscaling) closed by
- fixed: Fixed in b83d8be6bff7d645469a623aee0b380541da15cf
- 8:46 PM Changeset in ffmpeg [b83d8be6] by
- swscale/utils: Fix intermediate format for cascaded alpha downscaling …
- 7:57 PM Ticket #4864 (AC3 is parsed as MP3) closed by
- fixed: Fixed in 4bec36f98c5150b09d45740f3e1c80526e85b676
- 7:47 PM Changeset in ffmpeg [4bec36f9] by
- avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not …
- 7:47 PM Changeset in ffmpeg [052e692e] by
- avcodec/ac3dec: Print the value of out of range exponents …
- 7:29 PM Changeset in ffmpeg [26937fb4] by
- swr/resample: use av_clip_int16 instead of av_clip Reviewed-by: …
- 6:00 PM Changeset in ffmpeg [8cbb0557] by
- avfilter/af_sofalizer: make virtual speaker positioning supports all …
- 5:12 PM Ticket #4998 (SanDisk Clip Sport/Jam is buggy, support generating "simpler" mp4 ...) updated by
- Hi I've done another experiment. With avconv... avconv version …
- 5:08 PM Ticket #4861 (E-AC3 audio glitch : exponent out-of-range) updated by
- Iirc, my hardware decoder outputs no audible glitches.
- 5:06 PM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
-
Replying to doublemax:
> The strange thing -
mplayer… - 5:00 PM Ticket #4861 (E-AC3 audio glitch : exponent out-of-range) updated by
-
Cc changed
Is there a decoder that plays this without any errors/glitches ? - 4:17 PM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
- @cehoyos Thanks a lot for your answer - and sorry for my bad English. …
- 4:05 PM Changeset in ffmpeg [8dba3fb8] by
- x86/vf_blend: add sse2 versions of blend_difference and blend_negation …
- 4:05 PM Changeset in ffmpeg [02f42805] by
- x86/vf_blend: make all functions work on x86_32 Reviewed-by: Paul B …
- 4:05 PM Changeset in ffmpeg [0988c68c] by
- x86/vf_blend: simplify using macros Reviewed-by: Paul B Mahol …
- 4:05 PM Changeset in ffmpeg [ce4c85de] by
- x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 …
- 1:18 PM Ticket #5097 (XDCAM HD422) updated by
- Hi. Add "-profile:v 0 -level:v 2" to fully define XDCAM HD422 regards …
- 12:58 PM Changeset in ffmpeg [2008f760] by
- dca: remove unused decode_hf function and quant_d tables They were …
- 9:40 AM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
-
Replying to doublemax:
> The video plays with
mplayer… - 9:33 AM Ticket #5106 (Wrong tbr(fps) in mp4 and ogg output from input flv with 31 tbr(fps) ...) updated by
-
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since 367c9d33 related to ticket #4012. - 8:41 AM Ticket #5106 (Wrong tbr(fps) in mp4 and ogg output from input flv with 31 tbr(fps) ...) updated by
- Added: - Command lines in bugconvert.bat - Log files - flv sample
- 8:14 AM Ticket #5106 (Wrong tbr(fps) in mp4 and ogg output from input flv with 31 tbr(fps) ...) updated by
-
Keywords, Component changed
Please provide the command line that allows to reproduce this issue … - 7:56 AM Ticket #5106 (Wrong tbr(fps) in mp4 and ogg output from input flv with 31 tbr(fps) ...) created by
- Summary of the bug: Conversion of flv with fps of 31 and higher to mp4 …
- 7:48 AM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
-
Yes, a typo - but I could not fix it.
The video plays with
mplayer… - 1:30 AM Changeset in ffmpeg [47074970] by
- avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way …
Dec 23, 2015:
- 11:12 PM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
-
Replying to doublemax:
>
mplayer/ffplayplays the … - 10:56 PM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) updated by
-
Summary of the bug:
mplayer/ffplayplays the down below video - … - 10:53 PM Ticket #5105 (MPEG-4 asp corrupted after bitstream error) created by
-
Summary of the bug:
mplayer/ffplayplays the down below video - … - 9:38 PM Ticket #5055 (maskedmerge filter crashes on 64 bit) closed by
- fixed: Fixed in e42e0b11f1df41e034c22c71656b43f402302ab5
- 9:38 PM Changeset in ffmpeg [e42e0b11] by
- avfilter/x86/vf_maskedmerge: Clear upper part of width Fixes crash …
- 8:33 PM Ticket #5000 (Skipping frames for GoPro videos recorder with Ambarella) updated by
-
Cc changed
Replying to cehoyos: > Please ignore, I can reproduce the … - 7:01 PM Ticket #4888 (62bd8deef causes a regression in HEVC decoding / hevc needs support to ...) updated by
-
Summary changed
- 6:47 PM Ticket #5104 (Assertion failure encoding with libschroedinger) updated by
- Fixed in b942845beedc369cf0684eb332e3cd8cd00c13d0.
- 6:15 PM Changeset in ffmpeg [3689b58a] by
- avfilter/af_biquads: display clipping warnings once per filtered frame …
- 5:22 PM Changeset in ffmpeg [e29db08c] by
- lavu/libm: add exp10 support exp10 is a function available in GNU …
- 5:22 PM Changeset in ffmpeg [520a5d33] by
- lavfi/af_aemphasis: remove unnecessary complex number usage complex …
- 2:08 PM Changeset in ffmpeg [a0ec4aeb] by
- avformat/subtitles: treat negative duration like unknown duration …
- 11:46 AM Changeset in ffmpeg [57787f5e] by
- avcodec/s302menc: comment out allowed channel layouts Signed-off-by: …
- 11:30 AM Ticket #4957 (Crash in libavformat/mux.c when processing a corrupted input stream) closed by
- fixed: The crash was fixed by Michael in …
- 11:29 AM Ticket #5067 (crash on Mapping Multicast TV Stream to HLS with "Exactly one WebVTT ...) updated by
- Looks like a duplicate of ticket #4957.
- 11:20 AM Ticket #5090 (fragmented mp4 have bad dts on video track) updated by
- I tried to find out why this was broken in 2.8 but I wasn't …
- 10:50 AM Changeset in ffmpeg [aebf0707] by
- dca: change the core to work with integer coefficients. The DCA core …
- 10:50 AM Changeset in ffmpeg [85990140] by
- dca: Add math helpers. They will be used by the integer core decoder.
- 9:59 AM Ticket #5104 (Assertion failure encoding with libschroedinger) closed by
- fixed
- 9:22 AM Ticket #5104 (Assertion failure encoding with libschroedinger) updated by
- The context was missing an AVClass, I pushed a fix.
- 9:22 AM Changeset in ffmpeg [b942845b] by
- avcodec/libschroedingerenc: add missing AVClass to private context …
- 9:15 AM Ticket #5104 (Assertion failure encoding with libschroedinger) updated by
-
Priority, Keywords, Status, Reproduced by developer changed
Regression since 2630f7f7 / be00ec83 - 2:36 AM Ticket #5104 (Assertion failure encoding with libschroedinger) created by
- […]
Dec 22, 2015:
- 11:32 PM Null edited by
- (diff)
- 11:14 PM Null created by
- 7:59 PM Scaling edited by
- (diff)
- 7:23 PM Changeset in ffmpeg [b648b246] by
- diracdec: add missing check for pixel_range_index This fixes an …
- 6:39 PM Changeset in ffmpeg [7172175] by
- mlvdec: validate bits_per_coded_sample A negative …
- 4:48 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Oh, I hadn't seen the -profile:a aac_main in comment:456, without it, …
- 4:42 PM Changeset in ffmpeg [d6ce1cb1]n2.6.6 by
- Update for 2.6.6 Signed-off-by: Michael Niedermayer …
- 4:17 PM Changeset in ffmpeg [5dbd114b] by
- avformat/movenc-test: Make format static Makes greping for non static …
- 3:21 PM Changeset in ffmpeg [d3b6a9ab] by
- avformat/mov: Update handbrake_version threshold for full mp3 parsing …
- 3:04 PM Changeset in ffmpeg [16557887] by
- lavfi: make request_frame() non-recursive. Instead of calling the …
- 3:04 PM Changeset in ffmpeg [108b4de5] by
- lavfi: replace link.closed by link.status. The status field can carry …
- 3:04 PM Changeset in ffmpeg [39a09e99] by
- lavfi: deprecate avfilter_link_set_closed(). Applications are not …
- 2:55 PM Changeset in ffmpeg [b8b7d5ac] by
- lavfi: add link.current_pts field.
- 2:55 PM Changeset in ffmpeg [d03eab34] by
- lavfi: rename link.current_pts to current_pts_us. This field is used …
- 2:55 PM Changeset in ffmpeg [63f7bee7] by
- lavfi/vf_mpdecimate: remove request_frame(). It is no longer needed …
- 2:09 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Sadly, it still crashes with some samples. […] […] […] …
- 1:41 PM Changeset in ffmpeg [05af8608] by
- avcodec/ass: check for av_mallocz() failure Signed-off-by: Michael …
- 12:57 PM Changeset in ffmpeg [18cd7891] by
- MAINTAINERS: add Eran Kornblau for aes_ctr and movenccenc …
- 11:54 AM Changeset in ffmpeg [d7c2b756] by
- vaapi: Add VP9 hwaccell support Signed-off-by: Timo Rothenpieler …
- 9:02 AM Ticket #5103 (Invalid format string in ffserver.c) updated by
-
Version, Priority, Status changed
Patch sent. - 9:02 AM Ticket #5101 (Variables used uninitialized in libavformat/utils.c) updated by
-
Priority, Version changed
Both variables are not accessed if they are uninitialized and the … - 8:55 AM Ticket #5102 (Variable used uninitialized in libavcodec/ffv1enc.c) updated by
-
Summary changed
- 8:54 AM Ticket #5102 (Variable used uninitialized in libavcodec/ffv1enc.c) updated by
-
Priority, Keywords, Version changed
The warning was originally addressed in … - 8:44 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- I believe the assertion failure in comment:456 and comment:464 has …
- 8:29 AM Ticket #5100 (Bad format string in rmdec.c) closed by
- fixed: Thank you for the report, should be fixed in …
- 8:29 AM Changeset in ffmpeg [b18230ee] by
- lavf/rmdec: Use correct format specifier for int64_t. Fixes ticket #5100.
- 8:26 AM Changeset in ffmpeg [4720a562] by
- AAC encoder: fix possible assertion failure in PNS Fix possible SF …
- 5:24 AM Ticket #5063 (signed integer overflow in get_scale_factor) closed by
- invalid: Same as #5060, can't reproduce with git head.
- 5:23 AM Ticket #5062 (signed integer overflow in decode_scaling_list) closed by
- invalid: Same as #5060, can't reproduce with git head.
- 5:23 AM Ticket #5061 (signed integer overflow in ff_init_poc) closed by
- invalid: Same as #5060, can't reproduce with git head.
- 5:22 AM Ticket #5060 (signed integer overflow in decode_cabac_residual_internal) closed by
- invalid: This is not reproducible with git head, so it must have been fixed by …
- 4:44 AM Ticket #5103 (Invalid format string in ffserver.c) created by
- The following was observed when building N-77414-g484cc66 and should …
- 4:41 AM Ticket #5102 (Variable used uninitialized in libavcodec/ffv1enc.c) created by
- The following were observed when building N-77414-g484cc66 and should …
- 4:40 AM Ticket #5101 (Variables used uninitialized in libavformat/utils.c) created by
- The following were observed when building N-77414-g484cc66 and should …
- 4:38 AM Ticket #5100 (Bad format string in rmdec.c) created by
- The following format warning was seen with N-77414-g484cc66: […]
Dec 21, 2015:
- 7:36 PM Ticket #5099 (dxv: crash with fuzzed file 2) updated by
-
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
- 7:25 PM Ticket #5098 (dxv: crash with fuzzed file) updated by
-
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
- 6:00 PM Ticket #5099 (dxv: crash with fuzzed file 2) created by
- http://www.datafilehost.com/d/20ff4a86 […]
- 5:58 PM Changeset in ffmpeg [489e6ad] by
- checkasm: add fmtconvert tests
- 5:42 PM Ticket #5098 (dxv: crash with fuzzed file) created by
- http://www.datafilehost.com/d/610485bc […]
- 5:23 PM Changeset in ffmpeg [c0f67e11] by
- aacenc_is: rename variable 'erf' is far from the best name for a …
- 5:03 PM Changeset in ffmpeg [dd68cde2] by
- lavu/libm: add erf hack and make dynaudnorm available everywhere …
- 4:40 PM Changeset in ffmpeg [568a4323] by
- checkasm: add synth_filter test
- 4:40 PM Changeset in ffmpeg [e71b747e] by
- checkasm: add tests for dcadsp
- 4:40 PM Changeset in ffmpeg [9d218d57] by
- checkasm: add float comparison util functions
- 4:40 PM Changeset in ffmpeg [711781d7] by
- x86: checkasm: check for or handle missing cleanup after MMX …
- 4:39 PM Changeset in ffmpeg [fc5e3954] by
- lavf/avformat: add av_warn_unused_result to avformat_write_header May …
- 4:25 PM Changeset in ffmpeg [879b4a9] by
- lavd/pulse_audio_enc: replace lround by lrint Here it is mostly a …
- 4:23 PM Changeset in ffmpeg [ea2f04bf] by
- lavfi/vf_histogram: replace round by lrint lrint is at least as fast, …
- 4:22 PM Changeset in ffmpeg [ad795f63] by
- lavfi/af_dynaudnorm: replace round by lrint lrint is at least as …
- 4:21 PM Changeset in ffmpeg [2a486869] by
- lavfi/vf_crop: replace round by lrint lrint is at least as fast, …
- 4:20 PM Changeset in ffmpeg [b9c2ebee] by
- lavc/libvpxenc: replace round by lrint Mostly cosmetic here. …
- 4:18 PM Changeset in ffmpeg [ff1442a5] by
- lavfi/vf_drawtext: replace round by llrint llrint is at least as …
- 4:17 PM Changeset in ffmpeg [7af14b37] by
- lavfi/vf_colorlevels: replace round by lrint lrint avoids an implicit …
- 4:15 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- http://downloads.xiph.org/websites/xiph.org/vorbis/listen/compilation2. …
- 4:15 PM Changeset in ffmpeg [cc37b31a] by
- lavfi/vf_colorchannelmixer: replace round by lrint lrint is faster …
- 3:42 PM Changeset in ffmpeg [d3dbae1c] by
- lavfi/drawtext: fix shadow[xy] descriptions
- 3:07 PM Changeset in ffmpeg [1d6308db] by
- lavfi/drawtext: hide first font load warning when fontconfig is present
- 2:54 PM Changeset in ffmpeg [4cb26c3] by
- lavfi/drawtext: fix crash when no text, file or timecode provided
- 1:53 PM Changeset in ffmpeg [26241af6]n2.7.4 by
- Update for 2.7.4 Signed-off-by: Michael Niedermayer …
- 1:43 PM Ticket #4910 (support for nl-means denoise filter) updated by
- 4th I don't want to step on anyone toes. You guys do whatever you …
- 12:44 PM Changeset in ffmpeg [cc29d96] by
- arm64: fix inverted register order in transpose_4x4H Fix related …
- 12:27 PM Changeset in ffmpeg [a142308d] by
- avfilter/af_ladspa: fix av_assert0() Signed-off-by: Paul B Mahol …
- 11:13 AM Ticket #5093 (Accurate seek not possible with MPEG program stream and transport sream) updated by
-
Also, I do not think that the call to
av_seek_frameinffmpeg.c… - 10:32 AM Ticket #5097 (XDCAM HD422) created by
- Summary of the bug: Hello everyone, my goal is to import files into a …
- 10:19 AM Changeset in ffmpeg [b4431c80] by
- lavf/img2enc: add atomic_writing option This behaviour change caused …
- 10:14 AM Changeset in ffmpeg [f122ba36] by
- lavc: add text encoder
- 9:30 AM Changeset in ffmpeg [244766e] by
- lavfi/scale: add nb_slices debug option
- 9:12 AM Ticket #4910 (support for nl-means denoise filter) updated by
- Replying to richardpl: > First it is GPL. > Second it uses …
- 6:34 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Replying to Kamedo2: > The new AAC output cannot be …
- 2:21 AM Ticket #5096 (video range shifted at high bit depth video transcoding) created by
- When I transcode high bit depth video, 10 bit in this two examples, …
Dec 20, 2015:
- 8:34 PM Ticket #4910 (support for nl-means denoise filter) updated by
- Replying to dakooga: > Do I just submit the patch or …
- 8:31 PM Changeset in ffmpeg [484cc66f] by
- avcodec/indeo2: use init_get_bits8 Signed-off-by: Paul B Mahol …
- 8:17 PM Ticket #4910 (support for nl-means denoise filter) updated by
- First it is GPL. Second it uses intrinsic and thus is unacceptable in …
- 8:01 PM Changeset in ffmpeg [d4c47333] by
- x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12} Reviewed-by: …
- 7:45 PM Changeset in ffmpeg [3ff2beff] by
- x86/hevc_sao: simplify sao_edge_filter 10/12bit Reviewed-by: Michael …
- 7:42 PM Changeset in ffmpeg [34b2bd03] by
- x86/hevc_sao: simplify sao_band_filter 10/12bit Reviewed-by: Michael …
- 6:52 PM Changeset in ffmpeg [9e569abe] by
- avfilter/avf_showfreqs: make it possible to split channels …
- 4:47 PM Changeset in ffmpeg [367ffa0c] by
- avcodec/flacenc: use designated initializers for AVClass …
- 3:45 PM Ticket #5037 (WEBM VP8 & VP9 - 2-pass encoding does not work) closed by
- needs_more_info: Please reopen this ticket if you can explain how to reproduce this issue.
- 3:14 PM Changeset in ffmpeg [fbfb2814] by
- avcodec/mpeg4videodec: also for empty partitioned slices Fixes …
- 3:14 PM Changeset in ffmpeg [1317c63b] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 3:13 PM Changeset in ffmpeg [b0a8095f] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 3:13 PM Changeset in ffmpeg [f0eea9cc] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
- 3:13 PM Changeset in ffmpeg [bbe1c983] by
- nutdec: reject negative value_len in read_sm_data If it is negative, …
- 3:13 PM Changeset in ffmpeg [dcecc180] by
- xwddec: prevent overflow of lsize * avctx->height This is used to …
- 3:13 PM Changeset in ffmpeg [2306964b] by
- nutdec: only copy the header if it exists Fixes ubsan runtime error: …
- 3:13 PM Changeset in ffmpeg [e7b09eae] by
- exr: fix out of bounds read in get_code This macro unconditionally …
- 3:13 PM Changeset in ffmpeg [e3209580] by
- on2avc: limit number of bits to 30 in get_egolomb More don't fit into …
- 3:13 PM Changeset in ffmpeg [465dd4bc] by
- sonic: make sure num_taps * channels is not larger than frame_size If …
- 3:13 PM Changeset in ffmpeg [7a26ea7a] by
- opus_silk: fix typo causing overflow in silk_stabilize_lsf Due to …
- 3:13 PM Changeset in ffmpeg [6fc3f6f4] by
- ffm: reject invalid codec_id and codec_type A negative codec_id …
- 3:13 PM Changeset in ffmpeg [7f33fef2] by
- aaccoder: prevent crash of anmr coder If minq is negative, the range …
- 3:05 PM Changeset in ffmpeg [db6e337b] by
- avcodec/s302menc: check if buf_size can actually be put into 16bit …
- 3:05 PM Changeset in ffmpeg [577f0573] by
- avcodec/s302menc: set supported channel layouts by codec …
- 2:43 PM Changeset in ffmpeg [8cd0e23b] by
- avcodec/mpeg4videodec: also for empty partitioned slices Fixes …
- 2:40 PM Changeset in ffmpeg [eca27eee] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 2:40 PM Changeset in ffmpeg [06edade7] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 2:40 PM Changeset in ffmpeg [94711d37] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
- 2:40 PM Changeset in ffmpeg [2db78f83] by
- nutdec: reject negative value_len in read_sm_data If it is negative, …
- 2:40 PM Changeset in ffmpeg [882391f9] by
- xwddec: prevent overflow of lsize * avctx->height This is used to …
- 2:40 PM Changeset in ffmpeg [0f1e3988] by
- nutdec: only copy the header if it exists Fixes ubsan runtime error: …
- 2:40 PM Changeset in ffmpeg [79d75f15] by
- exr: fix out of bounds read in get_code This macro unconditionally …
- 2:39 PM Changeset in ffmpeg [105be665] by
- on2avc: limit number of bits to 30 in get_egolomb More don't fit into …
- 2:39 PM Changeset in ffmpeg [46e7a63b] by
- sonic: make sure num_taps * channels is not larger than frame_size If …
- 2:39 PM Changeset in ffmpeg [31d69001] by
- opus_silk: fix typo causing overflow in silk_stabilize_lsf Due to …
- 2:39 PM Changeset in ffmpeg [5478e7bb] by
- ffm: reject invalid codec_id and codec_type A negative codec_id …
- 2:38 PM Changeset in ffmpeg [26b74a72] by
- aaccoder: prevent crash of anmr coder If minq is negative, the range …
- 2:38 PM Changeset in ffmpeg [cc770123] by
- ffmdec: reject zero-sized chunks If size is zero, avio_get_str fails, …
- 2:06 PM Changeset in ffmpeg [b2cb7db1] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 2:06 PM Changeset in ffmpeg [462afe5d] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 2:06 PM Changeset in ffmpeg [c51800d3] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
- 2:06 PM Changeset in ffmpeg [4d2f9368] by
- nutdec: reject negative value_len in read_sm_data If it is negative, …
- 2:06 PM Changeset in ffmpeg [c4b2985d] by
- xwddec: prevent overflow of lsize * avctx->height This is used to …
- 2:06 PM Changeset in ffmpeg [ea5ac146] by
- nutdec: only copy the header if it exists Fixes ubsan runtime error: …
- 2:06 PM Changeset in ffmpeg [350f1f49] by
- exr: fix out of bounds read in get_code This macro unconditionally …
- 2:06 PM Changeset in ffmpeg [564e63a0] by
- on2avc: limit number of bits to 30 in get_egolomb More don't fit into …
- 1:18 PM Changeset in ffmpeg [7ad05816] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 1:18 PM Changeset in ffmpeg [3219de21] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 1:18 PM Changeset in ffmpeg [93eda8dc] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
- 1:17 PM Changeset in ffmpeg [1dc135e0] by
- nutdec: reject negative value_len in read_sm_data If it is negative, …
- 1:17 PM Changeset in ffmpeg [f040f3e5] by
- xwddec: prevent overflow of lsize * avctx->height This is used to …
- 1:17 PM Changeset in ffmpeg [7f320ed1] by
- nutdec: only copy the header if it exists Fixes ubsan runtime error: …
- 1:17 PM Changeset in ffmpeg [5b88d24f] by
- exr: fix out of bounds read in get_code This macro unconditionally …
- 1:17 PM Changeset in ffmpeg [3e187a9a] by
- on2avc: limit number of bits to 30 in get_egolomb More don't fit into …
- 12:39 PM Changeset in ffmpeg [79f407b7] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 12:39 PM Changeset in ffmpeg [174ec7d7] by
- nutdec: reject negative value_len in read_sm_data If it is negative, …
- 12:39 PM Changeset in ffmpeg [778c8de4] by
- xwddec: prevent overflow of lsize * avctx->height This is used to …
- 12:39 PM Changeset in ffmpeg [38f8c809] by
- nutdec: only copy the header if it exists Fixes ubsan runtime error: …
- 12:39 PM Changeset in ffmpeg [945ae04f] by
- exr: fix out of bounds read in get_code This macro unconditionally …
- 12:39 PM Changeset in ffmpeg [6d7b4dbc] by
- on2avc: limit number of bits to 30 in get_egolomb More don't fit into …
- 11:22 AM Changeset in ffmpeg [f6830cf5] by
- nuv: sanitize negative fps rate Signed-off-by: Andreas Cadhalpun …
- 11:15 AM Changeset in ffmpeg [699e6837] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 10:57 AM Changeset in ffmpeg [9fcfe4a3] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
- 9:59 AM Changeset in ffmpeg [c1b7e9fe] by
- avcodec/mpeg4videodec: also for empty partitioned slices Fixes …
- 9:59 AM Changeset in ffmpeg [d0d9fad2] by
- avcodec/h264_refs: Fix long_idx check Fixes out of array read Fixes …
- 9:59 AM Changeset in ffmpeg [3f7bbb0d] by
- avfilter/vf_mpdecimate: Add missing emms_c() Signed-off-by: Michael …
- 9:59 AM Changeset in ffmpeg [10395b47] by
- avformat/mxfenc: Do not crash if there is no packet in the first …
- 9:59 AM Changeset in ffmpeg [bc264004] by
- avformat/utils: estimate_timings_from_pts - increase retry counter, …
- 9:59 AM Changeset in ffmpeg [8e053f61] by
- avformat/matroskaenc: Check codecdelay before use Fixes CID1238790 …
- 9:59 AM Changeset in ffmpeg [f8214417] by
- avutil/mathematics: Fix division by 0 Fixes: CID1341571 …
- 9:59 AM Changeset in ffmpeg [3e8d9ea] by
- avcodec/hevc: Check max ctb addresses for WPP Fixes out of array read …
- 9:59 AM Changeset in ffmpeg [63c5035] by
- avcodec/vp3: ensure header is parsed successfully before tables Fixes …
- 9:59 AM Changeset in ffmpeg [7294d956] by
- avcodec/jpeg2000dec: Check bpno in decode_cblk() Fixes: undefined …
- 9:59 AM Changeset in ffmpeg [8681296b] by
- avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be …
- 9:59 AM Changeset in ffmpeg [0fa22a42] by
- swscale/utils: Fix for runtime error: left shift of negative value -1 …
- 9:59 AM Changeset in ffmpeg [929fd616] by
- avcodec/hevc: Fix integer overflow of entry_point_offset Fixes out of …
- 9:59 AM Changeset in ffmpeg [09305dca] by
- avcodec/dirac_parser: Add basic validity checks for next_pu_offset and …
- 9:59 AM Changeset in ffmpeg [cc88d7a6] by
- avcodec/dirac_parser: Fix potential overflows in pointer checks …
- 9:59 AM Changeset in ffmpeg [e12f07b4] by
- avcodec/wmaprodec: Check bits per sample to be within the range not …
- 9:59 AM Changeset in ffmpeg [51640678] by
- avcodec/wmaprodec: Fix overflow of cutoff Fixes: …
- 9:59 AM Changeset in ffmpeg [354fa470] by
- avformat/smacker: fix integer overflow with pts_inc Fixes: …
- 9:59 AM Changeset in ffmpeg [ad09bebe] by
- avcodec/vp3: Fix "runtime error: left shift of negative value" Fixes: …
- 9:59 AM Changeset in ffmpeg [e8fa0e3e] by
- mpegencts: Fix overflow in cbr mode period calculations ts->mux_rate …
- 9:59 AM Changeset in ffmpeg [2e77ab8f] by
- avutil/timecode: Fix fps check The fps variable is explicitly set to …
- 9:59 AM Changeset in ffmpeg [00fde782] by
- avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from …
- 9:59 AM Changeset in ffmpeg [0350f373] by
- avcodec/apedec: Check length in long_filter_high_3800() Fixes out of …
- 9:59 AM Changeset in ffmpeg [4d8d2f19] by
- avcodec/vp3: always set pix_fmt in theora_decode_header() Fixes …
- 9:59 AM Changeset in ffmpeg [100dbe1b] by
- avutil/mathematics: Do not treat INT64_MIN as positive in …
- 9:59 AM Changeset in ffmpeg [d8a66a1] by
- avutil/integer: Fix av_mod_i() with negative dividend Signed-off-by: …
- 9:59 AM Changeset in ffmpeg [93e16870] by
- avformat/dump: Fix integer overflow in av_dump_format() Fixes part of …
- 9:59 AM Changeset in ffmpeg [a0a2bfbf] by
- avcodec/utils: Clear dimensions in ff_get_buffer() on failure Fixes …
- 9:59 AM Changeset in ffmpeg [80a24e88] by
- avcodec/utils: Use 64bit for aspect ratio calculation in …
- 9:59 AM Changeset in ffmpeg [67b29888] by
- avcodec/vp3: Clear context on reinitialization failure Fixes null …
- 9:59 AM Changeset in ffmpeg [c84ec8d5] by
- avcodec/hevc: allocate entries unconditionally Fixes out of array …
- 9:59 AM Changeset in ffmpeg [4916aa23] by
- avcodec/hevc_cabac: Fix multiple integer overflows Fixes: …
- 9:59 AM Changeset in ffmpeg [40d5f570] by
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*() …
- 9:59 AM Changeset in ffmpeg [20a96b9d] by
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*() …
- 9:59 AM Changeset in ffmpeg [61579384] by
- avcodec/hevc: Check entry_point_offsets Fixes out of array read …
- 9:59 AM Changeset in ffmpeg [1f6aea2c] by
- avcodec/cabac: Check initial cabac decoder state Fixes integer …
- 9:59 AM Changeset in ffmpeg [2da8c533] by
- avcodec/cabac_functions: Fix "left shift of negative value -31767" …
- 9:59 AM Changeset in ffmpeg [dd4c2fe7] by
- avcodec/h264_slice: Limit max_contexts when slice_context_count is …
- 9:59 AM Changeset in ffmpeg [292842a0] by
- avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup …
- 2:24 AM Changeset in ffmpeg [4bfaa040] by
- avcodec/mpeg4videodec: also for empty partitioned slices Fixes …
- 2:24 AM Changeset in ffmpeg [5124bf8e] by
- avcodec/h264_refs: Fix long_idx check Fixes out of array read Fixes …
- 2:24 AM Changeset in ffmpeg [50ce06cc] by
- avcodec/h264_mc_template: prefetch list1 only if it is used in the MB …
- 2:24 AM Changeset in ffmpeg [a628b708] by
- avcodec/h264_slice: Simplify ref2frm indexing This also suppresses a …
- 2:24 AM Changeset in ffmpeg [e274976c] by
- Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H" The …
- 2:24 AM Changeset in ffmpeg [1586fda2] by
- avfilter/vf_mpdecimate: Add missing emms_c() Signed-off-by: Michael …
- 1:58 AM Changeset in ffmpeg [644179e0]n2.8.4 by
- Update Changelog Signed-off-by: Michael Niedermayer …
- 1:58 AM Changeset in ffmpeg [9be3441c] by
- rawdec: only exempt BIT0 with need_copy from buffer sanity check …
- 1:42 AM Changeset in ffmpeg [63ecbb82] by
- mlvdec: check that index_entries exist This fixes NULL pointer …
Note:
See TracTimeline
for information about the timeline view.
