| Commit message (Expand) | Author | Age | Files | Lines |
* | fix framerate detection for AVCHD-Lite | jstebbins | 2011-09-24 | 1 | -0/+2 |
* | Fix corrupt first frame in BD point-to-point | jstebbins | 2011-09-19 | 1 | -1/+0 |
* | Improve mpeg PS support | jstebbins | 2011-09-14 | 1 | -0/+1 |
* | libhb: Use h.264 recovery points as key frames when decoding | jstebbins | 2011-08-16 | 1 | -0/+1 |
* | libhb: fix some log spam when scanning h.264 BDs | jstebbins | 2011-08-01 | 1 | -0/+1 |
* | libhb: fix or simplify several hacks involved with Libav support | jstebbins | 2011-07-27 | 1 | -9/+5 |
* | libhb: fix a warning in decssasub.c by adding new hb_valog function | jstebbins | 2011-06-15 | 1 | -0/+1 |
* | libhb: add support for libav aac encoder (libhb only) | jstebbins | 2011-06-07 | 1 | -1/+1 |
* | Add support for TrueHD and DTS-HD from BD sources | jstebbins | 2011-04-22 | 1 | -8/+10 |
* | HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo. | sr55 | 2011-04-18 | 1 | -0/+1 |
* | Handle boundaries between blueray clips better. | jstebbins | 2011-04-08 | 1 | -0/+1 |
* | Simplify a lot of subtitle handling code. | jstebbins | 2011-03-27 | 1 | -1/+0 |
* | Remove depreciated cpu count from the api | sr55 | 2011-02-26 | 1 | -1/+1 |
* | Add temporally overlapping subtitle support. | davidfstr | 2011-02-25 | 1 | -0/+2 |
* | ffmpeg video decoder enhancements | jstebbins | 2010-10-23 | 1 | -0/+11 |
* | Add ac3 encoding | jstebbins | 2010-10-04 | 1 | -0/+1 |
* | SSA subtitle burn in | jstebbins | 2010-09-28 | 1 | -2/+3 |
* | Add Bluray support | jstebbins | 2010-09-08 | 1 | -2/+28 |
* | Add SSA subtitle support | jstebbins | 2010-06-01 | 1 | -0/+1 |
* | Support for reading VOB subtitle tracks from file inputs initital implementat... | dynaflash | 2010-05-20 | 1 | -1/+12 |
* | Universal Text Subtitle Support Initial Implementation | dynaflash | 2010-05-04 | 1 | -8/+23 |
* | add dvd main feature title detection | jstebbins | 2010-04-20 | 1 | -0/+1 |
* | fix silence insertion problem in audio sync and pipeline stall problem | jstebbins | 2010-04-03 | 1 | -1/+1 |
* | fix audio detection problem during scan of ffmpeg audio sources | jstebbins | 2010-04-02 | 1 | -0/+1 |
* | add point-to-point encoding | jstebbins | 2009-12-23 | 1 | -0/+1 |
* | Adds a very crude, CLI-only rotation filter to flip pixels vertically (mode 1... | jbrjake | 2009-12-19 | 1 | -1/+2 |
* | fix potential runaway buffer usage | jstebbins | 2009-12-15 | 1 | -0/+1 |
* | Reduce the amount of buffering used and eliminate hb_snooze in the encoding p... | jstebbins | 2009-12-05 | 1 | -4/+15 |
* | batch file scanning and scan cancel | jstebbins | 2009-11-25 | 1 | -3/+14 |
* | Format cleanup. | konablend | 2009-06-25 | 1 | -3/+3 |
* | - fixed gcc warnings for various unused vars, implicit function decls, signed... | konablend | 2009-06-24 | 1 | -0/+3 |
* | CLI: SubRip Subtitle import | eddyg | 2009-06-23 | 1 | -0/+1 |
* | Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ... | jbrjake | 2009-05-26 | 1 | -1/+0 |
* | - Add CoreAudio AAC as one of the encoder on Mac OS X. | ritsuka | 2009-05-23 | 1 | -1/+2 |
* | Change CC608 decoder to be its own thread | eddyg | 2009-05-07 | 1 | -2/+3 |
* | VOBSUB encoder skeleton for use with mkv VOBSUB pass-through | eddyg | 2009-05-06 | 1 | -0/+1 |
* | dvdnav: improve title scanning | jstebbins | 2009-05-01 | 1 | -1/+1 |
* | add libdvdnav support | jstebbins | 2009-04-27 | 1 | -1/+3 |
* | More code to deal with the flakey streams from NZ TV. They like to change the... | van | 2008-12-05 | 1 | -1/+1 |
* | - validate frame sync the way the standard suggests (via checking the frame ... | van | 2008-12-04 | 1 | -1/+5 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 1 | -0/+5 |
* | Adds two new parameters to hb_scan, to control the number of preview frames g... | jbrjake | 2008-11-30 | 1 | -1/+2 |
* | - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre... | van | 2008-11-25 | 1 | -0/+21 |
* | Correct chroma size for raw video frames - width & height need to be rounded ... | van | 2008-11-08 | 1 | -0/+15 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 1 | -3/+3 |
* | Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le... | jbrjake | 2008-10-09 | 1 | -0/+8 |
* | - Only do 'lost PCR' checks (r1712) when we're dealing with something that c... | van | 2008-10-03 | 1 | -0/+2 |
* | Change buffer reuse policy to MRU to hopefully improve cache and VM performance. | eddyg | 2008-08-29 | 1 | -0/+1 |
* | Use PTS, not DTS, in encx264 output frames so we don't have to special-case i... | van | 2008-07-26 | 1 | -0/+1 |
* | Get rid of excessive video & audio drops on some content by implementing the ... | van | 2008-07-16 | 1 | -2/+0 |