Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Ross Finlayson
Wolfgang, Many thanks for contributing this patch. It will be included in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.c

Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi, it's again me;-) Since I fixed the mp4a.esds, which was broken and ignored before, the fix in... --- 2010.01.07: - Fixed a bug in "parseGeneralConfigStr()" (it was mistakenly returning an extra byte). --- ... hit me as first. The extra byte was blindly removed in QuickTimeFileSink.cpp. Now tha

Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi! I recognized that there was a recent release I missed. My patch was for release 2009-07-09. Since 2010-03-08 release added code for stss atom the first patch will not work on the current release. Find the new patch for 2010-03-08 release attached on this mail. Regards, Wolfgang -- Wolfgang

[Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi! I enhanced the QuickTimeFileSink to be able to write MP4 files larger then 2GB. It uses TellFile64 and SeekFile64 from InputFile.hh instead of fseek and ftell, the mdat atom is written in 64bit format and all the stco atoms are co64 now. And I've fixed a bug which causes damaged mp4a.esds ato