| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adds a very crude, CLI-only rotation filter to flip pixels vertically (mode 1... | jbrjake | 2009-12-19 | 1 | -0/+1 |
* | Reduce the amount of buffering used and eliminate hb_snooze in the encoding p... | jstebbins | 2009-12-05 | 1 | -2/+3 |
* | batch file scanning and scan cancel | jstebbins | 2009-11-25 | 1 | -1/+4 |
* | Maintain an accurate job ETA across pause/resume | jstebbins | 2009-11-07 | 1 | -0/+3 |
* | remove crf flag and all uses of it | jstebbins | 2009-10-19 | 1 | -2/+0 |
* | Format cleanup. | konablend | 2009-06-25 | 1 | -0/+6 |
* | CLI: SubRip Subtitle import | eddyg | 2009-06-23 | 1 | -1/+8 |
* | Moved --native-langauge processing from libhb to the CLI. Added --native-dub ... | eddyg | 2009-06-21 | 1 | -1/+0 |
* | dvdnav: oops. initialize d->chapter to 0 instead of first chapter | jstebbins | 2009-06-13 | 1 | -1/+0 |
* | Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f... | jbrjake | 2009-06-06 | 1 | -0/+1 |
* | softsubs: | jstebbins | 2009-06-03 | 1 | -1/+3 |
* | softsubtitles: | jstebbins | 2009-06-02 | 1 | -6/+16 |
* | Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ... | jbrjake | 2009-05-26 | 1 | -4/+2 |
* | - Add CoreAudio AAC as one of the encoder on Mac OS X. | ritsuka | 2009-05-23 | 1 | -0/+2 |
* | mkv soft subtitle support | jstebbins | 2009-05-19 | 1 | -1/+4 |
* | Change CC608 decoder to be its own thread | eddyg | 2009-05-07 | 1 | -3/+4 |
* | subtitle muxing: | jstebbins | 2009-05-06 | 1 | -0/+1 |
* | VOBSUB encoder skeleton for use with mkv VOBSUB pass-through | eddyg | 2009-05-06 | 1 | -0/+2 |
* | Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing... | eddyg | 2009-05-05 | 1 | -1/+2 |
* | Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl... | eddyg | 2009-05-04 | 1 | -2/+3 |
* | Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected... | eddyg | 2009-05-04 | 1 | -5/+7 |
* | - Move frame rate code from sync to the end of render so it can account for ... | van | 2009-05-02 | 1 | -3/+1 |
* | dvdnav: improve title scanning | jstebbins | 2009-05-01 | 1 | -0/+2 |
* | add libdvdnav support | jstebbins | 2009-04-27 | 1 | -0/+2 |
* | bump libmp4v2 r224 ->r286; chunk duration; tags; cover-art | konablend | 2009-04-21 | 1 | -1/+0 |
* | This patch adds mingw32 cross-compilation support to HandBrake trunk to | konablend | 2009-04-14 | 1 | -0/+14 |
* | Make MULTIPLE_MOD handle mod 1 correctly | jstebbins | 2009-04-13 | 1 | -1/+1 |
* | Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame... | jbrjake | 2009-03-31 | 1 | -0/+1 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -4/+12 |
* | Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ... | van | 2009-01-10 | 1 | -0/+4 |
* | More code to deal with the flakey streams from NZ TV. They like to change the... | van | 2008-12-05 | 1 | -2/+0 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 1 | -0/+17 |
* | 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 | -1/+1 |
* | libhb support for live preview | jstebbins | 2008-11-11 | 1 | -0/+8 |
* | ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th... | eddyg | 2008-10-29 | 1 | -0/+4 |