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

burek burek021 at gmail.com
Tue Aug 6 02:05:02 CEST 2013


[03:53] <cone-882> ffmpeg.git 03Michael Niedermayer 07master:1787432b2344: mp3dec: make const tables static const
[03:53] <cone-882> ffmpeg.git 03Michael Niedermayer 07master:c4f9a4cd2f6b: rdt: make const tables static const
[04:49] <pengvado> michaelni: dunno why that would happen. I got the copy of that mail via the list, and that's delivered to the same address as the CC.
[05:12] <michaelni> maybe something related to SPF caused it, iam no expert on that ...
[08:41] <BBB> ubitux: Daemon404: any progress on your vp9 code parts?
[08:41] <BBB> (I'll probably work on finishing keyframes minus loopfilter this week)
[08:42] <ubitux> nope sorry
[08:42] <ubitux> i'll start pretty soon
[08:42] <ubitux> just a few urgent real life things to deal with and i'm in
[08:43] <BBB> life is overrated... go on vacation, much more enjoyable :)
[08:43] <ubitux> i'm just back from it, and got a huge stack of things i should have been dealing with since months
[08:43] <ubitux> and it's starting to get a bit critical
[08:43] <ubitux> :p
[08:43] <ubitux> but should be done soon :)
[08:44] <BBB> well let me know how the code progresses
[08:44] <BBB> I don't want to duplicate efforts but obviously want a working decoder with all features asap
[08:44] <BBB> so these two goals are sort of conflicting in a way
[08:44] <ubitux> i'll make public statements about my progress
[08:44] <ubitux> and what i plan to do
[08:44] <BBB> cool
[08:44] <ubitux> don't worry about that
[08:45] <BBB> ok I'll keep pushing github whenever there's something worth pushing
[09:30] <cone-225> ffmpeg.git 03Anton Khirnov 07master:77cc958f60f7: lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()
[09:30] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:46b3dbf9ca1b: Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'
[09:37] <cone-225> ffmpeg.git 03Anton Khirnov 07master:51fc88e74671: avconv: improve some variable names
[09:38] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:783c674da7da: Merge commit '51fc88e7467169031b20b9983d80456b893a9fa3'
[09:51] <cone-225> ffmpeg.git 03Luca Barbato 07master:71953ebcf94f: aac: Check init_get_bits return value
[09:51] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:48af87819a03: Merge commit '71953ebcf94fe4ef316cdad1f276089205dd1d65'
[09:57] <cone-225> ffmpeg.git 03Luca Barbato 07master:a10c4ce24bd4: aac: Forward errors properly in aac_decode_frame_int
[09:57] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:d6c36fba0be8: Merge commit 'a10c4ce24bd4a0dd557d5849aa53a0cc74677808'
[10:02] <cone-225> ffmpeg.git 03Alexandra Khirnova 07master:7684a36113fa: mxfenc: switch to av_reallocp_array() and check allocation errors
[10:03] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:dd98d9d1ff88: Merge remote-tracking branch 'qatar/master'
[10:21] <zidanne> av_read_frame does neither return nor call interrupt_cb for mmsh://95.0.159.133/TSM after 8.59 seconds. It just freezes.. How can we prevent this problem? Even the untouched ffmpeg binary freezes at the same point.
[10:41] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:77e37c34cbaa: avformat/latmenc: use init_get_bits8()
[10:41] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:6ed1aa4f85fe: avcodec/ra144dec: use init_get_bits8()
[10:42] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:5dff26999841: avcodec/diracdec: use init_get_bits8()
[10:42] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:263da1a8f7ff: avcodec/eatgq: use init_get_bits8()
[10:42] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:89c3f5a907df: avformat/takdec: use init_get_bits8()
[10:42] <cone-225> ffmpeg.git 03Michael Niedermayer 07master:22458ccbcc0c: avcodec/tta: use init_get_bits8()
[10:47] <michaelni> zidanne, ive just put a fprintf() in the callback and its regularly called with that url and ffmpeg after 9sec
[10:53] <cone-225> ffmpeg.git 03James Almer 07master:1ca3902726fb: fate: Add vorbiscomment cover art test
[16:42] <zidanne> michaelni: it hangs on "ff_network_wait_fd_timeout ()" and it's code checks for interrupt_cb& interestingly my printf in interrupt callback does not print anything so it's somehow not getting called
[16:47] <zidanne> #0  0x00007fff920dcf96 in poll ()                #1  0x000000010014b2d2 in ff_network_wait_fd_timeout ()
[18:17] <michaelni> zidanne, if you can reproduce this with command line ffmpeg then please open a ticket on trac.ffmpeg.org
[18:18] <cone-511> ffmpeg.git 03Timothy Gu 07master:3217a706e27c: libxvid: Reduce the size of an array
[18:46] <zidanne> michaelni: I've put this into network.c / ff_network_wait_fd_timeout method:  av_log(NULL, AV_LOG_DEBUG, "ff_network_wait_fd_timeout: %d, %d, %d\n",write,timeout,int_cb==NULL?0:1); and it prints zero for the int_cb.. Are there more than 1 interrupt callback? I am not clearing the related context/pointer, so how can interrupt callback become null?
[19:29] <j-b> Who is Sandeep Hosangadi?
[20:07] <michaelni> zidanne, the callback is stored per context so it can be null for some and non null for others
[20:08] <zidanne> it is the same AVFormatContext
[20:26] <zidanne> michaelni: my first call to avformat_open_input was not returning zero, so I was falling back to other protocol and calling avformat_open_input again.. In the second call, it seems like I have to re allocate format context because when the first avformat_open_input fails, it also somehow invalidates the initial format context.
[21:58] <Daemon404> surprising amount of ffmpeg devs at vdd this year
[22:03] <cone-803> ffmpeg.git 03Wei-Cheng Pan 07master:f646cd44716b: rtp: Make ff_rtp_codec_id() case insensitive
[23:23] <Datalink> how hard would it be to include hardware encode/decode for Raspberry Pi through mechanisms similar to omxplayer?
[23:45] <Datalink> should I be seeing libav* folders while I compile? or did I get the wrong repo?
[23:47] <beastd> Datalink: libav* folders are normal and native to FFmpeg since its beginnings
[23:47] <Datalink> ok
[23:48] <Datalink> found out the hard way that the libav fork was causing my problems so I'm compiling the source on native hardware to update the production install
[23:49] <beastd> the forking group of developers just used the common prefix as a name because it was omnipresent in the ffmpeg source and lib names.
[23:50] <Datalink> ah okay, lack of creativity, got it
[23:51] <beastd> Datalink: no, not at all i think. imho they should have changed lib names to sth all together. but obviously it was in their interest.
[23:51] <beastd> to no change them.
[23:52] <Datalink> meh, it's 'hard' to do a string replace on an entire document tree...
[23:52] <Compn> Datalink : adding new hwaccel decoders is ok if you keep it seperate from the other decoders :)
[23:52] <Compn> and obviously, have the api/source/docs to be able to access it.
[23:53] <Datalink> lol, sadly I'm not at the level where I could code the hwaccel decoder, but if I did, I'd probably have it as pi(codec).c in the source
[00:00] --- Tue Aug  6 2013


More information about the Ffmpeg-devel-irc mailing list