News:

--

Main Menu

SVN 2.6.0 builds for MacOSX

Started by surfer, July 10, 2010, 06:47:54 PM

Previous topic - Next topic

surfer

Hi mac users,

After some time you can find here the first 2.6.0 build. It is still very experimental, also for the bundle structure. going from 2.4.x to 2.5.x was a huge change in bundle structure. Going from 2.5 to 2.6 is another big shift in bundle structure which took me some time (and I have been working on other projects for the past 2 months).
This build is an Intel only build. PPC is slowly dying out, but more importantly: The ppc side of the compilation still fails.

Please give it a test run.

Note: The bundle has changed it\'s name. The 2.6.0 is named avidemux3 instead of avidemux2. So the bundle is now named avidemux3.app

You can find it here

hubertmauclaire

Thanks a lot for the build ! I don\'t have the competence to build myself, so I really appreciate.

Unfortunately, there is a problem in the Video Filters dialog, at least on my machine : the Open and Save Filters buttons don\'t work. It\'s a very important feature for me, because I keep a file containing all my filters : if I have to add those filters one by one manually, it would be madness.

I am on Snow Leopard.

mean

You can save a python project and just keep the line containing the filter
It\'s the prefered way
Alternatively, i\'ll re-hook the load/save filter to their python counterpart

(python or javascript, both works even if the python one is the most worked on)

hubertmauclaire

Thank you ! The Save Project feature solves my problem.

Unfortunately, a new problem arrised. Many of the video filters that I need are not included in the latest build : \"subtitle\", \"resize\", \"addblack\" and \"resamplefps\", in particular, are missing. I tried copying the .dylib files from the previous build :

avidemux2.app/Contents/Resources/lib/ADM_plugins/videoFilter
to the latest build :

avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters
but it made no difference.

mean


surfer

I built another version: Avidemux3_2.6_svn6538. Note that 2.6 is still very experimental.

