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

burek burek021 at gmail.com
Fri May 3 02:05:03 CEST 2013


[00:32] <cone-76> ffmpeg.git 03Michael Niedermayer 07master:c1f2c4c3b492: vmdav: Try to fix unpack_rle()
[01:23] <cehoyos> michaelni: Did you check http://samples.ffmpeg.org/game-formats/sierra-vmd/lastdynasty/ ?
[01:24] <cehoyos> HG060808.VMD does not play, worked with 0.8, HR061502.VMD seems to have never played.
[02:21] <michaelni> cehoyos, i checked all the game-formats/sierra-vmd files that i had on my disk, which should have been all that are on the server, but ill recheck
[02:51] <cone-76> ffmpeg.git 03Michael Niedermayer 07master:e91fd754c63d: avcodec/ansi: Check x/y
[02:51] <cone-76> ffmpeg.git 03Michael Niedermayer 07master:6021615bbe39: avcodec/ansi: Fix right/bottom end checks
[10:41] <highgod> Hi, all, I want to ask a configure quesion. I want to use xxxx/cl/cl.h to detect whether the system is mac os or others, so 1.I add a check_header cl/cl.h,2.I add cl_cl_h to HAVE_LIST, it works fine on mingw, but when I use ubuntu to configure, the HAVE_CL_CL_H always zero.The path of cl.h is /opt/AMDAPP/include/cl/cl.h
[11:05] <durandal_1707> saste: gonna remove dupe documentation for asetpts?
[11:06] <durandal_1707> michaelni: you tried all vmdav samples?
[11:40] <smj> how do I negate an overlayed input?
[11:40] <smj> wrong channel, sorry
[12:14] <michaelni> durandal_1707, all i had, yes
[12:14] <durandal_1707> michaelni: in samples.mplayerhq.hu/game-formats/sierr.. ?
[12:16] <michaelni> i downloaded all the sierr.. samples some while ago and tested all i had on my disk
[12:17] <durandal_1707> because i'm found yet another sample that worked previously fine, but broke after "fix" from qatar
[12:17] <durandal_1707> michaelni: all samples you have play fine?
[12:17] <michaelni> no
[12:17] <michaelni> none used the code that i tried to fix
[12:17] <michaelni> i put an abort() in there and it didnt trigger unless i made a mistake
[12:18] <durandal_1707> ok so what samples do not play and are not on server?
[12:18] <michaelni> iam not aware of any
[13:01] <cone-25> ffmpeg.git 03Diego Biurrun 07master:a650c906cbdb: ppc: Only compile AltiVec FFT assembly when AltiVec is enabled
[13:01] <cone-25> ffmpeg.git 03Luca Barbato 07master:0671adbb18f7: id3v2: K&R formatting cosmetics
[13:01] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:0beff4282322: Merge remote-tracking branch 'qatar/master'
[13:06] <cone-25> ffmpeg.git 03Carl Eugen Hoyos 07master:d0a661d48a2b: Add wmv2 dependency to vc1 compilation.
[13:06] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:4d4ec18b2142: Merge remote-tracking branch 'cehoyos/master'
[13:43] <cone-25> ffmpeg.git 03Paul B Mahol 07master:cdada4f6390a: vmdav: return meaningful error codes
[13:43] <cone-25> ffmpeg.git 03Paul B Mahol 07master:663794f63da0: vmdav: unbreak decoding of samples from game The Last Dynasty
[13:51] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:89b5039ff265: avutil/mem: add av_memdup()
[14:19] <durandal_1707> michaelni: two pal8 inputs used with blend filter gives gray output. intead of picking rgb24
[14:20] <durandal_1707> blend supports gray but not pal8
[14:22] <cone-25> ffmpeg.git 03Paul B Mahol 07master:990b13806d38: lavfi/blend: use correct way to check number of planes
[14:22] <cone-25> ffmpeg.git 03Paul B Mahol 07master:a64c9afe3de3: lavfi/blend: merge config_input_top into config_output
[14:47] <cone-25> ffmpeg.git 03highgod0401 07master:6354a6ce5271: lavu/opencl: fix bug of opencl options
[15:35] <durandal_1707> michaelni: ffmpeg -i random_valid_input random segv here
[15:36] <durandal_1707> where random is anything not recognised as suitable output format
[16:06] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:49ec4c7e49a4: ffmpeg: fix segfault with random output
[16:51] <durandal_1707> http://www.ohloh.net/p/ffmpeg/managers
[17:32] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:8937230719ad: ape_decode_value_3900: check tmpk
[17:32] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:60ab44804237: ape_decode_value_3860: check k before using it in get_bits()
[17:42] <durandal_1707> michaelni: nut duration bug is still present
[18:14] <durandal_1707> is this: link->src->outputs[link->srcpad - link->src->output_pads] = NULL; always safe?
[18:28] <durandal_1707> michaelni: lavu/common.h and others use UINT64_C but the only place its defined is in lzma.h
[19:01] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:fd68371b0728: nutdec: Implement duration parsing for indexed nuts
[19:02] <durandal_1707> michaelni: thanks
[19:03] <michaelni> np
[21:27] <michaelni> durandal_1707, (U)INT*_C is C99
[21:27] <michaelni> but if some major platformss lack it we might want to consider reverting 738940e802667f3f661d0ae1ce2f755a9f5cba36
[21:35] <durandal_1707> well it looks its defined on FreeBSD only if #if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS)
[21:36] <durandal_1707> hmm actually i'm compiling cpp thing ...
[21:36] <durandal_1707> so that is reason why its not defined ...
[22:16] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:8d3c99e82531: mmvideo/mm_decode_inter: check horizontal coordinate too
[22:16] <cone-25> ffmpeg.git 03Michael Niedermayer 07master:ae2132ac90f0: mmvideo/mm_decode_intra: check horizontal coordinate too
[00:00] --- Fri May  3 2013


More information about the Ffmpeg-devel-irc mailing list