summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove depreciated cpu count from the apisr552011-02-261-12/+1
* Remove the set cpu count option as it doesn't do anything nowsr552011-02-261-12/+0
* prevent crash with strict ana and non-mod-2 dimensions.jstebbins2010-12-171-6/+8
* Bump cpu count limit from 8 to 64jstebbins2010-11-071-1/+1
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-4/+39
* fix heap corruption after avpicture_deinterlacejstebbins2010-10-121-2/+3
* Add ac3 encodingjstebbins2010-10-041-0/+2
* fix ffmpeg locking issuejstebbins2010-10-021-0/+9
* SSA subtitle burn injstebbins2010-09-281-1/+12
* Add Bluray supportjstebbins2010-09-081-2/+2
* make hb_set_anamorphic_size keep storage aspect when maxHeight is appliedjstebbins2010-06-261-28/+44
* Add SSA subtitle supportjstebbins2010-06-011-0/+2
* fix compiler warnings in several libhb filesjstebbins2010-05-301-6/+6
* fix memory leak in pinvoke patchjstebbins2010-05-241-6/+6
* fix stderr redirection on mingw. dup2 function doesn't work as it should so ...jstebbins2010-05-231-0/+5
* add wrapper functions that make it easier to call libhb from C# and otherjstebbins2010-05-231-9/+223
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-041-0/+4
* get rid of extry CR at end of hb_log messagejstebbins2010-04-251-1/+1
* add test to ensure that ffmpeg's reported audio layout agrees with channel countjstebbins2010-04-241-24/+72
* revert last checkinsr552010-04-171-192/+8
* remove libgcc... dll from zip package creation as it is no longer neededsr552010-04-171-8/+192
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-5/+7
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-0/+45
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-261-34/+68
* Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS!dynaflash2010-02-111-1/+1
* fix compiler warning about "definition has no type or storage class"jstebbins2010-02-101-1/+1
* removed test codesr552010-02-061-6/+0
* libhb dll fix by RandomEngysr552010-02-061-0/+17
* add point-to-point encodingjstebbins2009-12-231-1/+2
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-2/+6
* batch file scanning and scan canceljstebbins2009-11-251-4/+38
* Maintain an accurate job ETA across pause/resumejstebbins2009-11-071-0/+9
* CLI: SubRip Subtitle importeddyg2009-06-231-0/+2
* Moved --native-langauge processing from libhb to the CLI. Added --native-dub ...eddyg2009-06-211-76/+6
* Use new appcast URL nameing scheme for HandBrakeCLI --update.konablend2009-06-201-1/+1
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-061-1/+1
* 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-061-5/+13
* 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-051-6/+8
* Adds an interjob structure to preserve some encode data across jobs within an...jbrjake2009-06-041-0/+13
* FFMPEG.konablend2009-06-021-3/+3
* softsubtitles:jstebbins2009-06-021-38/+28
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-2/+0
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-8/+31
* Change CC608 decoder to be its own threadeddyg2009-05-071-3/+4
* VOBSUB encoder skeleton for use with mkv VOBSUB pass-througheddyg2009-05-061-0/+1
* LinGui: preview changesjstebbins2009-05-041-30/+9
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-6/+12
* MacGui: Custom Anamorphic initial implementation (experimental) and pic setti...dynaflash2009-05-011-22/+25