[Ffmpeg-devel-irc] ffmpeg-devel.log.20161104

burek burek021 at gmail.com
Sat Nov 5 03:05:02 EET 2016


[00:45:12 CET] <cone-011> ffmpeg 03Michael Niedermayer 07master:11f24e71ff2b: ffmpeg: Fix bsf corrupting merged side data
[01:04:28 CET] <DHE> not sure if it's because it was at the end of the month, I had a patch on the ML for a -filter_complex_threads parameter that has gone unreplied to beyond some quick reviews
[01:07:22 CET] <DHE> is there a procedure for poking it, or is that considered rude?
[01:07:49 CET] <nevcairiel> just ping it once
[01:23:51 CET] <atomnuker> has anyone had had any luck getting the gold linker to work?
[01:24:10 CET] <atomnuker> --ld=gold has always just segfaulted for me (when looking at config.log)
[01:28:00 CET] <DHE> going for -flto support?
[01:28:45 CET] <atomnuker> no, I just want more speed
[02:46:18 CET] <cone-011> ffmpeg 03Derek Buitenhuis 07master:8a8902f2213b: libx265: Add option to force IDR frames
[03:54:27 CET] <cone-011> ffmpeg 03Muhammad Faiz 07master:b4e9252ae3d1: avfilter/af_firequalizer: add fft2 option
[04:53:25 CET] <jamrial_> michaelni: ping
[11:42:32 CET] <cone-004> ffmpeg 03Carl Eugen Hoyos 07master:5a4935c012fd: ffmpeg: Warn if thousands of frames are duplicated.
[12:24:26 CET] <cone-004> ffmpeg 03Carl Eugen Hoyos 07master:db23fde7849a: lavf/mux: Add missing CR/LF to error messages.
[12:33:45 CET] <atana> michaelni: p->data[p->index] = (double)samples->data[0][i]; This reads the double values as 8bit integers, you have to cast to .. I didn't understand this one. 
[12:36:49 CET] <atana> did you mean doing p->data[p->index] = (double)((double *)samples->data[0][i]);
[12:37:37 CET] <thardin> surely you mean *(double*)samples->data[0][i]
[12:38:19 CET] <atana> correction p->data[p->index] = *((double *)samples->data[0][i]);
[12:40:00 CET] <michaelni> atana, samples->data[0][i] is a uint8, to get a double you need ((double*)(samples->data[0]))[i]
[12:40:49 CET] <michaelni> that is first cast the pointer to a double pointer than dereference it. if you dereference it as a uint8 you get a value 0..255
[12:41:00 CET] <michaelni> casting a 0..255 to a double is still a 0..255
[12:41:35 CET] <atana> I see.
[12:59:37 CET] <Guest5177> hi
[13:00:23 CET] <Guest5177> i have s trange bug now, ubuntu 16.10 ffmpeg git or 3.2 stable when i just do any ffmpeg -i "a http link" somefile.something i have a core dumped Oo
[13:00:35 CET] <Guest5177> same command works fine with avconv
[13:00:53 CET] <Guest5177> no problems with a local file
[14:12:43 CET] <michaelni> jamrial, pong
[20:01:35 CET] <cone-653> ffmpeg 03Anton Khirnov 07master:fb240a6276fa: qsvenc: do not re-execute encoding on all positive status codes
[20:23:07 CET] <cone-653> ffmpeg 03Tom Butterworth 07master:92280f86b406: avcodec/hap: consistent name for codec
[20:38:08 CET] <cone-653> ffmpeg 03Andreas Cadhalpun 07master:8a4ea9644833: diracdec: use correct buffer for slice_params_buf realloc
[20:38:09 CET] <cone-653> ffmpeg 03Andreas Cadhalpun 07master:24d20496d2e6: diracdec: clear slice_params_num_buf on allocation failure
[20:38:10 CET] <cone-653> ffmpeg 03Andreas Cadhalpun 07master:db79dedb1ae5: diracdec: check return code of get_buffer_with_edge
[21:25:21 CET] <cone-653> ffmpeg 03James Almer 07master:fba2a8a25499: avformat/mux: split side data earlier in av_write_frame and av_interleaved_write_frame
[22:43:03 CET] <cone-653> ffmpeg 03Thomas Garnier 07master:c06d92341016: doc/examples: add fuzz target for individual ffmpeg APIs for in-process fuzzing with libFuzzer, AFL, and similar fuzzing engines.
[00:00:00 CET] --- Sat Nov  5 2016


More information about the Ffmpeg-devel-irc mailing list