summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Jamfile - Fixes tab instead of 4 spaces.sr552008-10-041-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1811 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwinsr552008-10-041-0/+26
| | | | | | - Suppose it would help if I actually included the patch for the last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CygWin:sr552008-10-041-0/+5
| | | | | | | | - Patch for libdvdread (cygwin only). Cygwin no longer requires a types.h header change in order to compile HandBrake Thanks to KonaB1end for this patch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1809 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update x264 from r979-6d4af8d to r995-2324c70dynaflash2008-09-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1790 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update ffmpeg from version r14737 to r15462.eddyg2008-09-292-5/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1788 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwin:sr552008-09-212-0/+20
| | | | | | | | | - We compile libz but don't actually link it in on cygwin. This is fixed. - Added bzip2 lib which means we can get rid of another cygwin dll. These are cygwin only so have no affect on any other platform. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1740 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: now requires vlc 0.9.xx to read protected dvd's in the users ↵dynaflash2008-09-201-1/+1
| | | | | | /Applications folder git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1737 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bumps x264 to r979-6d4af9d, bringing Psy-RDO and Psy-Trellis to HandBrake.jbrjake2008-09-191-1/+1
| | | | | | Note: since the last x264 bump, they have changed the way CRF works. Throw out everything you thought you knew about the output bitrate for a given quality level. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1723 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix Solaris buildseddyg2008-08-202-5/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1646 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Don't allow theora to use pkg-config and use system versions of ogg and vorbiseddyg2008-08-181-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* If we try to release old frames in the loop that searches for a free one we ↵van2008-08-181-19/+6
| | | | | | may free one that's in use & crash in avcodec_default_release_buffer. (Bug tracked down by eddyg). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1641 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - patch a reference picture leak in ffmpeg/libavcodec/mpegvideo.c that ↵van2008-08-182-0/+72
| | | | | | | | | | | | caused aborts on h264 transport stream encodes. - patch the log level of some h264 decoder error messages so we don't fill our log with messages about stuff that's a very likely & not terribly significant. - don't let hb.c set the ffmpeg av_log level to AV_LOG_DEBUG -- it fills the HB activity log with junk. - add a count of the decoder errors to decavcodec's final report. - when we don't have any chapter text (i.e., during a typical cli encode) just print the chapter number rather than empty quote marks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1639 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Contrib Jamfile Errorsr552008-08-171-2/+2
| | | | | | | - My Bad, put a && in the wrong place. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1638 b64f7644-9d1e-0410-96f1-a4d463321fa5
* * Contrib Updates:sr552008-08-178-9/+25
| | | | | | | | | | | | | | - libogg-1.1.3.tar.gz - xvidcore-1.1.3.tar.gz - libtheora-1.0beta3.tar.gz - libmpeg2-0.5.1.tar.gz - faac-1.26.tar.gz - ffmpeg-r14737.tar.gz * Cygwin Patch for new libfaac git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1637 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update x264 to revision x264-r930-91d865cdynaflash2008-08-141-1/+1
| | | | | | - Mostly improves vbv. Still no psy-rdo but definitely better than current. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1631 b64f7644-9d1e-0410-96f1-a4d463321fa5
* lame updated to 3.98 from 3.96.1sr552008-08-051-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1610 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump x264 to r912-9c5e557 which among other things fixes a mem leak when ↵dynaflash2008-07-152-77/+1
| | | | | | | | | x264 is used as a library. - Remove never used contrib/patch-libquicktime.patch from back on rev 422 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1569 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update x264 to rev r901-58d7d06dynaflash2008-07-092-49/+1
| | | | | | | | - Fixes a bad pixelation issue under certain circumstances in I frames with vbv - Assorted optimizations including manual loop unrolling - Also finally removed our deprecated macintel patch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1560 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change libsamplerate from 0.1.2 to 0.1.4, See ↵eddyg2008-07-031-1/+1
| | | | | | http://www.mega-nerd.com/SRC/ChangeLog for fixes and improvements. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATMeddyg2008-07-022-0/+896
| | | | | | | MPEG-TS DVB streams. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1550 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Reintroduce Solaris support. Fully tested on everything - apart from ↵eddyg2008-06-193-51/+84
| | | | | | Windows, which really shouldn't be affected. Note that I've disabled troublesome components in ffmpeg that didn't work with Solaris. And disabled X support in libmpeg2 for all platforms - 'cos it shouldn't have been there. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1531 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Add COLR atom support to mpeg4ipvan2008-06-182-0/+224
| | | | | | | | - Add COLR atom to mp4 video tracks - Add colorspace info to h.264 VUI header git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1528 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix building of faad2 with libtool 2.2.xsaintdev2008-06-182-1/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Set svn:eol-style=native on most text files.saintdev2008-06-171-49/+49
| | | | | | | Goodbye evil CRLF. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1518 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update x264 to x264-r877-c74a8e2dynaflash2008-06-083-500/+2
| | | | | | | | | - Eliminates the need for our last vbv 2 pass patch - Updated reporting on processor optimizations - 5 - 10 % faster trellis - assorted improved cpu optimizations git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1504 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updates HB's copy of ffmpeg to r13707, so libswscale builds on PowerPC ↵jbrjake2008-06-081-1/+1
| | | | | | without tweaking the config. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1501 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264: bump to version 859-ce13bb6 and update vbv patch(es)dynaflash2008-05-314-160/+310
| | | | | | | - Updates the 2 pass patch to Gabriel Bouvigne's v.10 vbv 2 pass patch http://article.gmane.org/gmane.comp.video.x264.devel/4048 - Eliminates the need for our previous 1 pass patch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1482 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - support blu-ray, avchd & dvb x264van2008-05-314-260/+26
| | | | | | | - support video files handled by ffmpeg (avi, mkv, mp4, etc.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Windows line endings begone!jbrjake2008-05-191-13/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1465 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bumps libx264 to 828-ee95c7fjbrjake2008-04-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1437 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixes make building in OS X:jbrjake2008-04-181-2/+10
| | | | | | | | | | | | | - Switches default (snapshot) make target to use the Deployment Xcode target - Makes it possible to jam contribs using make in OS X like is done in Linux - This means no universal binaries from make, unless "make release" is used. That's the only time it uses the contrib download script. The snapshot target builds contribs locally. To sum up: this now means that on a Mac, using: make ....should be functionally equivalent to: make clean; ./configure; ./jam git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1430 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump libmkv to 0.6.3saintdev2008-04-181-1/+1
| | | | | | | Fixes issues with seeking and VLC. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1428 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated Cygwin patch file for the new version of x264sr552008-04-141-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1415 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bumps x264 to the latest snapshot tarball, which version.sh translates from ↵jbrjake2008-04-132-2/+1
| | | | | | | | hashed gobbledygook to 818 d4b7d2b. Removes the VAQ patch since it's been committed since we last refreshed the lib. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1411 b64f7644-9d1e-0410-96f1-a4d463321fa5
* xvid:sr552008-03-221-12/+13
| | | | | | - Updates the xvid nasm patch so that xvid correctly uses CPU optimizations under cygwin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1355 b64f7644-9d1e-0410-96f1-a4d463321fa5
* "If one would give me six lines written by the hand of the most honest man, ↵jbrjake2008-03-223-8/+27
| | | | | | | | | | I would find something in them to have him hanged." - Banishes libdvdcss, removing DVD decryption from HandBrake's binaries. - For decrypttion, the MacGui and Mac CLI now will load at runtime VLC's dynamic library of dvdcss if the media player's available on the user's system. - Linux users can build with a statically linked lib of dvdcss by using ./configure --libdvdcss, which will download it from a remote third party (videolan.org). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1354 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Theora.saintdev2008-03-202-0/+20
| | | | | | | | This adds the theora encoder to the Xcode project as well. It does not enable anything in the Mac GUI, just allows it to build. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1350 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Applies Dark_Shikari's Variable Adaptive Quantization patch v0.48 to libhb's ↵jbrjake2008-03-072-181/+251
| | | | | | copy of libx264. This major change to x264 drastically reduces blockiness on flat parts of the picture as well as blurring. It is on by default; to disable it, add "aq-strength=0" to your x264 options string. For now, it's only applied to jam builds. Make will come later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1333 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update Gabriel B's x264 vbv 2 pass patch to latest (Feb 26) found here ↵dynaflash2008-02-271-18/+21
| | | | | | http://article.gmane.org/gmane.comp.video.x264.devel/3550 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1320 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds Dark_Shikari's vbv 1 pass patch for x264dynaflash2008-02-272-1/+109
| | | | | | | - While not optimal by any means according to Dark_Shikari over at x264, it definitely seems to help with the borked I frames we have been seeing using vbv 1 pass over x264 standard vbv. - Rumors are that a more comprehensive fix is in the works for x264. But who wants to hold their breath. HB presets rely on vbv too much to have squashed I frames in the meantime. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1319 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Work-around for xvid crash - dct coeff tables are being loaded with SSE ↵van2008-02-252-0/+9
| | | | | | 'load aligned' instructions which require 16-byte alignment but either nasm or the loader is ignoring the .rodata section alignment request. Since .rodata is in the text section which is correctly aligned, pad the text section so it's 16-byte aligned which will cause the following data to be correctly aligned. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* AC3 from DVD via HB converted to M4V for viewing on ATVeddyg2008-02-142-0/+344
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1261 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update x264 to revision 736 and update the vbv 2 pass patch by Gabriel ↵dynaflash2008-02-122-52/+40
| | | | | | | | | | | Bouvigne to the Feb 6 version. - As usual jam only until ub contrib packs are updated - Will require a clean checkout (updating will not work) as jam will need to download and compile a new contrib. - vbv 2 pass patch is here: http://thread.gmane.org/gmane.comp.video.x264.devel/3093/focus=3502 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1258 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add patches to the xvid and mpeg4ip configure scripts for nasm 2.00.saintdev2008-02-043-0/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1248 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove the seperate action for mpeg4ip on cygwin from the contribsaintdev2008-02-041-28/+15
| | | | | | | | Jamfile. It was only applying a patch. This makes things a little easier to maintain and makes mpeg4ip similar to other contribs wrt. patching. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1247 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Revert "Cygwin: Patches for xvid and mpeg4ip Updated to work with new nasm ↵saintdev2008-02-042-338/+296
| | | | | | | | | 2.x.x" This reverts revision 1235. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1246 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwin: Patches for xvid and mpeg4ip Updated to work with new nasm 2.x.xsr552008-01-262-296/+338
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1235 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Patches mpeg4ip to add some new features:ritsuka2008-01-194-111/+314
| | | | | | | - pasp atom; - layer and alternate_group property in tkhd atom. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1213 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Test commit to try to figure out why Trac missed r1199 ...jbrjake2008-01-151-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1202 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bumps libhb's copy of libmkv to 0.6.1.3, fixing the >2GB file crashes in Linux.jbrjake2008-01-151-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1200 b64f7644-9d1e-0410-96f1-a4d463321fa5