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

burek burek021 at gmail.com
Mon Feb 16 02:05:02 CET 2015


[00:40] <aetasx> does the movie filter skip some of the format or stream testing that would otherwise happen if specified using -i ?
[00:44] <cone-657> ffmpeg.git 03Michael Niedermayer 07master:64e036980875: avutil/fixed_dsp: Use av_clip_int16() instead of the non optimized av_clip_int16_c()
[00:44] <cone-657> ffmpeg.git 03Michael Niedermayer 07master:7d60baa8d90e: avformat/matroskaenc: add allow_raw_vfw and disable it by default
[01:39] <cone-657> ffmpeg.git 03Zhaoxiu Zeng 07master:2a72b1664d7b: avcodec/h264: use avpriv_find_start_code() in h264_split()
[04:44] <kierank> lol --disable-yasm in broadcast lgpl violation
[04:54] <cone-61> ffmpeg.git 03Zhaoxiu Zeng 07fatal: ambiguous argument 'refs/tags/n2.4.7': unknown revision or path not in the working tree.
[04:54] <cone-61> Use '--' to separate paths from revisions
[04:54] <cone-61> refs/tags/n2.4.7:HEAD: avcodec/h264: use avpriv_find_start_code() in h264_split()
[12:03] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:1567ec43a3bd: avfilter/vsrc_mandelbrot: fix indention of mis-indented block
[12:03] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:8123e19e61d7: avcodec/dcadec: Move remaining tables to dcadata.h
[12:54] <cone-859> ffmpeg.git 03Anshul Maheshwari 07master:bbb063458514: ffmpeg_opt: Creating new data stream for output format context
[14:07] <Muthu> hello Guys.
[14:08] <Muthu> I need help, can someone help me to segmentation for iOS with m3u8 list
[14:08] <Muthu> please help me
[15:03] <cone-859> ffmpeg.git 03Thomas Volkert 07master:e4a6486c17dd: rtpdec: experimental VP9 depacketizer (draft 0)
[15:55] <anshul_mahe> where to upload videos files, so that they get downloaded when we do make fate-resync
[15:57] <compn> to fateserver 
[15:57] <compn> actually i dont know :)
[15:59] <anshul_mahe> I am writing a test case, for that the video must be there on fate server, but I dont know how to put it and where/
[15:59] <anshul_mahe> I am writing a test case, for that the video must be there on fate server, but I dont know how to put it and where?
[16:00] <anshul_mahe> Do we have to send mail to ffmeg-devel and tell the path, so that one who is previliged put it on server
[16:16] <michaelni> anshul_mahe, yes, send mail with link and information on in which directory it needs to be put
[16:52] <kierank> anshul_: you never explain how you test the mux is correct
[17:10] <anshul_mahe> hello, I am trying to run fate again, its not working here is error message http://pastebin.com/fYjGUQm2
[17:11] <anshul_mahe> I did make fate-rsync  and I am following https://ffmpeg.org/fate.html
[17:11] <anshul_mahe> make fate is not working
[17:13] <michaelni> make distclean and rerun configure
[17:16] <anshul_mahe> ok
[17:29] <cone-859> ffmpeg.git 03zhaoxiu.zeng 07master:38c619c1ed22: avcodec/vc1: cleanup and simplification
[17:30] <durandal_1707> 3 filters left to 200th filter
[17:33] <ubitux> i'm working on one currently
[17:33] <ubitux> i hope to get it done in maybe 2 or 3 weeks
[17:34] <durandal_1707> is it still secret what it does?
[17:35] <ubitux> not really, i'm just implementing nlmeans
[17:42] <ubitux> if someone is looking for filters to implement
[17:42] <ubitux> http://hajo.me/blog/2014/12/28/how-surround-sound-for-headphones-works/
[17:42] <ubitux> this one might be interesting
[17:43] <ubitux> also a generic FIR filter can be written relatively easily
[18:59] <anshul_mahe> I was making a test case for closed caption, In output I get \N written instead of actual newline, here are my log http://pastebin.com/XDZGBckQ
[19:02] <anshul_mahe> While developing closed caption it was required to \N instead of \n for ass subtitle, otherwise it wont work 
[19:02] <anshul_mahe> is that output that I am getting is fine in logs pasted above, or I have to modify it to display actual \n instead of \N
[19:02] <cone-859> ffmpeg.git 03James Almer 07master:f7ed997a6ddd: x86/swr: make pack_8ch functions work with compilers without aligned stack
[19:11] <anshul_mahe_> pasting that refrence log again http://pastebin.com/XDZGBckQ,
[19:13] <kierank> anshul_mahe_: how are you testing the mpegts is scte35 compliant?
[19:13] <anshul_mahe_> I have only one mpegts file given on that ticket 
[19:14] <anshul_mahe_> so I just belive it to be complient
[19:14] <anshul_mahe_> *compliant
[19:14] <kierank> the mpegts ffmpeg outputs...
[19:15] <anshul_mahe_> In my implementation I do not give scte output in mpegts, I have not yet implemented that
[19:16] <kierank> so what does ffmpeg do with the scte35 data?
[19:17] <anshul_mahe_> In actual work that I have compleve providedted I change the name of segment in playlist file of hls, to what user ha
[19:17] <anshul_mahe_> In actual work that I have complted I change the name of segment in playlist file of hls, to what user have provided
[19:17] <anshul_mahe_> so it plays local adsegment instead of actual ad segment
[19:18] <cone-859> ffmpeg.git 03Reynaldo H. Verdejo Pinochet 07master:8129ccec3a6a: ffserver: reorder HTTP fwd decls
[19:18] <cone-859> ffmpeg.git 03Reynaldo H. Verdejo Pinochet 07master:50c1cac4324f: ffserver: break too-long lines
[19:18] <cone-859> ffmpeg.git 03Reynaldo H. Verdejo Pinochet 07master:bd8e16f2e6f0: ffserver: decouple assignment and check
[19:18] <cone-859> ffmpeg.git 03Reynaldo H. Verdejo Pinochet 07master:df4346c541ca: ffserver: fix wrong indentation
[19:19] <anshul_mahe_> I dont have any fund to buy any proprietry tsreader or device which will tell that my scte is complient or not
[19:23] <kierank> you should ask on the mailing list then
[19:24] <anshul_mahe_> Do you have any suggestion on this situation
[19:36] <cone-859> ffmpeg.git 03Thomas Volkert 07master:cbe508553ad1: avformat/rtpdec: DV depacketizer (RFC 6469)
[19:42] <anshul_mahe_> kierank: i m going to bed, send me private mail if u have anything to say, bye
[19:59] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:543e329a2670: avformat/version: Bump version for "avformat/rtpdec: DV depacketizer (RFC 6469)"
[20:14] <cone-859> ffmpeg.git 03Anton Khirnov 07master:d3449ac93833: changelog: mention DXVA/HEVC and AAC ELD480
[20:15] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:8242946af20f: Merge commit 'd3449ac938333d59955360b6cb8e7bc24a9b792e'
[20:34] <cone-859> ffmpeg.git 03Anton Khirnov 07master:e21d85309943: FATE: add a test for the SVQ1 header byte swapping
[20:34] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:fe03456cdcc8: Merge commit 'e21d85309943a51b7808f5e01dd258b262e09148'
[20:49] <cone-859> ffmpeg.git 03Luca Barbato 07master:c23ccaf98827: xcbgrab: Check for xcb-shape
[20:49] <cone-859> ffmpeg.git 03Luca Barbato 07master:d40815a982c3: xcbgrab: Correctly make shm optional
[20:49] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:7d56aab2de77: Merge commit 'c23ccaf98827cffa651cec3bfa5e57457dfc9dff'
[20:49] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:3171ac209b04: Merge commit 'd40815a982c36ff9da09ae3edb5e3bd7d97b5d42'
[20:57] <cone-859> ffmpeg.git 03Luca Barbato 07master:b8df0b71c525: rtp: h264: Move profile_level_id parsing to a function
[20:57] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:3773b6edea6f: Merge commit 'b8df0b71c525e9fc9fbee790d093bae3aa62035c'
[21:03] <cone-859> ffmpeg.git 03Luca Barbato 07master:a9a0b8d6c14e: rtp: h264: Move parse_sprop_parameter_sets parsing to a function
[21:03] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:8f00d7f4b401: Merge commit 'a9a0b8d6c14ece1b4698c6ede9227aca980f6c5b'
[21:09] <cone-859> ffmpeg.git 03Luca Barbato 07master:f0a87479960c: rtp: h264: Move STAP-A NAL parsing to a function
[21:09] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:2d2c744f8faa: Merge commit 'f0a87479960ce000f23f2beaf474707797b4b0d0'
[21:20] <cone-859> ffmpeg.git 03Luca Barbato 07master:3b33dfb23c50: rtp: h264: Move FU-A NAL parsing to a function
[21:20] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:a848cf63dcc1: Merge commit '3b33dfb23c5022a0cb2a7b13878e4a3492a996c7'
[21:28] <cone-859> ffmpeg.git 03Luca Barbato 07master:53367b34e115: rtp: h264: Drop the asserts
[21:28] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:f3b6a8f554e2: Merge commit '53367b34e1156614e82ef7af888928f322566f88'
[21:41] <cone-859> ffmpeg.git 03Federico Tomassetti 07master:b4cda0a999fa: ogg: check memory allocations
[21:42] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:fa321cc0c8ed: Merge commit 'b4cda0a999facbddacb95861a67ff61074edc39b'
[21:50] <cone-859> ffmpeg.git 03Luca Barbato 07master:e1a57cbb1c27: ape: Use the proper variable type
[21:50] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:2870b86c2a9f: Merge commit 'e1a57cbb1c2752feb9315f748836dc44e58d2dc6'
[22:03] <cone-859> ffmpeg.git 03Daniel Moran 07master:51ca3cb604a7: xcbgrab: Use the correct geometry for the region highlight
[22:03] <cone-859> ffmpeg.git 03Michael Niedermayer 07master:7b564a4cbb44: Merge commit '51ca3cb604a7585a7cff35d4b954794508955c19'
[00:00] --- Mon Feb 16 2015


More information about the Ffmpeg-devel-irc mailing list