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

burek burek021 at gmail.com
Tue Jun 2 02:05:03 CEST 2015


[00:00:21 CEST] <jamrial> michaelni: unless i'm reading this wrong, vector_fmul_vsx has one less load instruction than the altivec version, but it seems to be something that could be done in the altivec version as well (both use vec_madd after all)
[00:01:28 CEST] <jamrial> if it can't be done, then the vsx version should be re-enabled
[00:01:47 CEST] <michaelni> jamrial, i see 4 in each
[00:02:53 CEST] <jamrial> altivec does three vec_ld, whereas vsx does two vec_vsx_ld (the third load is done by a vec_madd)
[00:03:12 CEST] <jamrial> maybe the same could be done with altivec
[00:03:30 CEST] <michaelni> yes
[00:03:40 CEST] <michaelni> whatever is faster should be preferred
[00:04:01 CEST] <jamrial> then again this is intrinsics, the compiler may optimize all this on its own and combine the load and sum functions
[00:04:09 CEST] <jamrial> can't bench, so whatever
[00:04:56 CEST] <jamrial> does every cpu with vsx also have altivec?
[00:05:56 CEST] <michaelni> IIUC yes but iam no expert on this, also theres vsx_deps="altivec"
[00:07:04 CEST] <jamrial> ok
[00:07:36 CEST] <cone-113> ffmpeg 03James Almer 07master:f7cafb5d02aa: x86: add AV_CPU_FLAG_AVXSLOW flag
[00:07:37 CEST] <cone-113> ffmpeg 03James Almer 07master:cae39851201b: x86: Add helper macros to check for slow cpuflags
[00:07:38 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:c140227a8bbc: Merge commit 'f7cafb5d02aa3f26c185f6f9851413ad77a73872'
[00:07:39 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:16c430e8efc8: Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'
[00:08:31 CEST] <jamrial> oh, i sent the helper macros patch earlier today to the ml
[00:09:53 CEST] <jamrial> michaelni: check the ml, there's a ffmpeg specific patch making use of those macros
[00:21:09 CEST] <cone-113> ffmpeg 03James Almer 07master:c16e99e3b3c0: x86: check for AV_CPU_FLAG_AVXSLOW where useful
[00:34:10 CEST] <cone-113> ffmpeg 03James Almer 07master:d68c05380ceb: x86: check for AV_CPU_FLAG_AVXSLOW where useful
[00:34:11 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:3f38d4b816b2: vp9: Parse subsampling and report missing feature
[00:34:12 CEST] <cone-113> ffmpeg 03Andreas Cadhalpun 07master:f261a55d7275: mov: Fix two memleaks
[00:34:13 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:b66b1a103fff: Merge commit 'd68c05380cebf563915412182643a8be04ef890b'
[00:34:14 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:61e1287551cd: Merge commit '3f38d4b816b2aeca15c0b90000ea7ed40377eb0c'
[00:34:15 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:c2876c0181d1: Merge commit 'f261a55d72753bcec33369954809732abae8f8f7'
[00:43:59 CEST] <cone-113> ffmpeg 03Luca Barbato 07master:a8a90906fb0a: mov: Correctly allocate ctts_data
[00:44:00 CEST] <cone-113> ffmpeg 03Andreas Cadhalpun 07master:8e9c39e81fe5: mov: abort on EOF in ff_mov_read_chan
[00:44:01 CEST] <cone-113> ffmpeg 03Andreas Cadhalpun 07master:cffb9ea81bd1: mov: reject zero bytes_per_frame with non-zero samples_per_frame
[00:44:02 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:348319f5438f: Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'
[00:44:03 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:2bedd17b64b6: Merge commit '8e9c39e81fe5ba34010a7ba05cbe4ae31f177d89'
[00:44:04 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:3bd43430f86d: Merge commit 'cffb9ea81bd16d2ed8bce187b6bf0279c07b3b9b'
[01:07:48 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:bff0349d9da5: avio: Add avio_read wrapper to simplify error checking
[01:07:49 CEST] <cone-113> ffmpeg 03Andreas Cadhalpun 07master:5c720657c23a: mov: always check avio_read return value
[01:07:50 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:ebab902a1c36: Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'
[01:07:51 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:9e1cdfb89be5: Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'
[01:16:44 CEST] <cone-113> ffmpeg 03Hendrik Leppkes 07master:35818b8aaf4d: dxva2_hevc: fix 32x32 scaling lists
[01:16:45 CEST] <cone-113> ffmpeg 03Hendrik Leppkes 07master:902a55f7161f: dxva2_hevc: re-write reference frame handling
[01:16:46 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:2f15846ad7ad: mpegvideo: wmv2: Move function declarations
[01:16:47 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:cdf680405609: Merge commit '35818b8aaf4d669ed0bbb05c3fd06e619f2db01a'
[01:16:48 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:f9dcf1690c7c: Merge commit '902a55f7161ffea10e13c1e7df14022e2ed90514'
[01:16:49 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:f5ee10c16ac0: Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'
[01:28:38 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:31a117a0e6d6: mpegvideo: msmpeg4: Move function declarations
[01:28:39 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:378a00087fda: mpegvideo: Move tables to a separate file
[01:28:40 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:b2b766914a49: mpegvideo: mpeg12: Move function declarations
[01:28:41 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:eb5a308d0e75: Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'
[01:28:42 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:fd116b8dfa73: Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'
[01:28:43 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:0aba7192e12b: Merge commit 'b2b766914a49c4e3537df3a585e97b98d432edd2'
[01:41:06 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:149fa0b7ac18: mpegvideo: Move MotionEstContext and function declarations to a separate header
[01:41:07 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:074a1b37325b: aacpsy: Check memory allocation
[01:41:08 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:0f69f02eb746: Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57'
[01:41:09 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:63fdedc79470: Merge commit '074a1b37325bf6d1483fc23ebf1255e78d998339'
[01:41:10 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:e7a65142b972: avcodec/aacpsy: Clear the correct pointer
[01:52:10 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:e524f3735615: asv: Check memory allocation
[01:52:11 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:69277069dd22: dct: Check memory allocation
[01:52:12 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:7fccc96dc3c0: eatgv: Check memory allocation
[01:52:13 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:7110b024a900: Merge commit 'e524f37356156893cae50fc46451bd4a6198703d'
[01:52:14 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:3a8b16f78e8b: Merge commit '69277069dd225f5ae02f0215e877a06522d834d3'
[01:52:15 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:10531d48a0f9: Merge commit '7fccc96dc3c0bb2fa2079cbf4e4cf1aff2db46c8'
[02:03:46 CEST] <ac_slater> hey guys. I come here for some answers. I'm using the mpegts muxer for an h264 (baseline 4.0) stream. There is a popular RTSP server implementation called Live555 which claims the mpegts stream produced by ffmpeg is incorrect. Mainly, the stream never starts with a sync byte. Any clues? I can start working on patch now if there is a know issue.
[02:04:17 CEST] <ac_slater> oh yes, I've tried almost ever commit of ffmpeg ;)
[02:04:28 CEST] <ac_slater> and I'm not using the command line application, but libavformat
[02:05:14 CEST] <ac_slater> crossing my fingers in hopes that someone here knows enough about mpegts so I dont have to patch;)
[02:08:02 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:7d2a6826912b: huffyuv: Check memory allocation
[02:08:03 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:7ca603f96f93: jpegls: Check memory allocation
[02:08:04 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:8df5fbf0b0c0: lcl: Check memory allocation
[02:08:05 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:73e150fff735: Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9'
[02:08:06 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:513673a84df5: Merge commit '7ca603f96f93d988e01d161d611f69a4ecaa3f02'
[02:08:07 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:3377f6fd15d7: Merge commit '8df5fbf0b0c0ba12b033e61c28fc240f4bccba47'
[02:08:11 CEST] <kierank> I really doubt the stream lacks a sync byte
[02:08:42 CEST] <ac_slater> kierank: I agree. I can dump the stream to disk via avio and the ffplay, vlc, etc all play the stream
[02:08:48 CEST] <ac_slater> (without warnings or errors)
[02:08:55 CEST] <kierank> might be talking about rtp sync byte
[02:09:39 CEST] <ac_slater> kierank: I thought so too, but the part in the code that's failing is https://github.com/hackeron/live555/blob/master/liveMedia/MPEG2TransportStreamFramer.cpp#L159 
[02:09:53 CEST] <ac_slater> that is an unofficial mirror, but it is indeed the same error.
[02:09:59 CEST] <kierank> check the first byte is 0x47
[02:10:04 CEST] <kierank> and they are spaced 188 bytes apart
[02:10:35 CEST] <ac_slater> kierank: if not, then I should take my issues to the non-devel channel
[02:11:03 CEST] <ac_slater> I do just dump the output of my avio context buffer to the output stream. Maybe I have to split it up
[02:11:20 CEST] <ac_slater> ie - I sort in chunks of 1316  which is 188 * 7
[02:12:32 CEST] <ac_slater> ill play around some more and get some dumps. Thanks kierank 
[02:22:45 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:41658bc88553: libtheora: Check memory allocation
[02:22:46 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:9fb483fede72: x264: Check memory allocation
[02:22:47 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:fef2f4722bcb: xvid: Check memory allocation
[02:22:48 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:fb7b5dc0e614: Merge commit '41658bc88553dab8499e4dfca311559dcbae2674'
[02:22:49 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:8b94cee99bf1: Merge commit '9fb483fede7207c1f3965e5ae1ac0ee82e4d7a4e'
[02:22:50 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:1a903f0d1e98: Merge commit 'fef2f4722bcbfe1c3802898b0f5deb6356132c91'
[02:34:42 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:03927cb73399: psymodel: Check memory allocation
[02:34:43 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:0994e1421322: pthread: Check memory allocation
[02:34:44 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:42df71d9bbb1: ratecontrol: Check memory allocation
[02:34:45 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:615e73ab4f8c: Merge commit '03927cb73399e6f07185fc7f8851d7612b4187b6'
[02:34:46 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:6ed8341cb163: Merge commit '0994e142132200c706f704271b5a7ae81d128f5c'
[02:34:47 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:abee1972ef8a: Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390'
[02:35:03 CEST] <philipl> Compnn: I've been communicating with one of their engineers about it, directly and on the vdpau list.
[02:35:28 CEST] <philipl> nevcairiel: It might be a driver issue. Their engineer says it shouldn't be as broken as I'm seeing but he hasn't confirmed what driver version I should use. Right now it's the latest beta.
[02:35:49 CEST] <philipl> They're not going to do the work, I've confirmed with them.
[02:40:27 CEST] <philipl> but the guy is hoping to release his internal proof-of-concept client as open-source so it can be used as a reference.
[02:40:48 CEST] <philipl> There's some non-intuitive stuff going on with RPS set handling that I really need to see what they expect.
[02:41:36 CEST] <philipl> nevcairiel: I narrowed down my short term RPS problem to slices that use an SPS RPS. If the slices uses a private RPS, then it all works correctly.
[02:41:47 CEST] <philipl> I'm clearly doing something wrong or their header documentation is wrong.
[02:41:58 CEST] <philipl> dxva seems not to need to care about this.
[02:54:43 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:28fb80dcbf6f: svq1: Check memory allocation
[02:54:44 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:e1ea365f7e14: truemotion2: Check memory allocation
[02:54:45 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:83797da6e36c: wma: Check memory allocation
[02:54:46 CEST] <cone-113> ffmpeg 03Vittorio Giovara 07master:522d971c7f59: xsub: Check memory allocation
[02:54:47 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:f24b7d761653: Merge commit '28fb80dcbf6f63eedfcfffc725a6bf0069d03fab'
[02:54:48 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:07f606b4f014: Merge commit 'e1ea365f7e1477c78865b866a180712174536c20'
[02:54:49 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:1dc58965fd0f: Merge commit '83797da6e36c1aadd85f41ca237dce823fc7bfa1'
[02:54:50 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:211dcdca5cd9: Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951'
[03:25:50 CEST] <cone-113> ffmpeg 03Luca Barbato 07master:b08caa87c35a: nvenc: H264 and HEVC encoders
[03:25:51 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:d0d091370235: avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the other implementation
[03:25:52 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:d8bbb99c51af: Merge commit 'b08caa87c35a768ec0abb16b1e99c3a85f1df28e'
[03:33:07 CEST] <Daemon404> lol.
[03:33:14 CEST] <Daemon404> sad.
[03:39:30 CEST] <kierank> loool
[03:39:31 CEST] <kierank> looool
[03:49:42 CEST] <jamrial> nvenc_a nvenc_b? I'd have gone with nvenc_luca in the spirit of prores :p
[03:55:18 CEST] <jamrial> anyway, maybe someone with the hardware should test them and check which is better?
[03:55:44 CEST] <jamrial> or merge them, i don't know
[03:55:48 CEST] <jamrial> i man can dream of a day without three implementations of the same thing...
[04:39:34 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:1e0c34fe71ae: avformat/utils: Simplify get_std_framerate() check
[04:39:35 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:9806cca1eb30: avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now support ppc64
[04:43:56 CEST] <philipl> jamrial: I'll take a look
[04:47:06 CEST] <philipl> The codec names don't collide (a small concession from Luca I assume), so at least runtime compatibility in both directions is possible.
[04:48:50 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07master:a1957a4dc19e: avcodec/ppc/pixblockdsp: Fix type of get_pixels_vsx()
[04:53:20 CEST] <philipl> Ugh. Lucas' one needs cuda.h
[04:56:20 CEST] <philipl> Please install 300MB of packages to get one header. Thanks ubuntu.
[05:01:21 CEST] <cone-113> ffmpeg 03Reinhard Tartler 07release/2.4:0069d4597bda: Update changelog for v11.4
[05:01:22 CEST] <cone-113> ffmpeg 03Michael Niedermayer 07release/2.4:772787723958: Merge commit '0069d4597bda5723fbcae410784bbfa4750df706' into release/2.4
[05:18:34 CEST] <Compnn> jamrial : those days of one implementation is gone! forever! 
[05:18:38 CEST] <Compnn> this is the new normal :P
[05:34:20 CEST] <jamrial> philipl: both need cuda.h right now. the merge changed the check for nvenc
[05:34:36 CEST] <philipl> Yes. That was undesirable.
[05:36:06 CEST] <jamrial> should be reverted. a new cuda.h "component" to enable libav's nvenc stuff may be enough to separate the two
[05:36:27 CEST] <philipl> I'd hope so.
[05:37:11 CEST] <philipl> Assuming I ever get this hevc vdpau stuff working, I guess I can look forward to a pointless reimplementation and a token acknowledgement in a month. Fun times.
[05:54:22 CEST] <jamrial> oh, so libav's implementation is based on the one we had for a while...
[05:54:28 CEST] <jamrial> hello again, libavresample
[05:55:42 CEST] <jamrial> philipl: sent a patch to fix the cuda.h requirement. can't test it, though
[05:56:56 CEST] <jamrial> they should really be merged sooner or later. having two implementations based on essentially the same code is stupid
[06:13:34 CEST] <philipl> jamrial: In practice, 'merging' means dropping ours and accepting theirs - there's no meaningful conversation to be had.
[06:13:53 CEST] <philipl> Perhaps that's the pragmatically sensible thing to do but it leaves a bad taste.
[06:19:50 CEST] <philipl> Your patch doesn't quite work. The common nvenc_b.c file is pulled in separately
[06:20:04 CEST] <philipl> Right now it's under the 'normal' CONFIG_NVENC
[06:22:00 CEST] <jamrial> huh, libav's version is commented out in lavc/makefile
[06:22:32 CEST] <philipl> Yes - michaelni did that in his merge.
[06:22:44 CEST] <philipl> Pending a decision on how to really proceed.
[06:24:42 CEST] <philipl> Is it considered acceptable to list a .o file twice? We could duplicate nvenc_b.o under both encoders.
[06:25:30 CEST] <jamrial> yes
[06:28:08 CEST] <philipl> Let me try that.
[06:31:10 CEST] <philipl> Ok, your change is good. We'll need to tweak the Makefile when we uncomment it but that's a separate issue.
[06:32:42 CEST] <jamrial> ok
[06:34:42 CEST] <cone-113> ffmpeg 03James Almer 07master:f10497042f09: nvenc: remove cuda.h requirement for nvenc_a
[06:35:11 CEST] <philipl> cheers
[10:00:51 CEST] <j-b> 'moroning
[10:05:02 CEST] <TimNich> expecting a low intelligence day?
[10:05:10 CEST] <j-b> yep
[10:05:16 CEST] <j-b> it's a Monday
[10:05:49 CEST] <TimNich> Oh, so it is ;(
[10:30:17 CEST] <j-b> __gb__: I don't see the guy who promised a lot on libyami committing anymore :D
[10:47:00 CEST] <nevcairiel> philipl: the RPS handling can be a bit weird when it comes to SPS RPS or slice header RPS ... although its odd that its the wrong way around for you, i would expect it to mostly break with a private RPS, as it did for me at first :d
[11:37:06 CEST] <cone-935> ffmpeg 03Martin Storsjö 07master:84c5ff911f3f: rtmpdh: Fix the indentation in a struct
[11:37:06 CEST] <cone-935> ffmpeg 03Martin Storsjö 07master:63ce9fd23cfa: rtmpdh: Use GMP functions directly, instead of nettle wrappers
[11:37:08 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:8939667b7087: Merge commit '84c5ff911f3f0557c8f97a964f74ceb01dd6d214'
[11:37:08 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:589d39c768f7: Merge commit '63ce9fd23cfa5ac0d9a862be0da138108dc1c505'
[12:14:06 CEST] <cone-935> ffmpeg 03Vittorio Giovara 07release/2.2:891ed1184e49: libvpx: Fix mixed use of av_malloc() and av_reallocp()
[12:14:07 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:c7a983762ab4: roqvideoenc: set enc->avctx in roq_encode_init
[12:14:08 CEST] <cone-935> ffmpeg 03Luca Barbato 07release/2.2:987a8f8514e0: x86: Put COPY3_IF_LT under HAVE_6REGS
[12:14:09 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:3c536bee54ca: Merge commit '891ed1184e49bc7944311302d9ece01e87c188a8' into release/2.2
[12:14:10 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:d1423cf68f89: Merge commit 'c7a983762ab40bca4f85be64995d5398a4307aa5' into release/2.2
[12:14:11 CEST] <cone-935> ffmpeg 03Carl Eugen Hoyos 07release/2.2:8580977e30e3: Fix compilation with !HAVE_6REGS.
[12:14:12 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:62355b25ad5c: Merge commit '987a8f8514e07aba8136d491949d0b8d6bb183f9' into release/2.2
[12:33:22 CEST] <cone-935> ffmpeg 03Vittorio Giovara 07release/2.2:8b9d0f5d3ace: mov: Fix little endian audio detection
[12:33:23 CEST] <cone-935> ffmpeg 03Andrey Utkin 07release/2.2:1f1686615c20: rtpenc_jpeg: Handle case of picture dimensions not dividing by 8
[12:33:24 CEST] <cone-935> ffmpeg 03Martin Storsjö 07release/2.2:4c4cc9b27b69: rtsp: Make sure we don't write too many transport entries into a fixed-size array
[12:33:25 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:a1323ec1793b: Merge commit '8b9d0f5d3aceb67d472d190db53a21177fea9275' into release/2.2
[12:33:26 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:ae6429e633d2: Merge commit '1f1686615c20982a68b2d8db3ff109834a260d27' into release/2.2
[12:33:27 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:194bd16cfa76: Merge commit '4c4cc9b27b69a86e405fd7612aa0a62f3b62b027' into release/2.2
[12:46:45 CEST] <cone-935> ffmpeg 03John Högberg 07release/2.2:feedde4d8702: mpegts: Update the PSI/SI table only if the version change
[12:46:46 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:f30a57f5af27: Merge commit 'feedde4d8702d554a7f46de824a887fe4d75a714' into release/2.2
[12:46:47 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:0ca612a765ab: avformat/mpegts: reset last_version on seeking
[12:46:48 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:c0d6afa3e617: avformat/mpegts: Also parse the FMC descriptor if the codec has not been identified yet
[12:55:52 CEST] <cone-935> ffmpeg 03Nidhi Makhijani 07release/2.2:e3c4eb87e4d9: avpacket: Check for and return errors in ff_interleave_add_packet()
[12:55:53 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:296d70f58517: mux: Do not leave stale side data pointers in ff_interleave_add_packet()
[12:55:54 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:9726f3007196: ape: Support _0000 files with nblock smaller than 64
[12:55:55 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:e3485640308e: Merge commit 'e3c4eb87e4d9650d76f6d8d790a9b749b325e973' into release/2.2
[12:55:56 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:3db996615224: avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet()
[12:55:57 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:ed393622b27d: Merge commit '296d70f58517d6702bfda32178c1e395bca9665e' into release/2.2
[12:55:58 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:bb519be5e6c6: apedec: prevent out of array writes in decode_array_0000
[12:55:59 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:f84672c09a00: Merge commit '9726f3007196a9c3589c4f09a81c0d75e1d97f2c' into release/2.2
[13:11:24 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:1dcb68c02a55: alac: Reject rice_limit 0 if compression is used
[13:11:25 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:3bebca9634f0: nut: Check chapter creation in decode_info_header
[13:11:26 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:0654518597e6: avi: Validate sample_size
[13:11:27 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:6443db085a19: alac: reject rice_limit 0 if compression is used
[13:11:28 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:c9b956161436: Merge commit '1dcb68c02a55648facb82c0b2b6a1eb3dc18f988' into release/2.2
[13:11:29 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:6dfb78d6f1c1: nutdec: check chapter creation in decode_info_header
[13:11:30 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:fb2f96d9ef56: Merge commit '3bebca9634f05ea5da7624e3a3f35ec95341e250' into release/2.2
[13:11:31 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:0658aef53a86: avidec: avoid infinite loop due to negative ast->sample_size
[13:11:32 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:7666ecbbcbd2: avformat/avidec: print a warning for negative sample_size
[13:11:33 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:3bedd0d2325b: Merge commit '0654518597e6ee2947e4a81c26f03f9aec7ef656' into release/2.2
[13:28:44 CEST] <cone-935> ffmpeg 03wm4 07release/2.2:f29cf578923d: png: Set the color range as full range
[13:28:45 CEST] <cone-935> ffmpeg 03Luca Barbato 07release/2.2:c34d1099db6f: nut: Make sure to clean up on read_header failure
[13:28:46 CEST] <cone-935> ffmpeg 03Shiina Hideaki 07release/2.2:5e886756ee68: mjpegenc: Fix JFIF header byte ordering
[13:28:47 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:48648f5168ec: Merge commit 'f29cf578923d2d4d2cf891dfc0c7ac45c641a5b7' into release/2.2
[13:28:48 CEST] <cone-935> ffmpeg 03Andreas Cadhalpun 07release/2.2:b216e8b02bbc: nutdec: fix memleaks on error in nut_read_header
[13:28:49 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:eaf674ef042c: Merge commit 'c34d1099db6f9bc49f30eb3141f87c42b01a3714' into release/2.2
[13:28:50 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:1eb719a3dc71: Merge commit '5e886756ee687be5840867d3810991efe17a66c3' into release/2.2
[13:42:28 CEST] <cone-935> ffmpeg 03Mikulas Patocka 07release/2.2:9eba675e549c: configure: Disable i686 for i586 and lower CPUs
[13:42:29 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:60852532ba09: x86: cavs: Remove an unneeded scratch buffer
[13:42:30 CEST] <cone-935> ffmpeg 03Luca Barbato 07release/2.2:48c7fe5b5834: msrle: Use FFABS to determine the frame size in msrle_decode_pal4
[13:42:31 CEST] <cone-935> ffmpeg 03Mikulas Patocka 07release/2.2:7c9870d3f7c1: configure: Fix miscompilation for i586
[13:42:32 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:107615e0c57e: Merge commit '9eba675e549c48860601a4018df7756b57623e93' into release/2.2
[13:42:33 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:2fb00a22ddf5: Merge commit '60852532ba0971c4d253b755a3596e0a004a8bd9' into release/2.2
[13:42:34 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:43863fb13519: Merge commit '48c7fe5b5834a197f10a6eb56cbe7cda8ee32407' into release/2.2
[14:53:22 CEST] <cone-935> ffmpeg 03Luca Barbato 07release/2.2:964fef3f3ced: h264: Make sure reinit failures mark the context as not initialized
[14:53:23 CEST] <cone-935> ffmpeg 03Reinhard Tartler 07release/2.2:e863f4cd2a5e: Update Changelog for 10.7
[14:53:24 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:443b9a7d0803: Merge commit '964fef3f3ced60e67831549df223bc177e1537c9' into release/2.2
[14:53:26 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07release/2.2:9415ebfad647: Merge commit 'e863f4cd2a5ea05c74b8beb92e55d7ed10908d64' into release/2.2
[15:58:19 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:2e92a27a9095: avformat/mxfenc: Correct klv_fill_key
[16:13:24 CEST] <ffmpeg557> can anyone tell me which packages are required by msys2 for compiling ffmpeg in windows
[16:13:51 CEST] <ffmpeg557> ?
[16:15:03 CEST] <ffmpeg557> i got this error while compiling
[16:15:26 CEST] <ffmpeg557> License: GPL version 2 or later Creating config.mak, config.h, and doc/config.texi... ./configure: line 1311: cmp: command not found ./configure: line 1311: cmp: command not found ./configure: line 1311: cmp: command not found  WARNING: pkg-config not found, library detection may fail.
[16:16:17 CEST] <nevcairiel> thats probably in diffutils or however they named that package
[16:16:29 CEST] <nevcairiel> nothing 5 minutes of googling couldn't have told you
[16:17:03 CEST] <ffmpeg557> i didn't get a package list need for ffmpeg
[16:17:58 CEST] <ffmpeg557> my msys2 contains mingw-w64-i686-gcc,mingw-w64-i686-yasm,mingw-w64-i686-make
[16:32:31 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:030c20ffcf04: avutil/float_dsp: Fix ambiguous wording about vector products
[17:09:10 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:674b79148ff2: hevc: Fix HWACCEL_MAX for D3D11
[17:09:11 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:08d006f5a8ae: h264: Fix HWACCEL_MAX for D3D11
[17:09:13 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:9cedb88f46b5: Merge commit '674b79148ff29f40cbd569f5585bf99c71204bf5'
[17:09:14 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:df19c17ffb0e: Merge commit '08d006f5a8ae0faef76d3dccea699c3af3db5b63'
[17:18:28 CEST] <ffmpeg240> how to add x265 support to ffmpeg in windows
[17:20:00 CEST] <cone-935> ffmpeg 03Steve Lhomme 07master:31de41babcd9: configure: Check if ID3D11VideoDecoder exists, not just the header to enable d3d11va
[17:20:01 CEST] <cone-935> ffmpeg 03Steve Lhomme 07master:28fa58cf5d93: dxva2: Fix build when only D3D11 or DXVA2 is used
[17:20:02 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:3f36607ef0df: Merge commit '31de41babcd96f8ac2e6632454737aecb3710df7'
[17:20:03 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:deed77ffeeca: Merge commit '28fa58cf5d939151108345d7ddddebbd51d9b684'
[17:20:26 CEST] <ffmpeg240> i got error
[17:20:36 CEST] <ffmpeg240> " /usr/bin/make.exe: error while loading shared libraries: msys-guile-2.0-22.dll: cannot open shared object file: No such file or directory"
[17:20:43 CEST] <ffmpeg240> any help
[17:22:53 CEST] <BBB> I dont think that has much to do with ffmpeg to be honest
[17:22:59 CEST] <BBB> I mean, its msys/mingw setup problems, right?
[17:24:11 CEST] <nevcairiel> sure sounds like it
[17:30:25 CEST] <ffmpeg240> i want to konw how to add x265
[17:30:35 CEST] <ffmpeg240> see i am building it in windows
[17:30:56 CEST] <nevcairiel> maybe you should just grab some binaries
[17:31:10 CEST] <ffmpeg240> i don't know how to add an external lib
[17:31:21 CEST] <ffmpeg240> i had succesfully compiled x265
[17:31:40 CEST] <ffmpeg240> and got x265.exe and libx265.dll
[17:31:56 CEST] <ffmpeg240> used cmake and msvc
[17:32:13 CEST] <ffmpeg240> but how to add this to ffmpeg
[17:32:44 CEST] <ffmpeg240> did i have to add x265 sourec or the compiled exe and dll
[17:32:46 CEST] <cone-935> ffmpeg 03Ronald S. Bultje 07master:138581c41a12: vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates.
[17:35:12 CEST] <ffmpeg240> please help me
[17:38:16 CEST] <iive> ffmpeg240: this is the wrong channel for you, try in #ffmpeg. Also, it seems the make.exe program doesn't work correctly, is you are having problem with the build environment. 
[17:38:41 CEST] <iive> is/ iit seems
[17:39:44 CEST] <ffmpeg240> may be
[17:39:45 CEST] <ffmpeg240> i will check with #ffmpeg
[17:52:22 CEST] <nevcairiel> fast bbb is fast in fixing issues
[18:05:12 CEST] <cone-935> ffmpeg 03Michael Niedermayer 07master:627dd7fe7ee6: avformat/movenc: Fix potential signed overflows
[18:22:56 CEST] <ubitux> > [Parsed_blend_0 @ 0x1b0a560] First input link top parameters (size 4096x4096, SAR 0:1) do not match the corresponding second input link bottom parameters (4096x4096, SAR 1:1)
[18:22:58 CEST] <ubitux> :'(
[18:36:18 CEST] <cone-935> ffmpeg 03Stefano Sabatini 07master:56fe1bb9b373: doc/formats.texi: document max_interlave_delta muxing option
[18:37:18 CEST] <saste> ubitux, use setsar to fix it
[18:39:41 CEST] <ubitux> saste: yeah i know :)
[18:59:44 CEST] <cone-935> ffmpeg 03James Almer 07master:3be811a52846: avcodec/Makefile: fix checkheaders for nvenc_b
[19:02:05 CEST] <nevcairiel> it should really ignore sar differences if one of them is invalid/unset =p
[19:03:18 CEST] <wm4> what are "top" and "bottom" parameters?
[19:06:01 CEST] <ubitux> top one is blent on the bottom one?
[19:06:20 CEST] <ubitux> (the filter itself names the inputs)
[19:06:28 CEST] <ubitux> usually 
[19:06:31 CEST] <ubitux> "default"
[19:06:33 CEST] <wm4> ah
[19:06:51 CEST] <ubitux> unless there are multiple inputs, in which case they often have more meaningful names
[19:07:00 CEST] <ubitux> same story for outputs
[19:07:39 CEST] <ubitux> i'm currently looking at the selective color filter in photoshop
[19:07:51 CEST] <ubitux> anyone happens to know some stuff about it?
[19:08:32 CEST] <ubitux> i'll try to implement it in ffmpeg but it's a bit troublesome to figure out what it actually does
[19:09:11 CEST] <ubitux> first thing to find is what color ranges are affected by "yellows", "reds", "neutrals", etc
[19:09:40 CEST] <ubitux> then the algorithm itself is (probably) colorchannels applied to cmyk (instead of rgb)
[19:10:52 CEST] <ubitux> durandal_1707: hey, you might know that :)
[19:11:11 CEST] <ubitux> (actually, more like colorbalance)
[19:24:27 CEST] <ffmpeg480> i had build ffmpeg in windows using msys2 and msvc
[19:24:45 CEST] <ffmpeg480> also compiled x265 in windows using cmake and msvc
[19:24:57 CEST] <ffmpeg480> now how to add x265 into ffmpeg
[19:24:58 CEST] <ffmpeg480> ?
[19:30:54 CEST] <Daemon404> you have be told that this is teh incorrect channel
[19:31:11 CEST] <Daemon404> already
[19:38:34 CEST] <ffmpeg480> no body helping me
[19:38:37 CEST] <ffmpeg480> ;(
[19:38:43 CEST] Last message repeated 1 time(s).
[19:38:43 CEST] <Daemon404> because you refuse to actually READ
[19:38:45 CEST] <ffmpeg480> :(
[19:38:46 CEST] <Daemon404> we told you
[19:38:48 CEST] <Daemon404> go to #ffmpeg
[19:38:52 CEST] <Daemon404> that is the correct channel for this.
[19:39:11 CEST] <nevcairiel> If you do not know how to build, you should just download a pre-built binary, thats why they exist, and they include x265 support, too!
[19:39:29 CEST] <ffmpeg480> i am in that channel for 1 hr no body helped
[19:39:49 CEST] <ffmpeg480> i am doing an academic project
[19:40:13 CEST] <ffmpeg480> i cann't use the prebuild exes
[19:43:59 CEST] <wm4> ffmpeg480: install linux
[19:45:14 CEST] <Daemon404> or just follow the docs...
[19:45:27 CEST] <Daemon404> alternatively, wait until someone is around in #ffmpeg.
[22:01:53 CEST] <cone-136> ffmpeg 03Michael Niedermayer 07master:f805d7be4c60: avcodec/rangecoder: avoid float operation
[22:38:43 CEST] <cone-136> ffmpeg 03Michael Niedermayer 07master:89fa32e5b469: avcodec/snowenc: avoid floats in the rangecoder initialization
[22:50:58 CEST] <cone-136> ffmpeg 03James Almer 07master:7fc6545d5d73: configure: don't enable any tls protocol if network is disabled
[23:07:44 CEST] <cone-136> ffmpeg 03Martin Storsjö 07master:172b2cee17a3: dxva2: Add ifdefs around structs that might not be available
[23:07:45 CEST] <cone-136> ffmpeg 03Michael Niedermayer 07master:14617e3a739e: Merge commit '172b2cee17a3779c114ba065dd7b25dcf61e408f'
[00:00:00 CEST] --- Tue Jun  2 2015


More information about the Ffmpeg-devel-irc mailing list