Wednesday, October 5th, 2011, 00:17 UTC | ||
[00:17:07] | jya: | jpabq: I made an interesting discovery last night. I just wanted to test the new upmixer/downmixer. So I added some options to the audio test screen, it simulates playing a 5.1 audio to 7.1, 6.1 to 5.1, 6.1 to 7.1 etc.. |
[00:17:58] | jya: | When I play an upmixed audio stream, sooner or later the audio buffer becomes full and it errors out.. |
[00:18:13] | jya: | the typical behaviour then: you hear repeated audio |
[00:18:27] | rhpot1991 (rhpot1991!~rhpot1991@204.8.45.14) has joined #mythtv | |
[00:18:27] | rhpot1991 (rhpot1991!~rhpot1991@204.8.45.14) has quit (Changing host) | |
[00:18:27] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[00:18:54] | jya: | so say I was doing left speaker, centre … (audio buffer overflow).. you hear left speaker again, before it resumes playing centre |
[00:19:21] | jya: | I'm convinced this is similar to what you are seeing when playing time stretch over a while... |
[00:19:39] | jya: | so the question is: do you ever see in the log errors about the audio buffer being full ? |
[00:22:24] | andreax (andreax!~andreaz@p4FC13E08.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[00:34:50] | taylorr: | jya: cool that you can reproduce |
[00:35:30] | taylorr: | actually jpabq says the audio repeat for timestretch doesn't happen in master but it certainly happens here with the latest 0.24-fixes |
[00:38:10] | jpabq: | With master It happens with LPCM pass-through, but not if the audio is re-encoded back into AC3. |
[00:38:40] | jpabq: | jya, The only things in the log (with -v audio), are things like "CoreContext mythplayer.cpp:1996 (PrebufferEnoughFrames) – Player(0): Resetting audio buffer" |
[00:42:05] | jya: | taylorr: I can see a similar effect, but I have no idea on how it could be fixed… I guess it's a matter of the thread reading the buffer and the thread writing into the buffer getting desynchronised, so when the buffer is full, we stop writing, but it continues reading and as it's a circular buffer it starts reading the older data... |
[00:42:29] | jya: | jpabq: I do not know of that message, is this something occurring only when playback starts. or during playback ? |
[00:43:44] | jpabq: | Pretty sure those message correlate to the audio-repeating. They follow a "CoreContext mythplayer.cpp:1990 (PrebufferEnoughFrames) – Player(0): Waited 102ms for video buffers LAAAAAAAAAdADd" message. |
[00:44:29] | jya: | ok, so it occurs during playback.. why would it have anything to do with "pre buffering" unless I misunderstand the word prebuffering |
[00:45:18] | jpabq: | I am guessing that the pre-buffering message triggers a rest of the audio buffer, BUT, the audio buffer is not actually cleared and ends up playing again. |
[00:45:24] | jpabq: | s/rest/reset/ |
[00:45:43] | jya: | I can try simply increasing the audio framework buffer, that should make the problem appear less often… you are probably not seeing the problem when you are re-encoding to AC3, because the data you write in the audio buffer is 3 times smaller |
[00:45:53] | jpabq: | So, the audio buffer pointer is reset back to the beginning, without clearing the buffer. |
[00:46:27] | jpabq: | jya, seems like a reasonable hypothesis. |
[00:46:31] | jya: | jpabq: there should be no need to clear the buffer (nor would you want to, you add stuff for nothing) |
[00:46:57] | jpabq: | okay. Then I don't have an explanation. |
[00:47:23] | jya: | jpabq: should you clear the buffer, right after reading it, you would still have crap playing. instead of being a repeat, it would just be silence |
[00:47:29] | jya: | but still something abnormal |
[00:47:51] | jya: | I try doubling the audio buffer in size and see how it goes in my speaker test |
[00:47:56] | jpabq: | Do you want me to try it with a larger audio framework buffer? |
[00:48:01] | jya: | sure |
[00:48:06] | jpabq: | Where do I make that change? |
[00:48:52] | jya: | in audiooutputbase.h |
[00:49:00] | jya: | static const uint kAudioRingBufferSize = 3072000; |
[00:49:06] | jya: | it's already 3 MB |
[00:49:08] | jya: | it's huge |
[00:49:20] | jya: | more than 3MB |
[00:49:28] | jya: | that's 3Mega floats |
[00:49:48] | jya: | anyhow, try multiply this by 2 |
[00:49:51] | jya: | see how it goes |
[00:50:14] | jpabq: | Will do. I will let you know later. |
[00:54:17] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 252 seconds) | |
[01:03:39] | jya: | ok… I'm working on another machine where I have my audio setup.. so I may not respond quickly here |
[01:05:01] | jpabq: | jya, That change did not make any difference. |
[01:05:11] | jya: | it didn't ? :( |
[01:05:50] | jya: | TBH, when I look at how it's checking for space in the audio buffer (that's legacy code from way back), I have no idea what it does :) |
[01:19:15] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya) | |
[01:31:02] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[01:31:22] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[01:51:32] | clever (clever!~clever@142.167.196.246) has joined #mythtv | |
[02:02:24] | jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[02:06:53] | jya_ (jya_!~jyavenard@60-242-40-141.static.tpgi.com.au) has joined #mythtv | |
[02:06:53] | jya_ (jya_!~jyavenard@60-242-40-141.static.tpgi.com.au) has quit (Changing host) | |
[02:06:53] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[02:06:54] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer) | |
[02:06:54] | jya_ is now known as jya | |
[02:09:13] | jya_ (jya_!~jyavenard@60-242-40-141.static.tpgi.com.au) has joined #mythtv | |
[02:09:13] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Read error: Connection reset by peer) | |
[02:09:13] | jya_ (jya_!~jyavenard@60-242-40-141.static.tpgi.com.au) has quit (Changing host) | |
[02:09:13] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[02:09:14] | jya_ is now known as jya | |
[02:13:00] | dblain (dblain!~dblain@c-76-127-227-175.hsd1.ma.comcast.net) has joined #mythtv | |
[02:13:00] | dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv | |
[02:13:00] | dblain (dblain!~dblain@c-76-127-227-175.hsd1.ma.comcast.net) has quit (Changing host) | |
[02:29:28] | jya: | I spent 4 hours debugging why my up mixer didn't work in 7.1 mode (never heard the rear channels). turned out to be the amplifier, power cycling it fixed the issue… f***er |
[02:30:35] | rhpot1991 (rhpot1991!~rhpot1991@204.8.45.14) has joined #mythtv | |
[02:30:36] | rhpot1991 (rhpot1991!~rhpot1991@204.8.45.14) has quit (Changing host) | |
[02:30:36] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv | |
[03:11:04] | mattwj2002 (mattwj2002!~matt@wikisource/pdpc.active.mattwj2002) has joined #mythtv | |
[03:11:14] | mattwj2002 (mattwj2002!~matt@wikisource/pdpc.active.mattwj2002) has left #mythtv () | |
[03:22:29] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[03:50:12] | cattelan is now known as cattelan_away | |
[03:57:10] | jya: | jpabq: increasing the buffer size fixed the issue for me. I increased it by a factor of 4.. |
[04:00:01] | tgm4883 (tgm4883!~tgm4883@204.8.45.14) has joined #mythtv | |
[04:00:05] | tgm4883 (tgm4883!~tgm4883@204.8.45.14) has quit (Changing host) | |
[04:00:06] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv | |
[04:04:17] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya) | |
[04:49:07] | jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv | |
[04:57:43] | jya: | jpabq: this is very weird.. tracking the amount of free space in the audio buffer, it goes from used=256001 to used=3072001 after adding just 32kB of data.. sounds like there's a threading problem occurring when calculating the free size and there's a rotation in the buffer |
[05:05:22] | superm1 (superm1!~superm1@204.8.45.14) has joined #mythtv | |
[05:05:22] | superm1 (superm1!~superm1@204.8.45.14) has quit (Changing host) | |
[05:05:22] | superm1 (superm1!~superm1@ubuntu/member/superm1) has joined #mythtv | |
[05:06:33] | len (len!~quassel@184-97-190-161.mpls.qwest.net) has quit (Remote host closed the connection) | |
[05:24:44] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has joined #mythtv | |
[05:29:51] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has quit (Ping timeout: 276 seconds) | |
[06:27:50] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[06:31:15] | anykey_ (anykey_!~guedel@46-126-245-147.dynamic.hispeed.ch) has quit (Quit: leaving) | |
[06:31:38] | anykey_ (anykey_!~guedel@46-126-245-147.dynamic.hispeed.ch) has joined #mythtv | |
[06:39:48] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 240 seconds) | |
[06:53:27] | kormoc is now known as kormoc_afk | |
[07:17:52] | jya: | jpabq: ping.. or are you asleep (not sure what timezone you're in) |
[07:54:12] | aloril (aloril!~aloril@84.249.126.153) has quit (Ping timeout: 240 seconds) | |
[08:07:38] | aloril (aloril!~aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv | |
[08:38:33] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust920.3-1.cable.virginmedia.com) has joined #mythtv | |
[09:10:37] | andreax (andreax!~andreaz@p4FC12448.dip.t-dialin.net) has joined #mythtv | |
[09:52:48] | jya: | jpabq: give a try to the latest audio code, let me know if you are still hearing the duplicated audio |
[10:03:20] | clever (clever!~clever@142.167.196.246) has quit (Ping timeout: 244 seconds) | |
[10:03:37] | clever (clever!~clever@142.167.196.246) has joined #mythtv | |
[10:05:02] | mike|2 (mike|2!~mike@c-24-21-63-118.hsd1.or.comcast.net) has quit (Remote host closed the connection) | |
[10:05:54] | mike (mike!~mike@c-24-21-63-118.hsd1.or.comcast.net) has joined #mythtv | |
[10:06:20] | mike is now known as Guest31443 | |
[11:18:34] | taylorr: | jya: I'll backport to 0.24-fixes and test it... thanks |
[11:18:45] | jya: | i have a backport already |
[11:18:48] | jya: | hold a sec |
[11:19:54] | jya: | http://pastebin.com/hqcLm5uv |
[11:20:19] | jya: | i wanted to get jpabq feedback on the problem and see if it changed anything |
[11:20:56] | jya: | as for me, I haven't been able to reproduce it since… actually, I'm pretty sure it used to overflow the audio buffer |
[11:21:15] | jya: | the problem in ffmpeg is that the file got renamed |
[11:21:18] | jya: | and merge with another |
[11:21:49] | jya: | taylorr: were you seeing the problem too ? |
[11:22:07] | jya: | it must have been there since at least 0.23 |
[11:43:02] | taylorr: | jya: yes, I'm the one who brought it up the other day :) |
[11:43:06] | taylorr: | I'll test later |
[11:43:21] | jya: | come on… surely you can test now :) |
[11:43:22] | taylorr: | I didn't use timestretch in 0.23 so I don't know if it was a problem then |
[11:43:34] | jya: | actually the issue isn't timestretch |
[11:43:34] | taylorr: | nope, late to the dentist already :) |
[11:43:46] | taylorr: | right, but timestretch triggers it for me |
[11:43:52] | jya: | it's a combination of problem |
[11:44:27] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[11:44:56] | jya: | when jpabq enabled the AC3 encoder it prevents the problem from occurring, because the buffer is unlikely to rollover in the middle |
[11:45:13] | jya: | as the AC3 encoder shrink the size by a factor of at least 3 |
[11:56:25] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[12:18:50] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[12:19:15] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[12:56:41] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has quit (Remote host closed the connection) | |
[13:12:41] | danielk221: | Beirdo: I doubt there is any legal cover based on how you credit contributions. It might provide some convenience if we need to remove all the contributions from a particular external contributor. |
[13:13:24] | danielk221: | but that wasn't really my point :) |
[13:15:31] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has joined #mythtv | |
[13:15:32] | stuartm (stuartm!~stuartm@cpc1-derb9-0-0-cust441.8-3.cable.virginmedia.com) has quit (Changing host) | |
[13:15:32] | stuartm (stuartm!~stuartm@mythtv/developer/stuartm) has joined #mythtv | |
[13:17:36] | xavierh: | After modifying a MythGenericTree, how to update the MythUIButtonTree to reflect the change? |
[13:17:41] | xavierh: | please? |
[13:25:01] | stuartm: | xavierh: hmm, seems I never included a mechanism for that – it should be internal, i.e. updating MythGenericTree should automatically trigger an update of MythUIButtonTree but the signals/slots to make that happen haven't been added |
[13:39:54] | xavierh: | I am doinmg this :MythGenericTree *currentNode = m_buttonTree->GetCurrentNode();m_buttonTree->AssignTree(m_genericTree);m_b uttonTree->SetCurrentNode(currentNode); at the moment |
[13:40:22] | xavierh: | stuartm:thank you for the answer |
[13:58:17] | taylorr: | jya: looks good so far! |
[13:59:09] | taylorr: | definitely should backport soon since I believe it might explain some of the playback pauses people are seeing |
[14:09:02] | jpabq: | jya, I just woke up. I will test it when I get home from work, but it sounds like taylorr is happy with it. |
[14:10:02] | taylorr: | jpabq: I'm hoping it fixes your HistoryHD channel playback |
[14:10:32] | jpabq: | That would be nice. |
[14:11:13] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[14:12:07] | xavierh: | stuartm: I have a MythButtonTree, when the signal itemSelected is emitted, I would like to update the title of my MythScreenType with the name of the parent of the current node, however the signal is emitted before the DoSetCurrentNode. Meaning I got the name of the parent of the previous current Node. Should I raise a bug? |
[14:14:10] | xavierh: | staurtm:Or how do I get the MythGenericTree associated with the MythUIButtonListItem? |
[14:15:14] | xavierh: | stuartm:i.e inverted line 141 and 142 in mythuibuttontree.cpp |
[14:21:58] | j-rod|afk is now known as j-rod | |
[14:22:44] | xavierh: | stuartm:changing those two line do the trick for me, I don't know if it can produce some side effect |
[14:37:00] | xavierh: | stuartm: I created a ticket #10078 |
[14:54:38] | danielk221 (danielk221!~danielk@96.57.9.142) has left #mythtv () | |
[14:55:13] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv | |
[15:02:42] | danielk22 (danielk22!~danielk@96.57.9.142) has joined #mythtv | |
[15:28:54] | Goga777 (Goga777!~Goga777@shpd-92-101-142-207.vologda.ru) has joined #mythtv | |
[15:54:27] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Excess Flood) | |
[15:54:32] | tgm4883 (tgm4883!~tgm4883@204.8.45.14) has joined #mythtv | |
[15:54:32] | tgm4883 (tgm4883!~tgm4883@204.8.45.14) has quit (Changing host) | |
[15:54:33] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv | |
[17:00:39] | xavierh (xavierh!~xavier@cpc1-swin3-0-0-cust920.3-1.cable.virginmedia.com) has quit (Quit: leaving) | |
[17:05:44] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[17:06:05] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[17:09:55] | cattelan_away is now known as cattelan | |
[17:14:35] | Beirdo: | danielk22: yes, you are correct... the ass-coverage I was alluding to is the "you stole my code" allegations. If we are careful to always credit where the code came from, it does protect the committer some, and puts the onus onto the "author" to prove that it wasn't mislicensed, etc. |
[17:14:53] | Mousey (Mousey!~wtfisme@ross154.net) has joined #mythtv | |
[17:14:58] | Beirdo: | at least that was my general thought. But yeah, it wasn't the point you were making anyways :) |
[17:19:21] | kormoc_afk is now known as kormoc | |
[17:26:26] | Beirdo: | Hmm, I'm not sure that setting someone else's ticket's milestone for them will be taken well in all cases :) |
[17:58:14] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[18:28:46] | MythBuild_: | build #150 of master-vista-mingw-32bit is complete: Exception [exception git] Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/150 blamelist: Kenni Lund <kenni@mythtv.org > |
[18:45:24] | Beirdo: | ah come on, stop crapping out, windows |
[18:46:58] | Beirdo: | MythBuild_: force build master-vista-mingw-32bit now |
[18:46:59] | MythBuild_: | build forced [ETA 1h24m36s] |
[18:46:59] | MythBuild_: | I'll give a shout when the build finishes |
[19:15:28] | xavierh (xavierh!~chatzilla@cpc1-swin3-0-0-cust920.3-1.cable.virginmedia.com) has joined #mythtv | |
[19:16:38] | len (len!~quassel@184-97-190-161.mpls.qwest.net) has joined #mythtv | |
[19:25:11] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has joined #mythtv | |
[19:28:53] | Goga777 (Goga777!~Goga777@shpd-92-101-142-207.vologda.ru) has quit (Remote host closed the connection) | |
[19:30:19] | kenni: | heh, that buildsystem doesn't look happy |
[19:41:16] | stuartm: | Captain_Murdoch: http://code.mythtv.org/trac/ticket/10073 – This isn't your fault, it's mine for not enforcing the rules before it become an issue, but this has become a little messy with the conversion to use LoadInBackground() – Load() cannot touch widgets as it does here since that's not thread safe, Load() should be loading the data and then the foreground thread should be populating the widgets with that data |
[19:42:52] | stuartm: | Captain_Murdoch: I'm not sure that trying to make mythui widgets thread safe is the answer, but we need to come up with fixes before 0.25 IMHO so I'll listen to any ideas |
[20:05:32] | gnome42 (gnome42!~gnome42@75-119-229-119.dsl.teksavvy.com) has joined #mythtv | |
[20:09:38] | MythBuild_: | Hey! build master-vista-mingw-32bit #151 is complete: Success [build successful] |
[20:09:38] | MythBuild_: | Build details are at http://code.mythtv.org/buildbot/builders/mast . . . t/builds/151 |
[20:11:32] | stuartm: | jpabq: Have you noticed any issues with the Terra OSD following the text layout commit? I know it's a little vague but the text suddenly looks 'crappy' |
[20:15:25] | jpabq: | stuartm: On my phone, so slow typing. Only possible issue I notice recently (non OSD specific) had to do with vertical alignment. |
[20:16:13] | jpabq: | Can you revert back to before the commit and take a screen shot to compare? |
[20:31:48] | zombor_ (zombor_!~zombor_@kohana/developer/zombor) has joined #mythtv | |
[20:33:23] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Disconnected by services) | |
[20:33:26] | zombor_ is now known as zombor | |
[20:38:12] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit () | |
[20:41:59] | stuartm: | jpabq: sure |
[20:42:56] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has joined #mythtv | |
[20:43:57] | stuartm: | to my eyes it looks like either anti-aliasing isn't being applied or a possibly a 1px outline close to the background colour is added (no outline is specified in the theme) |
[20:44:44] | stuartm: | alignment seems right |
[20:54:08] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (Quit: Changing server) | |
[21:07:45] | jmartens (jmartens!~jmartens@s5597ca60.adsl.wanadoo.nl) has quit (Quit: Leaving.) | |
[21:19:47] | gnome42 (gnome42!~gnome42@75-119-229-119.dsl.teksavvy.com) has left #mythtv () | |
[21:20:43] | j-rod is now known as j-rod|afk | |
[21:20:56] | jya: | taylorr: great to know… that "bug" was in 0.23… so not nsure if it's related to pauses only seen in 0.24 |
[21:27:26] | jya: | i wonder why git cherry-pick doesn't pick up that a file was moved any longer... |
[21:27:59] | jya: | it used to have no problem patching audio framework file that are now in libmyth/audio/audioout* |
[21:28:20] | jya: | now all it does is create a new file in the new location, which ain't good |
[21:29:01] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has quit (Ping timeout: 240 seconds) | |
[21:29:48] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv | |
[21:30:37] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Read error: Operation timed out) | |
[21:31:49] | jpabq: | stuartm: I will take a look when I get home. I can't think what would cause that other than scaling? |
[21:33:11] | zombor (zombor!~zombor_@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[21:34:08] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has joined #mythtv | |
[21:36:41] | jya: | jpabq: got a chance to test? |
[21:36:46] | jpabq: | Probably is the anti-aliasing (or lack of) |
[21:36:48] | jya: | the audio repeat issue ? |
[21:37:02] | ** stuarta fiddles with running mythweb under nginx ** | |
[21:37:37] | jpabq: | jya: Not yet. Prob 3 hours before I get home |
[21:38:57] | jya: | where are you based? |
[21:41:13] | jpabq: | stuartm: In MythPainter::GetImageFromTextLayout, I bet I need to add painter.setRenderHint(QPainter::Antialiasing); |
[21:41:43] | jpabq: | jya: New Mexico |
[21:46:16] | davide (davide!~david@host70.16.intrusion.com) has quit (Ping timeout: 256 seconds) | |
[21:50:22] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[22:02:12] | davide (davide!~david@host70.16.intrusion.com) has quit (Remote host closed the connection) | |
[22:02:31] | davide (davide!~david@host70.16.intrusion.com) has joined #mythtv | |
[22:14:25] | Malard (Malard!~Malard@xbmc/staff/malard) has joined #mythtv | |
[22:23:01] | xavierh (xavierh!~chatzilla@cpc1-swin3-0-0-cust920.3-1.cable.virginmedia.com) has quit (Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928221717]) | |
[22:27:36] | kormoc (kormoc!~kormoc@mythtv/developer/kormoc) has left #mythtv () | |
[22:31:20] | kormoc_afk (kormoc_afk!~kormoc@mythtv/developer/kormoc) has joined #mythtv | |
[22:42:56] | cocoa117 (cocoa117!~cocoa117@188-222-31-239.zone13.bethere.co.uk) has quit (Quit: Leaving) | |
[22:47:47] | kormoc_afk is now known as kormoc | |
[22:51:53] | danielk22 (danielk22!~danielk@96.57.9.142) has left #mythtv () | |
[23:00:24] | jya: | fixing the LATM AAC bit isn't going to be a simple matter of backporting one changeset only… |
[23:14:29] | jya: | Beirdo: what version of ffmpeg did you last sync with ? |
[23:58:50] | zombor (zombor!~zombor_@kohana/developer/zombor) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.