| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -252/+73 |
* | Fix corruption of buffer pools by render subs | jstebbins | 2011-12-21 | 1 | -0/+4 |
* | bump Libav from v0.7.1 to v0.7-1241-g5f3fb59 | jstebbins | 2011-10-15 | 1 | -1/+1 |
* | add more audio passthru options | jstebbins | 2011-08-01 | 1 | -66/+108 |
* | Add DTS-HD passthru \o/ | jstebbins | 2011-06-14 | 1 | -3/+3 |
* | libhb: fix problem with processing audio gaps in dts streams | jstebbins | 2011-06-12 | 1 | -1/+1 |
* | libhb: clean up AVCodecContext initializations | jstebbins | 2011-06-10 | 1 | -1/+43 |
* | libhb: Enable multi-threaded decode in ffmpeg | jstebbins | 2011-06-08 | 1 | -1/+1 |
* | Fix a problem with overlapping vobsubs | jstebbins | 2011-04-27 | 1 | -4/+26 |
* | Fix a deadlock that can happen with p-to-p encoding | jstebbins | 2011-04-10 | 1 | -1/+24 |
* | Change internal audio representation range | jstebbins | 2011-04-08 | 1 | -2/+2 |
* | Add audio gain adjustment to libhb and CLI | jstebbins | 2011-04-05 | 1 | -41/+75 |
* | Make logging of audio and subtitle id's more consistant | jstebbins | 2011-04-02 | 1 | -5/+5 |
* | Simplify a lot of subtitle handling code. | jstebbins | 2011-03-27 | 1 | -433/+85 |
* | fix 2 pass cfr x264 crash | jstebbins | 2011-03-13 | 1 | -1/+1 |
* | Add temporally overlapping subtitle support. | davidfstr | 2011-02-25 | 1 | -18/+276 |
* | Fix a hang in sync | jstebbins | 2011-02-07 | 1 | -0/+4 |
* | bump ffmpeg from svn 25689 to git 185a155 | jstebbins | 2011-02-04 | 1 | -1/+2 |
* | fix sync of ssa subtitles when using point-to-point encoding | jstebbins | 2010-11-22 | 1 | -6/+6 |
* | fix a problem with search progress indicator and p-to-p | jstebbins | 2010-11-14 | 1 | -2/+3 |
* | fix problem with delayed audio when using point-to-point | jstebbins | 2010-11-13 | 1 | -0/+1 |
* | fix a couple A/V/Sub sync issues | jstebbins | 2010-11-10 | 1 | -126/+121 |
* | fix audio sync when resampling 48khz to 44.1khz | jstebbins | 2010-11-06 | 1 | -6/+6 |
* | fix a segfault and a deadlock if reader exits befor first buffer sent | jstebbins | 2010-10-29 | 1 | -1/+1 |
* | Add ac3 encoding | jstebbins | 2010-10-04 | 1 | -8/+8 |
* | SSA subtitle burn in | jstebbins | 2010-09-28 | 1 | -15/+41 |
* | remove the 8 audio limit. isn't needed anymore. | jstebbins | 2010-09-15 | 1 | -1/+1 |
* | Add SSA subtitle support | jstebbins | 2010-06-01 | 1 | -1/+2 |
* | fix a problem with point-to-point hanging when searching for start point | jstebbins | 2010-05-26 | 1 | -1/+8 |
* | Universal Text Subtitle Support Initial Implementation | dynaflash | 2010-05-04 | 1 | -1/+3 |
* | make count of video frames encoded logging accurate. | jstebbins | 2010-04-24 | 1 | -0/+3 |
* | fix a problem with point-to-point (and live preview) when there are subtitles | jstebbins | 2010-04-21 | 1 | -2/+38 |
* | fix some mingw warnings and a mingw build issue | jstebbins | 2010-04-10 | 1 | -1/+1 |
* | fix silence insertion problem in audio sync and pipeline stall problem | jstebbins | 2010-04-03 | 1 | -8/+5 |
* | fix cancel during p-to-p search | jstebbins | 2010-01-20 | 1 | -0/+5 |
* | prevent hang during foreign audio search | jstebbins | 2010-01-10 | 1 | -4/+5 |
* | add point-to-point encoding | jstebbins | 2009-12-23 | 1 | -25/+299 |
* | fix a double free of an hb_buffer in sync | jstebbins | 2009-12-06 | 1 | -1/+1 |
* | Reduce the amount of buffering used and eliminate hb_snooze in the encoding p... | jstebbins | 2009-12-05 | 1 | -644/+711 |
* | Maintain an accurate job ETA across pause/resume | jstebbins | 2009-11-07 | 1 | -1/+3 |
* | possible fix for WDTV vobsub duration problem | jstebbins | 2009-11-05 | 1 | -10/+0 |
* | - cleanup gcc format warnings showing up on linux 64-bit | konablend | 2009-06-25 | 1 | -7/+7 |
* | CLI: SubRip Subtitle import | eddyg | 2009-06-23 | 1 | -1/+2 |
* | - nasty bug: at eof, dropping a delay queue frame for CFR could link the ren... | van | 2009-06-07 | 1 | -15/+2 |
* | Adds an interjob structure to preserve some encode data across jobs within an... | jbrjake | 2009-06-04 | 1 | -15/+34 |
* | softsubtitles: | jstebbins | 2009-06-02 | 1 | -4/+4 |
* | fix sync problem with dts passthru and video re-sync | jstebbins | 2009-05-28 | 1 | -3/+12 |
* | Change minimum vobsub time from 3sec to 2sec, been meaning to do this for a w... | eddyg | 2009-05-19 | 1 | -2/+2 |
* | mkv soft subtitle support | jstebbins | 2009-05-19 | 1 | -124/+122 |
* | Remove some noise from the log: Only announce chapters when we're reading, no... | van | 2009-05-16 | 1 | -4/+0 |