| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI: fix osx compilation problem | jstebbins | 2009-07-10 | 1 | -1/+12 |
* | CLI: fix a problem with using the forced subtitle short option flag (-F) | jstebbins | 2009-07-09 | 1 | -23/+21 |
* | - fixed gcc warnings for various unused vars, implicit function decls, signed... | konablend | 2009-06-24 | 1 | -1/+1 |
* | CLI: SubRip Subtitle import | eddyg | 2009-06-23 | 2 | -3/+76 |
* | CLI: fix cut/past error in forced subtitle option parsing | jstebbins | 2009-06-21 | 1 | -1/+1 |
* | CLI: Add type (int) to is_whole_media_service() to remove compile warning. | eddyg | 2009-06-21 | 1 | -2/+2 |
* | Moved --native-langauge processing from libhb to the CLI. Added --native-dub ... | eddyg | 2009-06-21 | 1 | -22/+145 |
* | CLI: | sr55 | 2009-06-15 | 1 | -5/+31 |
* | CLI: remove usage of strtok_r in subtitle option handling. it's not available | jstebbins | 2009-06-12 | 1 | -88/+100 |
* | CLI: add support for multiple subtitles and soft-subs | jstebbins | 2009-06-11 | 1 | -47/+220 |
* | - mingw fixes to use fopen() with 'b' flag. | konablend | 2009-06-06 | 1 | -0/+4 |
* | Adds a keep_display_aspect toggle to the job->anamorphic struct in order to f... | jbrjake | 2009-06-06 | 1 | -20/+3 |
* | cli: remove unused variable that generated a compile warning | jstebbins | 2009-06-05 | 1 | -1/+0 |
* | CLI: List ca_aac as an the audio encoder in the help, when running in OS X. | jbrjake | 2009-06-05 | 1 | -2/+13 |
* | CLI: Implements custom anamorphic. No more -p or -P. Choices are --strict-ana... | jbrjake | 2009-06-05 | 1 | -69/+222 |
* | MacGui and CLI: New built-in presets. The list has been much pared down, and ... | jbrjake | 2009-06-04 | 1 | -361/+168 |
* | softsubtitles: | jstebbins | 2009-06-02 | 1 | -1/+5 |
* | Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ... | jbrjake | 2009-05-26 | 2 | -7/+3 |
* | - Add CoreAudio AAC as one of the encoder on Mac OS X. | ritsuka | 2009-05-23 | 2 | -1/+7 |
* | mkv soft subtitle support | jstebbins | 2009-05-19 | 1 | -5/+3 |
* | - set HandBrakeCLI stdio/stderr to unbuffered on native win32 platform; | konablend | 2009-05-13 | 1 | -0/+8 |
* | Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl... | eddyg | 2009-05-04 | 1 | -1/+3 |
* | Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected... | eddyg | 2009-05-04 | 1 | -1/+9 |
* | - Move frame rate code from sync to the end of render so it can account for ... | van | 2009-05-02 | 1 | -9/+29 |
* | add libdvdnav support | jstebbins | 2009-04-27 | 2 | -1/+23 |
* | HandBrakeCLI: change --help to send output to stdout instead of stderr | konablend | 2009-04-18 | 1 | -7/+8 |
* | update cli help to include dts audio in list of options | jstebbins | 2009-04-18 | 1 | -2/+2 |
* | This patch adds mingw32 cross-compilation support to HandBrake trunk to | konablend | 2009-04-14 | 2 | -2/+15 |
* | Adds a job->frame_to_stop variable similar to the existing pts_to_stop parame... | jbrjake | 2009-03-31 | 1 | -14/+34 |
* | BuildSystem: general, configure and Xcode updates. | konablend | 2009-03-08 | 2 | -4/+4 |
* | BuildSystem: | konablend | 2009-03-03 | 2 | -4/+8 |
* | BuildSystem: | konablend | 2009-03-03 | 2 | -0/+15 |
* | BuildSystem: | konablend | 2009-03-02 | 1 | -2/+2 |
* | BuildSystem: conversion from jam-based to make-based system. | konablend | 2009-03-01 | 5 | -88/+86 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -6/+6 |
* | Adds --start-at-preview and --stop-at-duration and --stop-at-pts options. The... | jbrjake | 2008-12-30 | 1 | -1/+36 |
* | Adds two new parameters to hb_scan, to control the number of preview frames g... | jbrjake | 2008-11-30 | 1 | -1/+14 |
* | MacGui and CLI: Finalizes built-in presets for 0.9.3 | jbrjake | 2008-11-20 | 1 | -36/+109 |
* | CLI: Rearranges and reorganizes the built-in help (-h) , fixes some spelling ... | jbrjake | 2008-11-13 | 1 | -88/+92 |
* | CLI: Adds some conidtionals to manicure.rb so CLI users can override audio se... | jbrjake | 2008-11-08 | 1 | -88/+352 |
* | MacGui and CLI: Minor preset tweaks, brings Universal down to subme 6 and pus... | jbrjake | 2008-10-27 | 1 | -4/+4 |
* | CLI: Don't barf on OS X when someone gives a proper BSD path to begin with. (... | jbrjake | 2008-10-27 | 1 | -1/+1 |
* | CLI: first try at nested presets *fingers crossed* | jbrjake | 2008-10-22 | 1 | -165/+185 |
* | Adds a configuration option for whether the COLR atom and h.264 VUI header sh... | jbrjake | 2008-10-19 | 1 | -2/+17 |
* | CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet... | eddyg | 2008-10-10 | 1 | -1/+57 |
* | Adds an hb_deep_log() function for multiple levels of debugging verbosity. Le... | jbrjake | 2008-10-09 | 1 | -4/+11 |
* | CygWin: | sr55 | 2008-09-30 | 1 | -0/+7 |
* | CLI: Removes --vfr command line option. --detelecine now drops frames by defa... | jbrjake | 2008-09-26 | 1 | -17/+17 |
* | Sets the default QP of deblock to 5 instead of 0. This way the filter actuall... | jbrjake | 2008-09-24 | 1 | -1/+1 |
* | CLI: Synchronizes presets with the MacGui, following x264's switch to subme 6... | jbrjake | 2008-09-19 | 1 | -24/+24 |