| Commit message (Expand) | Author | Age | Files | Lines |
* | CLI: Use default audio settings of 160kbps @ 48kHz, just like the MacGui and ... | jbrjake | 2008-05-30 | 1 | -2/+2 |
* | CLI: Only sanity check the user-specified audio samplerate *after* it's been ... | jbrjake | 2008-05-30 | 1 | -6/+6 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96... | jbrjake | 2008-05-29 | 1 | -1/+18 |
* | CLI: Sample rates given by the user in kHz need to be converted to Hz for libhb. | jbrjake | 2008-05-15 | 1 | -0/+11 |
* | Allow the user to directly set a pixel aspect height and width, instead of us... | jbrjake | 2008-05-13 | 1 | -2/+11 |
* | Opens up another way to give x264 a constant QP or RF, by passing a direct va... | jbrjake | 2008-04-26 | 1 | -1/+1 |
* | CLI: Fixes optical scan reading in OS X by mirroring the MacGui work from r82... | jbrjake | 2008-04-24 | 1 | -0/+186 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 3 | -4/+4 |
* | CLI: Generate default chapter marker titles when a marker file is not specifi... | jbrjake | 2008-04-08 | 1 | -0/+15 |
* | CLI: m4v is a valid output format. | jbrjake | 2008-04-08 | 1 | -1/+2 |
* | Cli: If the user specifies more audio codecs than audio tracks, make a copy o... | jbrjake | 2008-04-04 | 1 | -21/+20 |
* | CLI: Update fix AppleTV preset audio. | saintdev | 2008-04-03 | 1 | -8/+15 |
* | CLI: "Fun with string theory." Updates needed for new audio layout. | saintdev | 2008-04-01 | 1 | -195/+437 |
* | Fix theora linking when using make. | saintdev | 2008-03-23 | 1 | -1/+1 |
* | Fix Makefiles for dynamically linked dvdcss. | saintdev | 2008-03-23 | 1 | -6/+3 |
* | CLI: | jbrjake | 2008-03-23 | 1 | -3/+14 |
* | Removes deprecated x264 modes (b13 and b30) from the CLI's help output. | jbrjake | 2008-03-22 | 1 | -1/+1 |
* | Theora. | saintdev | 2008-03-20 | 1 | -1/+5 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 2 | -86/+86 |
* | Don't try to show muxing progress since it always stays at 0 anyway. | jbrjake | 2008-02-19 | 1 | -2/+9 |
* | Use 64-bit MP4 containers for the AppleTV preset, in case the 2500kb/s video ... | jbrjake | 2008-02-18 | 1 | -1/+2 |
* | Preset updates, including AC3 and AAC for ATV, less insane settings for some ... | jbrjake | 2008-02-18 | 1 | -14/+16 |
* | Mcdeint is broken, so avoid using it as a deinterlacer. No more "Slowest," "S... | jbrjake | 2008-02-16 | 1 | -10/+4 |
* | Wires up the CLI for doing AAC and AC3 at the same time, with a new audio enc... | jbrjake | 2008-02-16 | 1 | -3/+34 |
* | Updates manicure to parse the new way of setting iPod-compatible encodes in M... | jbrjake | 2008-01-21 | 1 | -9/+9 |
* | Use weightb=0 for turbo 1st pass x264 options. This prevents frame count disc... | jbrjake | 2008-01-14 | 1 | -1/+1 |
* | hb_log should not be used outside of HB Lib, it's private to HB, using | eddyg | 2007-12-20 | 1 | -1/+1 |
* | CLI: Makes CRF (constant rate factor) the default constant quality mode, inst... | jbrjake | 2007-12-13 | 1 | -4/+4 |
* | Cli: | sr55 | 2007-12-10 | 1 | -2/+2 |
* | Adds a preset for the 360, accounts for filters in the presets, updates manic... | jbrjake | 2007-12-08 | 1 | -14/+31 |
* | Updated jamfile to fix a small compile issue with zlib | sr55 | 2007-12-08 | 1 | -32/+32 |
* | Adds extra, user-selectable dynamic range compression to the liba52 interface... | jbrjake | 2007-12-08 | 1 | -3/+14 |
* | Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i... | jbrjake | 2007-11-28 | 1 | -2/+12 |
* | Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize). | jbrjake | 2007-11-21 | 1 | -1/+12 |
* | Moves the readout of applied x264 options from test.c to work.c, so the MacGu... | jbrjake | 2007-11-16 | 1 | -2/+0 |
* | Minor preset changes: | jbrjake | 2007-11-15 | 1 | -28/+20 |
* | Adds help for preset commands, and also cleans up a couple of other lines tha... | jbrjake | 2007-11-10 | 1 | -2/+6 |
* | First attempt at variable frame rate detelecining for NTSC video sources. | jbrjake | 2007-11-10 | 1 | -3/+13 |
* | First attempt at built-in presets in the CLI. | jbrjake | 2007-11-09 | 1 | -4/+302 |
* | Repeat after me, eddyg is a wally. | eddyg | 2007-10-24 | 1 | -1/+0 |
* | Changed logging messages about PTS discontinuities to be less verbose, and ch... | eddyg | 2007-10-23 | 1 | -0/+1 |
* | Modifies CLI help message for audio track selection, to make it clearer how t... | jbrjake | 2007-10-22 | 1 | -2/+3 |
* | Reverts r1030 because it didn't work properly: -P would eat the next word as ... | jbrjake | 2007-10-20 | 1 | -1/+1 |
* | Adds short parameter names for denoising and deinterlacing in the CLI. | jbrjake | 2007-10-20 | 1 | -3/+41 |
* | Allow short option name -P for loose anamorphic to take its optional argument... | jbrjake | 2007-10-16 | 1 | -1/+1 |
* | "Loose" anamorphic: | jbrjake | 2007-10-16 | 1 | -6/+37 |
* | Change the progress messages to use stdout, added a flush after each progress... | eddyg | 2007-10-09 | 1 | -8/+12 |
* | Reverts an errant checking for from rev 960 | dynaflash | 2007-09-13 | 1 | -17/+3 |
* | jbrjake's loose pixel ratio patch. | saintdev | 2007-09-13 | 1 | -3/+17 |
* | Added buffer management and changed fifo sizes. Changed job->subtitle_scan to... | eddyg | 2007-09-11 | 1 | -4/+4 |