| Commit message (Expand) | Author | Age | Files | Lines |
* | Align stack of all threads created by libhb | jstebbins | 2011-11-18 | 1 | -0/+11 |
* | Fix ac3 mixdown to mono | jstebbins | 2011-11-02 | 1 | -1/+1 |
* | Wrap encoder lists in functions to expose them to Pinvoke. | randomengy | 2011-10-22 | 1 | -0/+16 |
* | fix a problem with resolution changes in h.264 | jstebbins | 2011-10-17 | 1 | -0/+1 |
* | Add flac + quality + compression level support | jstebbins | 2011-10-12 | 1 | -6/+15 |
* | CLI: x264 preset, tuning, and profile support | jstebbins | 2011-10-02 | 1 | -0/+8 |
* | libhb: Auto Passthru and audio/video encoder lists. | Rodeo | 2011-09-19 | 1 | -0/+19 |
* | Improve mpeg PS support | jstebbins | 2011-09-14 | 1 | -1/+2 |
* | Blu-ray: display playlist number in log, CLI scan output, and title drop-down. | Rodeo | 2011-08-16 | 1 | -0/+1 |
* | libhb: allow changing colorimetry in x264 options | jstebbins | 2011-08-08 | 1 | -0/+3 |
* | add more audio passthru options | jstebbins | 2011-08-01 | 1 | -2/+8 |
* | libhb: fix or simplify several hacks involved with Libav support | jstebbins | 2011-07-27 | 1 | -9/+3 |
* | libhb: plug a few memory leaks | jstebbins | 2011-07-19 | 1 | -1/+1 |
* | fix some warnings in the cli | jstebbins | 2011-07-01 | 1 | -1/+1 |
* | Add DTS-HD passthru \o/ | jstebbins | 2011-06-14 | 1 | -8/+11 |
* | libhb: generalize channel remapping between decoders and encoders | jstebbins | 2011-06-12 | 1 | -4/+5 |
* | libhb: add support for libav aac encoder (libhb only) | jstebbins | 2011-06-07 | 1 | -1/+2 |
* | Remove the depreciated hb_calc_bitrate method | sr55 | 2011-05-21 | 1 | -2/+0 |
* | Make order of audio tracks found in PS streams more predictable | jstebbins | 2011-04-25 | 1 | -0/+1 |
* | Add support for TrueHD and DTS-HD from BD sources | jstebbins | 2011-04-22 | 1 | -0/+7 |
* | remove unused vfr member of hb_job_t | jstebbins | 2011-04-21 | 1 | -1/+0 |
* | HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo. | sr55 | 2011-04-18 | 1 | -0/+2 |
* | Fix int overflow that can happen when computing PAR | jstebbins | 2011-04-16 | 1 | -0/+2 |
* | Add audio gain adjustment to libhb and CLI | jstebbins | 2011-04-05 | 1 | -0/+1 |
* | Fix garbled previews from BD h.264 sources | jstebbins | 2011-04-02 | 1 | -1/+1 |
* | Add mpeg-2 encoding support to libhb, cli, and lingui | jstebbins | 2011-03-19 | 1 | -3/+6 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -3/+3 |
* | make keyint match between 1st and 2nd passes of vfr and pfr encodes. | jstebbins | 2011-03-08 | 1 | -0/+2 |
* | fix ffmpeg multiple audio decode issue | jstebbins | 2011-01-17 | 1 | -0/+2 |
* | Allow longer SRT filename paths. | jstebbins | 2010-11-07 | 1 | -1/+1 |
* | clean up crufty legacy code | jstebbins | 2010-10-23 | 1 | -7/+0 |
* | Use libhb functions for mixdown and bitrate defaults in the cli | jstebbins | 2010-10-23 | 1 | -2/+1 |
* | cli: make smarter mixdown decision when doing ac3 encode fallback | jstebbins | 2010-10-08 | 1 | -0/+2 |
* | add audio defaults and limits calculation to libhb | jstebbins | 2010-10-08 | 1 | -0/+4 |
* | Add ac3 encoding | jstebbins | 2010-10-04 | 1 | -10/+16 |
* | SSA subtitle burn in | jstebbins | 2010-09-28 | 1 | -7/+28 |
* | Add Bluray support | jstebbins | 2010-09-08 | 1 | -7/+11 |
* | make hb_set_anamorphic_size keep storage aspect when maxHeight is applied | jstebbins | 2010-06-26 | 1 | -0/+1 |
* | Add SSA subtitle support | jstebbins | 2010-06-01 | 1 | -1/+2 |
* | preserve vobsub palette, width, and height from mkv and mp4 vobsub tracks | jstebbins | 2010-05-30 | 1 | -0/+2 |
* | add wrapper functions that make it easier to call libhb from C# and other | jstebbins | 2010-05-23 | 1 | -0/+7 |
* | Support for reading VOB subtitle tracks from file inputs initital implementat... | dynaflash | 2010-05-20 | 1 | -3/+8 |
* | Universal Text Subtitle Support Initial Implementation | dynaflash | 2010-05-04 | 1 | -1/+34 |
* | add dvd main feature title detection | jstebbins | 2010-04-20 | 1 | -0/+1 |
* | revert last checkin | sr55 | 2010-04-17 | 1 | -7/+0 |
* | remove libgcc... dll from zip package creation as it is no longer needed | sr55 | 2010-04-17 | 1 | -0/+7 |
* | fix audio detection problem during scan of ffmpeg audio sources | jstebbins | 2010-04-02 | 1 | -0/+1 |
* | downmix support for ffmpeg audio sources | jstebbins | 2010-04-02 | 1 | -0/+1 |
* | Adjustable picture modulus: Base patch by BradleyS, Thanks BradleyS! | dynaflash | 2010-02-11 | 1 | -5/+5 |
* | add point-to-point encoding | jstebbins | 2009-12-23 | 1 | -1/+5 |