[list=*]
  • 32bit Intel only. Possibly only runs on Snow Leopard. I build with macports for the underlying libraries. This version of MacPorts doesn\'t allow to build for another version and I switched 6 weeks ago to Snow Leopard. The next, about to released, version of MacPorts does.[/*]
  • Now compiled with mpeg4 AVC (x264) support, also with assembly for improved performance, and with xvid.[/*]
  • Vorbis (via a small hack) for audio and AAC via FAAC is now also enabled.[/*]
You can find it here

kenshin3it

hi,i\'ve tried new build of avidemux(svn6538) but i can\'t encode x264(there isn\'t in the menù).
iMac 24\" Intel Core 2 Duo@2.4GHz - OSX 10.6.1

surfer

Not?

Don\'t you have an option \"Mpeg4 AVC (x264)\"?

EDIT: Yes, you are right. For whatever reason the x264 and xvid libraries are missing.
I already corrected it but for some reason I can\'t create a new dmg currently.
I\'ll update as soon as possible.

kenshin3it

i have xvid(i don\'t know if it works) but x264 is not in this subversion.
iMac 24\" Intel Core 2 Duo@2.4GHz - OSX 10.6.1

Bubu007

Hi surfer,

avidemux3 don\'t support mpeg4 transport stream?
I when open the TS file, avidemux crashes.

thanks,

crallion

Works well for me so far.

Macbook 5,1.  64bit.  Snow Leopard 10.6.4

Bubu007

Process:         avidemux3_qt4 [13504]
Path:            /Volumes/avidemux3-2.6/avidemux3.app/Contents/MacOS/avidemux3_qt4
Identifier:      Avidemux.org
Version:         Avidemux 2.6.0 svn6538 (???)
Code Type:       X86 (Native)
Parent Process:  sh [13487]

Date/Time:       2010-10-23 13:21:36.481 +0200
OS Version:      Mac OS X 10.6.4 (10F569)
Report Version:  6

Interval Since Last Report:          -4033643 sec
Crashes Since Last Report:           -68
Per-App Interval Since Last Report:  -581 sec
Per-App Crashes Since Last Report:   -4
Anonymous UUID:                      758B6B6A-47FC-45EC-9220-8C79868C8FF1

Exception Type:  EXC_CRASH (SIGBUS)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  1  Dispatch queue: com.apple.libdispatch-manager

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                0x997cdef6 __kill + 10
1   libSystem.B.dylib                0x997cdee8 kill$UNIX2003 + 32
2   libSystem.B.dylib                0x9986062d raise + 26
3   libSystem.B.dylib                0x997d31fb _sigtramp + 43
4   ???                              0xffffffff 0 + 4294967295
5   libADM_dm_ts.dylib               0x19e50920 tsHeader::open(char const*) + 736
6   avidemux3_qt4                    0x00025f95 std::vector >::_M_insert_aux(__gnu_cxx::__normal_iterator > >, ADM_queuePacket const&) + 23557
7   avidemux3_qt4                    0x000120ab QMap::detach_helper() + 6891
8   avidemux3_qt4                    0x00060acd Ui_MainWindow::setupUi(QMainWindow*) + 58317
9   avidemux3_qt4                    0x00012da7 QMap::detach_helper() + 10215
10  avidemux3_qt4                    0x00046f20 ADM_videoFilterQueue::configure() + 13072
11  avidemux3_qt4                    0x000617f3 ADM_QSlider::~ADM_QSlider() + 259
12  QtCore                           0x027564bb QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 523
13  QtGui                            0x01bb7754 QAction::triggered(bool) + 68
14  QtGui                            0x01bb9a0f QAction::activate(QAction::ActionEvent) + 159
15  QtGui                            0x02082ce6 QToolButton::nextCheckState() + 38
16  QtGui                            0x01fa924a QAbstractButtonPrivate::click() + 74
17  QtGui                            0x01fa94ec QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 140
18  QtGui                            0x02082c2c QToolButton::mouseReleaseEvent(QMouseEvent*) + 28
19  QtGui                            0x01c18ad3 QWidget::event(QEvent*) + 4323
20  QtGui                            0x01fa9d53 QAbstractButton::event(QEvent*) + 83
21  QtGui                            0x02083bb0 QToolButton::event(QEvent*) + 64
22  QtGui                            0x01bbefff QApplicationPrivate::notify_helper(QObject*, QEvent*) + 175
23  QtGui                            0x01bc5869 QApplication::notify(QObject*, QEvent*) + 2681
24  QtCore                           0x02750bf2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 98
25  QtGui                            0x01b55abd QApplicationPrivate::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 6765
26  com.apple.HIToolbox              0x98acdf2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
27  com.apple.HIToolbox              0x98acd1f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
28  com.apple.HIToolbox              0x98aef9bb SendEventToEventTarget + 52
29  com.apple.HIToolbox              0x98b014db ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
30  com.apple.HIToolbox              0x98ace380 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
31  com.apple.HIToolbox              0x98acd1f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
32  com.apple.HIToolbox              0x98aef9bb SendEventToEventTarget + 52
33  QtGui                            0x01b6be74 QEventDispatcherMac::processEvents(QFlags) + 596
34  QtCore                           0x0282d801 QEventLoop::processEvents(QFlags) + 65
35  QtCore                           0x0282da2d QEventLoop::exec(QFlags) + 189
36  QtCore                           0x0282fd9e QCoreApplication::exec() + 174
37  avidemux3_qt4                    0x000466c4 ADM_videoFilterQueue::configure() + 10932
38  avidemux3_qt4                    0x00017f50 QMap::detach_helper() + 31120
39  avidemux3_qt4                    0x0007b7cc Ui_SpiderMonkeyShell::setupUi(QDialog*) + 3180
40  com.apple.Foundation             0x9183c1c3 _nsnote_callback + 176
41  com.apple.CoreFoundation         0x953873c3 __CFXNotificationPost + 947
42  com.apple.CoreFoundation         0x95386dca _CFXNotificationPostNotification + 186
43  com.apple.Foundation             0x91831090 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
44  com.apple.Foundation             0x9183e46d -[NSNotificationCenter postNotificationName:object:] + 56
45  com.apple.AppKit                 0x95a5370a -[NSApplication _postDidFinishNotification] + 125
46  com.apple.AppKit                 0x95a5361a -[NSApplication _sendFinishLaunchingNotification] + 74
47  com.apple.AppKit                 0x95a23de0 _DPSNextEvent + 1702
48  com.apple.AppKit                 0x95a232ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
49  com.apple.AppKit                 0x959e555b -[NSApplication run] + 821
50  avidemux3_qt4                    0x0007bf65 Ui_SpiderMonkeyShell::setupUi(QDialog*) + 5125
51  avidemux3_qt4                    0x000107f5 QMap::detach_helper() + 565

Thread 1 Crashed:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib                0x99793942 kevent + 10
1   libSystem.B.dylib                0x9979405c _dispatch_mgr_invoke + 215
2   libSystem.B.dylib                0x99793519 _dispatch_queue_invoke + 163
3   libSystem.B.dylib                0x997932be _dispatch_worker_thread2 + 240
4   libSystem.B.dylib                0x99792d41 _pthread_wqthread + 390
5   libSystem.B.dylib                0x99792b86 start_wqthread + 30

Thread 2:
0   libSystem.B.dylib                0x9978c086 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation         0x953a880d __CFSocketManager + 1085
2   libSystem.B.dylib                0x9979a81d _pthread_start + 345
3   libSystem.B.dylib                0x9979a6a2 thread_start + 34

Thread 3:

Thread 1 crashed with X86 Thread State (32-bit):
  eax: 0x00000004  ebx: 0x99793f96  ecx: 0xb0080d5c  edx: 0x99793942
  edi: 0xa0c1a1ec  esi: 0xb0080ed8  ebp: 0xb0080ef8  esp: 0xb0080d5c
   ss: 0x0000001f  efl: 0x00000247  eip: 0x99793942   cs: 0x00000007
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0x00726000

Binary Images:
    0x1000 -   0x228fef +avidemux3_qt4 ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/MacOS/avidemux3_qt4
  0xe88000 -   0xe8bffb +libADM_coreVDPAU6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreVDPAU6.dylib
  0xe8e000 -   0xe9bfff +libADM_coreVideoCodec6.dylib ??? (???) <83E87D5E-53EE-1E3B-2D3C-4B9A03F0C8D6> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreVideoCodec6.dylib
  0xea4000 -   0xec0ff3 +libADM_UIQT46.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_UIQT46.dylib
  0xedc000 -   0xee3fff +libADM_core6.dylib ??? (???) <9E4B2DD7-D8E2-1483-EA61-7A02C46A6BBC> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_core6.dylib
  0xeea000 -   0xef0fe3 +libADM_audioParser6.dylib ??? (???) <70233290-5AF6-80E6-966E-05370EC71CEA> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_audioParser6.dylib
  0xef3000 -   0xefdff7 +libADM_coreAudio6.dylib ??? (???) <0280E2AA-9360-B54B-EA0E-C3DDDB9C33C2> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreAudio6.dylib
  0xf1e000 -   0xf21ff7 +libADM_coreAudioFilterAPI6.dylib ??? (???) <24B7454A-6FB6-32F8-E500-F05D0B655D41> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreAudioFilterAPI6.dylib
  0xf24000 -   0xf2dfef +libADM_coreAudioDevice6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreAudioDevice6.dylib
  0xf32000 -   0xf38ff7 +libADM_coreAudioEncoder6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreAudioEncoder6.dylib
  0xf3b000 -   0xf43fff +libADM_coreDemuxer6.dylib ??? (???) <23FF2A70-D8AB-C692-444E-73D29921D0A9> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreDemuxer6.dylib
  0xf47000 -   0xf50ffb +libADM_coreDemuxerMpeg6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreDemuxerMpeg6.dylib
  0xf55000 -   0xf5fffb +libADM_coreImage6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreImage6.dylib
  0xf65000 -   0xf70ffb +libADM_coreMuxer6.dylib ??? (???) <89F5619B-339A-2915-8379-B232F10CEE72> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreMuxer6.dylib
  0xf75000 -   0xf84ff7 +libADM_coreUI6.dylib ??? (???) <486168FE-0568-93F0-1E2D-70ADA19CDB2B> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreUI6.dylib
  0xf90000 -   0xfa3ffb +libADM_coreUtils6.dylib ??? (???) <1DB7A768-7B1D-55A7-08B5-CD0898406E53> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreUtils6.dylib
  0xfef000 -   0xff8ffb +libADM_coreVideoEncoder6.dylib ??? (???) <277AAADD-AED8-F12D-7FB2-B5A368A0AB41> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreVideoEncoder6.dylib
  0xffd000 -  0x1005ff3 +libADM_coreVideoFilter6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreVideoFilter6.dylib
 0x100a000 -  0x1012ff3 +libADM_coreImageLoader6.dylib ??? (???) <732D2054-7E68-B293-13B9-D1C7DFA513EC> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreImageLoader6.dylib
 0x1015000 -  0x1395ff7 +libADM_libavcodec6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_libavcodec6.dylib
 0x1862000 -  0x189bff7 +libADM_libavformat6.dylib ??? (???) <1C7CA6B0-66D2-7D8A-CF0F-60F8C72AB432> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_libavformat6.dylib
 0x18ab000 -  0x18bdfe7 +libADM_libavutil6.dylib ??? (???) <49ABCB33-3B80-AAB1-B275-F381FB6EF343> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_libavutil6.dylib
 0x18c7000 -  0x1918fef +libADM_libswscale6.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_libswscale6.dylib
 0x192a000 -  0x194fff7 +libADM_libpostproc6.dylib ??? (???) <613AAE0F-30AF-2BE4-1033-5D378FF928A8> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_libpostproc6.dylib
 0x1953000 -  0x1a10fe7 +libADM_smjs6.dylib ??? (???) <6DABE819-0986-BBD9-6284-B475DD30A7F4> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_smjs6.dylib
 0x1a32000 -  0x1a57ff3 +libADM_coreTinyPy6.dylib ??? (???) <084FAEA3-23EF-7231-0BD8-B3CDAB3DBE48> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_coreTinyPy6.dylib
 0x1a79000 -  0x1a81fe7 +libintl.8.dylib 10.1.0 (compatibility 10.0.0) <352355E7-966B-2AE4-710B-A85EE54994D0> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libintl.8.dylib
 0x1a86000 -  0x1aa5fe7 +libpng12.0.dylib 45.0.0 (compatibility 45.0.0) <7DA3AE13-EF41-F40C-9B77-F827AE31DF6A> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libpng12.0.dylib
 0x1aac000 -  0x1abdfe7 +libz.1.dylib 1.2.5 (compatibility 1.0.0) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libz.1.dylib
 0x1ac1000 -  0x1b27fc3 +SDL 1.2.13 (1.2.13) <7D73799E-7426-D43C-89D3-EBCBF65520DE> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
 0x1b39000 -  0x242cffb +QtGui 4.6.3 (compatibility 4.6.0) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
 0x2706000 -  0x2916ffb +QtCore 4.6.3 (compatibility 4.6.0) <4CC63023-AC4C-F1ED-EC4C-43041F1D5625> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
 0x29b9000 -  0x2abffe7 +libxml2.2.dylib 10.7.0 (compatibility 10.0.0) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libxml2.2.dylib
 0x2ae9000 -  0x2af1ff7 +libADM_render6_qt4.dylib ??? (???) <36582710-B500-B196-88F8-C6517211C554> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libADM_render6_qt4.dylib
 0x2af7000 -  0x2beffe7 +libiconv.2.dylib 8.0.0 (compatibility 8.0.0) <98B89369-E64A-ACB0-DE1B-951EEDECF41C> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libiconv.2.dylib
 0x2cf5000 -  0x2cf8ff7 +libADM_mx_dummy.dylib ??? (???) <7FFB0A87-9BDD-0AF3-BD60-EED9DCEB2179> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_dummy.dylib
0x15010000 - 0x15015ffb +libADM_mx_ffPS.dylib ??? (???) <23BFDE74-A070-5E09-4A30-3C185D0F98B7> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_ffPS.dylib
0x1503b000 - 0x1504dff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x15051000 - 0x1505ffe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x15082000 - 0x1508affb +libADM_mx_avi.dylib ??? (???) <54EE902F-B15C-4AE9-CC61-931B7C4F44D9> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_avi.dylib
0x1508f000 - 0x15093fff +libADM_mx_ffTS.dylib ??? (???) <8BB09E3A-E874-1440-B547-756D3A2CA834> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_ffTS.dylib
0x15097000 - 0x1509aff3 +libADM_mx_raw.dylib ??? (???) <1BEEBC5F-1A84-D3D3-91A1-C0461E0C02CC> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_raw.dylib
0x15181000 - 0x15185fff +libADM_mx_flv.dylib ??? (???) <937043D1-F1C3-5CD3-DD18-84A301CA253F> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_flv.dylib
0x15189000 - 0x1518dffb +libADM_mx_Mkv.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_Mkv.dylib
0x15191000 - 0x15195ff3 +libADM_mx_mp4.dylib ??? (???) <760570F5-F37C-2D8A-35BE-5EE15040E2B2> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/muxers/libADM_mx_mp4.dylib
0x15199000 - 0x1519bff7 +libADM_ad_dca.dylib ??? (???) <18D05051-6124-46F8-8714-BF81FE28540D> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_dca.dylib
0x18a35000 - 0x18a42ffb +libADM_ad_a52.dylib ??? (???) <8F2C11F5-F8DB-CBE9-45E3-9FA9E9742A55> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_a52.dylib
0x18a47000 - 0x18a49fff +libADM_ad_faad.dylib ??? (???) <4BB63912-4478-F139-B620-346BCFD519C6> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_faad.dylib
0x18a4d000 - 0x18a4efeb +libADM_ad_ulaw.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_ulaw.dylib
0x18a51000 - 0x18a54ff7 +libADM_ad_vorbis.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_vorbis.dylib
0x18a58000 - 0x18a5afe7 +libogg.0.dylib 8.0.0 (compatibility 8.0.0) <21EE3ABD-B89F-91F2-77CB-EF2D9C7E0FD8> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libogg.0.dylib
0x18a5d000 - 0x18a62fff +libADM_av_sdl.dylib ??? (???) <71E55CF8-6AA5-EC89-B0DE-6CBB7B89D8FE> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDevices/libADM_av_sdl.dylib
0x18c08000 - 0x18c21fff +libADM_ad_Mad.dylib ??? (???) <1BDAA896-24CF-CBBC-A097-8C5367A1505E> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_Mad.dylib
0x19a12000 - 0x19a29ff7 +libdca.0.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libdca.0.dylib
0x19a39000 - 0x19a74ff7 +libfaad.2.dylib 3.0.0 (compatibility 3.0.0) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libfaad.2.dylib
0x19a7c000 - 0x19a7eff7 +libADM_ad_ima_adpcm.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_ima_adpcm.dylib
0x19ab2000 - 0x19ab5fe3 +libADM_ad_lav.dylib ??? (???) <6FFFECB1-F707-CC7E-41D4-3DD46054622C> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_lav.dylib
0x19ae9000 - 0x19aebff7 +libADM_ad_ms_adpcm.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioDecoder/libADM_ad_ms_adpcm.dylib
0x19b1f000 - 0x19b44fe7 +libvorbis.0.dylib 5.4.0 (compatibility 5.0.0) <8E4F2F3B-7098-9CC8-230D-6A46269F5C0A> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libvorbis.0.dylib
0x19b4d000 - 0x19cabfe7 +libvorbisenc.2.dylib 3.7.0 (compatibility 3.0.0) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libvorbisenc.2.dylib
0x19cea000 - 0x19ceeffb +libADM_ae_faac.dylib ??? (???) <3C5A8CFB-3A58-6F92-D40C-51860ECA88ED> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_faac.dylib
0x19cf2000 - 0x19cfeff7 +libfaac.0.dylib ??? (???) <48C23853-3541-CB84-BF2F-2F4FDA4DD996> /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libfaac.0.dylib
0x19d04000 - 0x19d08ff7 +libADM_ae_lame.dylib ??? (???) <955E4FC8-773E-8FBA-2D7A-D09F56EC3CE3> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_lame.dylib
0x19d0c000 - 0x19d48ff7 +libmp3lame.0.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/lib/libmp3lame.0.dylib
0x19d84000 - 0x19d88ff3 +libADM_ae_lav_aac.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_lav_aac.dylib
0x19d8c000 - 0x19d90ff3 +libADM_ae_lav_ac3.dylib ??? (???) <11CA6204-31EE-DEDD-317E-3D0EB76AED59> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_lav_ac3.dylib
0x19d94000 - 0x19d98ff3 +libADM_ae_lav_mp2.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_lav_mp2.dylib
0x19d9c000 - 0x19d9fff7 +libADM_ae_pcm.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_pcm.dylib
0x19da2000 - 0x19dc0fef +libADM_ae_twolame.dylib ??? (???) <21B0A490-BC2D-F3F6-3905-97380BCABEB7> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_twolame.dylib
0x19dca000 - 0x19dceff7 +libADM_ae_vorbis.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/audioEncoders/libADM_ae_vorbis.dylib
0x19dd2000 - 0x19ddcff3 +libADM_dm_asf.dylib ??? (???) <4BF00626-0EAE-4E76-AD51-3871D21C0331> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_asf.dylib
0x19de2000 - 0x19de8ff7 +libADM_dm_avsproxy.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_avsproxy.dylib
0x19dee000 - 0x19df6fff +libADM_dm_flv.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_flv.dylib
0x19dfb000 - 0x19e07fff +libADM_dm_matroska.dylib ??? (???) <2A2BDEF6-7D03-97EC-0F37-DECB3DDC4810> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_matroska.dylib
0x19e0e000 - 0x19e19fff +libADM_dm_mp4.dylib ??? (???) <9E540083-2075-6A34-F25F-F87FF88237F6> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_mp4.dylib
0x19e1f000 - 0x19e29fff +libADM_dm_opendml.dylib ??? (???) <5A883766-08F3-03F2-C14C-30E8FD5E7C76> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_opendml.dylib
0x19e2f000 - 0x19e34ff3 +libADM_dm_pic.dylib ??? (???) <3CAA89D0-CC96-B61D-3342-8E7E53E7E0C8> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_pic.dylib
0x19e38000 - 0x19e44fe3 +libADM_dm_ps.dylib ??? (???) <76226F92-A02E-FCAE-5607-C8E3E0B9409A> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_ps.dylib
0x19e4b000 - 0x19e60fff +libADM_dm_ts.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/demuxers/libADM_dm_ts.dylib
0x19e69000 - 0x19e6dff3 +libADM_ve_ffFlv1.dylib ??? (???) <36AF76BD-8A5F-D9B9-364A-3010F4A934E6> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_ffFlv1.dylib
0x19e71000 - 0x19e76fff +libADM_ve_ffMpeg2.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg2.dylib
0x19e7a000 - 0x19e7fff3 +libADM_ve_ffMpeg4.dylib ??? (???) <9C3E88BF-D069-14D2-644C-EBDDB380BEBA> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg4.dylib
0x19e83000 - 0x19e87ff3 +libADM_ve_ffMsMp4.dylib ??? (???) <8C66495C-FD1C-C5C9-D03C-DE0CE20C2C6C> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_ffMsMp4.dylib
0x19e8b000 - 0x19e8fffb +libADM_ve_huff.dylib ??? (???) <1EAE619D-E77E-7DAF-E753-B0AA49489FA3> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_huff.dylib
0x19e93000 - 0x19e97ffb +libADM_ve_jpeg.dylib ??? (???) <4B962A9F-1CF3-1E3A-10F5-F7B4443EE31A> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_jpeg.dylib
0x19e9b000 - 0x19e9effb +libADM_ve_null.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_null.dylib
0x19ea1000 - 0x19ea4fff +libADM_ve_png.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_png.dylib
0x19ea7000 - 0x19f16fff +libADM_ve_xvid4.dylib ??? (???) <7ACA1D81-DA68-DB51-3CC0-673CF9AB22D2> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_xvid4.dylib
0x19f94000 - 0x19f97fff +libADM_ve_yv12.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoEncoders/libADM_ve_yv12.dylib
0x19f9a000 - 0x19f9dffb +libADM_vf_addBorders.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_addBorders.dylib
0x19fa1000 - 0x19fa9ff7 +libADM_vf_cropQt4.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_cropQt4.dylib
0x19fb1000 - 0x19fb4ffb +libADM_vf_denoise3d.dylib ??? (???) <87B3FD0C-BB54-3418-997F-FF5E278DC0AB> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_denoise3d.dylib
0x19fb8000 - 0x19fbbff7 +libADM_vf_dummy.dylib ??? (???) <69CC778A-A1DF-B282-A1AD-A2489209D0F6> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_dummy.dylib
0x19fbe000 - 0x19fc1fff +libADM_vf_printInfo.dylib ??? (???) <91B89032-D0FE-3B2C-6665-32D90206B451> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_printInfo.dylib
0x19fc4000 - 0x19fc8ff7 +libADM_vf_resampleFps.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_resampleFps.dylib
0x19fcc000 - 0x19fcfff3 +libADM_vf_stackField.dylib ??? (???) <9E6D4AA7-990A-FC8C-2ACE-3677F03554CC> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_stackField.dylib
0x19fd2000 - 0x19fd5ff3 +libADM_vf_swapUV.dylib ??? (???) <2AF02640-A099-19D0-8FA7-934F172B160A> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_swapUV.dylib
0x19fd9000 - 0x19fe6feb +libADM_vf_swscaleResize_qt4.dylib ??? (???) <227CFE68-7A8F-6CE5-1AF8-F620FB3D81E4> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_swscaleResize_qt4.dylib
0x19fee000 - 0x19ff1ff3 +libADM_vf_unstackField.dylib ??? (???) /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_unstackField.dylib
0x19ff4000 - 0x19ff7fff +libADM_vf_vflip.dylib ??? (???) <97D51AE0-DB3D-F28F-4146-99FC2BB9DC16> /Volumes/avidemux3-2.6/avidemux3.app/Contents/Resources/lib/ADM_plugins6/videoFilters/libADM_vf_vflip.dylib
0x1b346000 - 0x1b3c2ff7  com.apple.iLifeMediaBrowser 2.5 (466) <5A0F19CD-3CA5-FF0E-F146-9186B8B58A6D> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) /usr/lib/dyld
0x90003000 - 0x90044ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90045000 - 0x90087ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x900bb000 - 0x9023dfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
0x9025c000 - 0x90270ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x903aa000 - 0x9058cfff  com.apple.imageKit 2.0.3 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9059c000 - 0x9059cff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9059d000 - 0x90778ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x90779000 - 0x907c9ff7  com.apple.framework.familycontrols 2.0.1 (2010) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x907ca000 - 0x90807ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90877000 - 0x908b4ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x908b8000 - 0x908bcff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x908bd000 - 0x908f8feb  libFontRegistry.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x90945000 - 0x909ddfe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x909f2000 - 0x909f4ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x909f5000 - 0x909f8ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x909f9000 - 0x90a67ff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x90a68000 - 0x90a69ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x90a6a000 - 0x90a6aff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90a6b000 - 0x90e81ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90e82000 - 0x90f5dfe7  com.apple.DesktopServices 1.5.7 (1.5.7) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90f63000 - 0x90f7bff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x91026000 - 0x91069ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91389000 - 0x915b4ff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x915b5000 - 0x915e6ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x915e7000 - 0x9164bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x916f7000 - 0x91735ff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x91736000 - 0x917ecffb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x917ed000 - 0x917eeff7  com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x917ef000 - 0x91820ff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x91821000 - 0x91825ff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91826000 - 0x91a96ffb  com.apple.Foundation 6.6.3 (751.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91a9a000 - 0x91af5ff7  com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x91c57000 - 0x91c57ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c58000 - 0x91fc0ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9200f000 - 0x920bcfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) /usr/lib/libobjc.A.dylib
0x920dc000 - 0x921e8ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x921e9000 - 0x921effff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x921f0000 - 0x92202ff7  com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x92203000 - 0x923bdfe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x923be000 - 0x92877ffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x928b1000 - 0x92959ffb  com.apple.QD 3.35 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92ce6000 - 0x92d2ffe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92d30000 - 0x92d39ff7  com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92d91000 - 0x92d94fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x92da5000 - 0x92db3ff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x92dfd000 - 0x92e1cff7  com.apple.CoreVideo 1.6.1 (45.5) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92e1d000 - 0x92e77fe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x92e78000 - 0x92eb7ff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x92eb8000 - 0x92ed3ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92ed4000 - 0x92ed8ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92ed9000 - 0x92ef5fe3  com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92ef6000 - 0x92f3aff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92f3b000 - 0x92faaff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92fab000 - 0x93075fef  com.apple.CoreServices.OSServices 357 (357) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93076000 - 0x93083ff7  com.apple.NetFS 3.2.1 (3.2.1) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x93ba6000 - 0x93ba9ff7  libCoreVMClient.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x93baa000 - 0x93bb5ff7  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93cb7000 - 0x93d65ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93d66000 - 0x93d66ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93ddb000 - 0x93ecdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libcrypto.0.9.8.dylib
0x93ece000 - 0x93f6bfe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x93f6c000 - 0x93f94ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x93f95000 - 0x93fb6fe7  com.apple.opencl 12.1 (12.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x94066000 - 0x94066ff7  com.apple.CoreServices 44 (44) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94067000 - 0x94069ff7  libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9406a000 - 0x940bbff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x940bc000 - 0x94135ff7  com.apple.PDFKit 2.5.1 (2.5.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9433d000 - 0x94375ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
0x9532c000 - 0x954a6fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x954e0000 - 0x955d4ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
0x955e0000 - 0x95604ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95605000 - 0x95685feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95686000 - 0x9568cff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9568d000 - 0x956a2fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x956a3000 - 0x959c3feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x959c4000 - 0x959cfff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x959db000 - 0x962bbff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x962f9000 - 0x9633fffb  com.apple.CoreMediaIOServices 130.0 (1035) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x96340000 - 0x96398fe7  com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x96399000 - 0x96692fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x96699000 - 0x966bffff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x966c0000 - 0x96706ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
0x96707000 - 0x9677ffef  com.apple.AppleVAFramework 4.9.20 (4.9.20) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x96780000 - 0x968c3fef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x96909000 - 0x969b9ff3  com.apple.ColorSync 4.6.3 (4.6.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x969bf000 - 0x96a78fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x96a79000 - 0x96ba5ffb  com.apple.MediaToolbox 0.484.11 (484.11) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x96be0000 - 0x96e44fef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96ed4000 - 0x96ed7ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x96ed8000 - 0x96f5affb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x96fca000 - 0x97017feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x9704d000 - 0x9704dff7  com.apple.quartzframework 1.5 (1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x970c6000 - 0x972bdfeb  com.apple.JavaScriptCore 6533.18 (6533.18.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x972be000 - 0x9739bff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9739c000 - 0x9746dfe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x9747c000 - 0x97517ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x975f5000 - 0x975f5ff7  com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x979a9000 - 0x97ad5fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x97ade000 - 0x97ae8ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97b2a000 - 0x98319557  com.apple.CoreGraphics 1.545.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9831a000 - 0x98326ff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
0x98327000 - 0x986d5fe3  com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x986d6000 - 0x987d8fef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x987f2000 - 0x98803ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x98804000 - 0x98804ff7  com.apple.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x98805000 - 0x98880fe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x988b6000 - 0x988bdff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x988be000 - 0x988defe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
0x988df000 - 0x988f3fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x988ff000 - 0x98960fe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x98961000 - 0x98988ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x98989000 - 0x98a32ff7  com.apple.CFNetwork 454.9.8 (454.9.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98a33000 - 0x98ac5fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x98ac6000 - 0x98deafef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x98deb000 - 0x98df0ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x98df1000 - 0x98f1ffe7  com.apple.CoreData 102.1 (251) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x98f20000 - 0x98f63ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x990a7000 - 0x990daff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x991eb000 - 0x991ebff7  liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x991fa000 - 0x991fbff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x9920f000 - 0x99231fef  com.apple.DirectoryService.Framework 3.6 (621.4) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x99232000 - 0x99262ff7  com.apple.MeshKit 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x99263000 - 0x99273ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x99274000 - 0x992caff7  com.apple.MeshKitRuntime 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x992cb000 - 0x99700ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x99701000 - 0x9976bfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9976c000 - 0x99912feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
0x99913000 - 0x99923ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) /usr/lib/libsasl2.2.dylib
0x99924000 - 0x9992aff7  libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x9992b000 - 0x99935fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x99936000 - 0x9997afe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib

Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.6 GHz, 4 GB, SMC 1.16f11
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Network Service: Bluetooth PAN, Ethernet, en2
PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
Serial ATA Device: TOSHIBA MK5055GSX, 465,76 GB
Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021b, 0x5d200000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000

surfer

Hi

I missed bubu007 first post completely.

It seems that one of the libraries is not compiled correctly for your os version (kill$UNIX2003 + 32).

It means that one of the libs is supposed to be compiled for 10.5 while the system lib expected a 10.6 library.
The reason for this is not clear to me. Since that build quite some things have changed in my build environment and in avidemux 2.6.

I will build a new 2.6 relatively soon but I will first build a 2.5.

Tony Frenden

i noticed that this build doesn't appear to do a separate pass on analyzing the audio when you initially open an h264 mkv, and as a result (presumably), the rerender produces a file with audio out of sync.   

I've gone back to quartz 4.4.

verdo

There's a Bash script to compile & install Avidemux 2.6 (SVN revision 7891) on Mac OS X 10.6.8.

It builds almost all required dependencies via the MacPorts system.

See: https://trac.macports.org/wiki/Avidemux/Avidemux_2.6_script_MacOSX_10.6.8