summaryrefslogtreecommitdiffstats
path: root/MacOsXContribBinariesVersion.txt
Commit message (Collapse)AuthorAgeFilesLines
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KNOWN ISSUES: 1. OSX + Xcode builds do not support parallel builds; attempting to use them may cause unbounded number of jobs. However, disabling via configure --disable-xcode avoids the issue. 2. OSX ppc binary produces binary which has audio-scan problems. 3. OSX ppc64 binary has not been runtime tested. ADDED: 00-BuildUserGuide.txt contrib/*/module.* doc/ make/ libhb/module.* test/module.* macos/module.* gtk/module.* DROPPED: BUILD BuildContribDarwin.sh DownloadMacOsXContribBinaries.sh Jamfile Jamrules MacOsXContribBinariesVersion.txt Makefile Makefile.config jam libhb/Jamefile libhb/Makefile test/BUILDSHARED test/Makefile contrib/Jamfile contrib/Makefile contrib/patch-ffmpeg.patch contrib/patch-x264-idr.patch contrib/patch-x264-linux.patch RENAMED: contrib/*.patch -> contrib/MODULE/[AP]??-*.patch macosx/HandBrake.plist -> macosx/Info.plist MODIFIED: libhb/decavcodec.c Patched to use cleaner include "libavcodec/audioconvert". Second part to support this cleanup is ffmpeg A02-audioconvert.patch . MODIFIED: libhb/hb.c MODIFIED: libhb/hb.h MODIFIED: libhb/muxmkv.c MODIFIED: libhb/muxmp4.c MODIFIED: libhb/update.c Patched to use "project.h" for project metadata. Renamed HB_BUILD -> HB_PROJECT_BUILD. Renamed HB_VERSION -> HB_PROJECT_VERSION. MODIFIED: test/test.c: Patched HandBrakeCLI to support I/O on Mac OS X ZFS filesystems. Reference r1803 as similar patch for HandBrake.app . Unpatched behavior is crash/buserror when using ZFS. MODIFIED: macosx/Growl.framework/ Upgraded 0.7.6 (i386,ppc) -> 1.1.2 (i386,x86_64,ppc,ppc64). New architectures facilitate x86_64 and ppc64 builds. MODIFIED: macosx/HandBrake.xcodeproj/ Bumped compatibilty mode from 2.4 -> 3.1 . Dumped old configurations Deployment, Developer. Added configurations standard, sebug as replacements. Added standard.i386, standard.x86_64, standard.ppc, standard.ppc64 . for explicit architecture build. All configurations settings cleaned up and normalized. Build output directories adjusted to support new build system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2180 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Msc OS Contrib Binaries ++ to 0022, bringing to make builds the wonders of ↵jbrjake2008-02-171-1/+1
| | | | | | AC3-in-MP4, multi-track audio and anamorphic for the iPhone, and a fresh copy of libx264 with the vbv 2-pass patch applied. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1277 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Make makes its glorious comeback -- you're stuck in a jam no more! Mac OS X ↵jbrjake2008-01-151-1/+1
| | | | | | | | Contrib Binary Pack ++ to 0021. There are a bunch of weird symbol errors like 'ranlib: for architecture: ppc file: lib/libxvidcore.a(timer.o) has no symbols ' but everything seems to work okay with the components throwing the errors... git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1201 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac OS X Contrib Binaries ++ to 0020jbrjake2007-10-051-1/+1
| | | | | | | | - Threaded ffmpeg - Better vorbis (AoTuV) - x264 patched to allow specifying when to use IDR frames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac OS X Contrib version ++ (mkv chapter fix)jbrjake2007-08-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* ++ mac contrib bin to 0018jbrjake2007-08-171-1/+1
| | | | | | (used the intel headers this time, so hopefully there's won't be any problems like with 0016) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Tip: Never ever use the PPC include directory when building the Mac contribs.jbrjake2007-08-031-1/+1
| | | | | | | Mac OS X contrib version ++ to 0017. This'll fix anamorphic width on x86. Thanks to Ritsuka for isolating the problem and saintdev for explaining it to me in small words I could understand. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@784 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Implements libswscale in HandBrake, giving it Lanczos scaling! This major ↵jbrjake2007-08-011-1/+1
| | | | | | | | | | enhancement comes to us courtesy of superdump, who deserves much praise and glory. To make this work, ffmpeg's been updated to a recent revision. Darwin contrib binary pack ++ to 0016. Includes fresh ffmpeg and libswscale as well as the recently-patched libmp4v2. I've also added the configure option --disable-sdl to libmpeg2 in the contrib/Jamfile, because without it jam always fails for me and I'm sick of adding it in every time. Hopefully this doesn't break anything for anyone, but if it does it's just a one-word change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@778 b64f7644-9d1e-0410-96f1-a4d463321fa5
* contribbin-darwin++ to 0015, restores make building in OS X.jbrjake2007-07-161-1/+1
| | | | | | | Includes a universal binary of the nascent libmkv.a. Freshens x264 (as well as re-enabling Altivec optimizations, which somehow got turned off when building the ppc half of x264 for the 0014 contrib pack). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@701 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated the input channel layouts to store the source LFE information as ↵maurj2007-05-061-1/+1
| | | | | | | | | well as the non-LFE layout. This is so muxavi.c can output the correct channel count for AC3 passthru for all AC3 sources. Updated Controller.mm, scan.c and work.c to use these revised layouts. Added a new property to the work object, to remember the source audio codec for audio work objects. This enables encfaac to detect an 6-channel AC3 source to apply the QuickTime 6-channel audio mapping (as opposed to a DTS source, which doesn't need it). Fixed the Dolby Pro Logic I/II downmix mappings in libdca and updated the libdca patch. Uploaded a new set of pre-built darwin contribs (0014) with this patch applied. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@570 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updates the Mac OS X contrib binary version to 0013, which includes x264 r654.jbrjake2007-05-021-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@563 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) ↵maurj2007-05-021-1/+1
| | | | | | | | | will be detected and decoded. This requires a new library - libdca (and patch) - which is included (in patched form) in a new version of the pre-built UB Darwin contribs (0012). These have been uploaded to download.m0k.org/handbrake/contrib/ . I haven't yet added any code to Controller.mm to recognise the DTS streams as supporting mono / 6ch DPL1 / DPL2 downmixes. Note: running Jam on the new library required me to update some tools on Mac OS X - possibly libtool, autoconf, automake. Not sure which made the difference, but these were the ones I updated. it won't jam successfully without this. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@559 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Contrib binaries with maurj patch to a52 for ProLogic IIprigaux2007-04-071-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Use new Darwin contrib packprigaux2007-03-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@445 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-0/+1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5