summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-213-109/+29
* libhb: fix typo that causes 2 pass encodes to segfault at beginning of pass 2jstebbins2009-06-201-1/+1
* Use new appcast URL nameing scheme for HandBrakeCLI --update.konablend2009-06-202-177/+48
* libhb: for mp4 soft subtitles, mark the default_track as enabled.jstebbins2009-06-181-0/+27
* - secondary component of r2548: bugfix: libhb passes unaligned stack/heap buf...konablend2009-06-171-5/+5
* - bugfix: libhb passes unaligned stack/heap buffers to ffmpeg.konablend2009-06-171-24/+8
* dvdnav: oops. initialize d->chapter to 0 instead of first chapterjstebbins2009-06-134-31/+25
* dvdnav: fix title scanning issuejstebbins2009-06-131-0/+1
* libhb: fix forced foreign language scan issuesjstebbins2009-06-133-2/+13
* libhb: interjob vrate info did not get updated when there is an indepth scanjstebbins2009-06-111-1/+1
* Some DVD titles end with a 'link' command back to the beginning chapter which...van2009-06-081-1/+9
* - nasty bug: at eof, dropping a delay queue frame for CFR could link the ren...van2009-06-072-15/+3
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-063-3/+3
* libhb: correct error in preview scalingjstebbins2009-06-061-1/+1
* Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f...jbrjake2009-06-063-5/+26
* Probably a good idea to set the new par width after calculating it.jbrjake2009-06-051-1/+3
* CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana...jbrjake2009-06-052-7/+9
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-047-22/+123
* softsubs:jstebbins2009-06-032-1/+42
* softsubs: allow 1 source to many output subs by duplicating thejstebbins2009-06-032-17/+33
* FFMPEG.konablend2009-06-021-3/+3
* softsubtitles:jstebbins2009-06-0212-91/+124
* Fix for New Zealand TV not following the mpeg2 standardvan2009-06-021-1/+7
* mp4 cleanupskonablend2009-05-292-41/+7
* vobsub: fix yuv->rgb conversion of vobsub palette for mkv softsubsjstebbins2009-05-291-2/+2
* dvdnav: fix crash that occurs when a PGC has no programs jstebbins2009-05-291-0/+11
* fix sync problem with dts passthru and video re-syncjstebbins2009-05-281-3/+12
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-269-270/+4
* - bump to mp4v2-trunk-r349.konablend2009-05-232-13/+17
* Forgot a comma in common.c .ritsuka2009-05-231-1/+1
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-239-55/+386
* Change minimum vobsub time from 3sec to 2sec, been meaning to do this for a w...eddyg2009-05-191-2/+2
* mkv soft subtitle supportjstebbins2009-05-199-194/+279
* Get rid of silence inserted at the beginning of mp4/mov/mkv files. GENPTS see...van2009-05-171-3/+0
* - I confused max program chains (999) with max programs (99) and made loop d...van2009-05-161-11/+27
* Minor cleanup in chapter size computation (backported from dvdnav.c).van2009-05-161-24/+7
* Remove some noise from the log: Only announce chapters when we're reading, no...van2009-05-162-7/+7
* - Handle titles that use more than one PGC (like the one in this thread: htt...van2009-05-161-60/+47
* Make chapters in mp4 & mkv ffmpeg input files work again (not sure when they ...van2009-05-111-80/+38
* Another subtitle muxing fix: Don't check the rdy bit before calling OutputTra...van2009-05-111-18/+14
* Fix another subtitle interleaving botch - for mkv's we want the subtitle in t...van2009-05-091-8/+8
* Enable chapter boundary check for ffmpeg input even when chapters marker are ...ritsuka2009-05-091-1/+0
* Work around ffmpeg bug where raw video decoder doesn't use frame buffer alloc...van2009-05-091-0/+8
* - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the...ritsuka2009-05-082-18/+25
* BuildSystem: minor meta-data fix: HB_PROJECT_BUILD_SYSTEMF now correctly defi...konablend2009-05-081-1/+1
* Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...eddyg2009-05-082-5/+11
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-074-70/+99
* Soft Subtitle Support in the MP4 Muxer.ritsuka2009-05-071-6/+91
* Change CC608 decoder to be its own threadeddyg2009-05-0711-88/+206
* Minor change in sub printingeddyg2009-05-061-1/+4