Search found 4 matches

by Thinine
Sun Mar 11, 2007 1:40 am
Forum: Bugs
Topic: Crash with non default file size and x264
Replies: 3
Views: 2153

Patch, generated by svn diff: =================================================================== --- macosx/Controller.mm (revision 426) +++ macosx/Controller.mm (working copy) @@ -775,7 +775,7 @@ } /* Sends x264 options to the core library*/ - job->x264opts = strdup([[[NSUserDefaults standardUserD...
by Thinine
Sun Mar 11, 2007 1:18 am
Forum: Bugs
Topic: Crash with non default file size and x264
Replies: 3
Views: 2153

So I seem to have fixed this bug. Basically you get rid of the uses of strdup in PrepareJob and AddToQueue (while also updating the methods to use UTF8String instread of the deprecated cString). Also changed file in common.h to const char * instead of just a char *, to get rid of an error when used ...
by Thinine
Wed Mar 07, 2007 1:39 am
Forum: Feature Requests
Topic: Chapters inside MP4 file
Replies: 93
Views: 49644

How so? They're all .m4v files for me.
by Thinine
Wed Mar 07, 2007 12:42 am
Forum: Bugs
Topic: Crash with non default file size and x264
Replies: 3
Views: 2153

Crash with non default file size and x264

r424 will crash on Mac OS X (PPC) when attempting to use the x264 codec (mp4 container) and the file size you want has been changed (from the default of 700). This happens whether you change the size first or the codec first. Here's the relevant trace: Thread 0 Crashed: 0 libSystem.B.dylib 0x9000334...