| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor tweak to how audio track names are displayed. | jbrjake | 2008-10-18 | 1 | -2/+4 |
* | CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet... | eddyg | 2008-10-10 | 1 | -1/+2 |
* | Don't display a mixdown in the job settings for passthrough audio tracks. | jbrjake | 2008-09-29 | 1 | -4/+7 |
* | Now that the interfaces don't set job->vfr to 1 unless detelecine is enabled,... | jbrjake | 2008-09-26 | 1 | -28/+8 |
* | Spit out the average encoding speed in the verbose log at the end of a job. | jbrjake | 2008-09-19 | 1 | -0/+6 |
* | Don't obey maxWidth and maxHeight settings when using strict anamorphic. | jbrjake | 2008-08-06 | 1 | -18/+17 |
* | Splits the display of job settings off from the actual work of beginning of a... | jbrjake | 2008-08-01 | 1 | -73/+227 |
* | Fix two problems that would cause HB to hang in the muxer whenever the input ... | van | 2008-07-30 | 1 | -30/+10 |
* | Fix subtitle scan to work with new stream eof logic. | van | 2008-07-26 | 1 | -5/+3 |
* | - in encx264, if an video frame is larger than init_delay split it into piec... | van | 2008-07-26 | 1 | -4/+7 |
* | Enable subtitle-scan to work when using Xvid as the encoder. Also checks retu... | eddyg | 2008-07-01 | 1 | -10/+21 |
* | No need to check the mixdown settings if pass-through is requested. | saintdev | 2008-06-17 | 1 | -119/+122 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 1 | -184/+167 |
* | When encoding anamorphic with lavc, ensure PAR values are 8-bit. Thanks, j45! | jbrjake | 2008-05-29 | 1 | -1/+15 |
* | Re-allow constant frame rates. The MacGui should probably be updated to alway... | jbrjake | 2008-05-17 | 1 | -1/+3 |
* | Avoid a divide by 0 in encfaac.c caused by the mixdown not being specified | eddyg | 2008-04-17 | 1 | -0/+9 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | Fix the automatic subtitle scan that I broke with r1412. | van | 2008-04-14 | 1 | -5/+21 |
* | Fixes for different number of frames between pass 1 & 2, missing frames at en... | van | 2008-04-13 | 1 | -5/+7 |
* | Minor chapter cleanups. | van | 2008-04-04 | 1 | -2/+3 |
* | New internal audio handling. | saintdev | 2008-04-01 | 1 | -110/+110 |
* | Theora. | saintdev | 2008-03-20 | 1 | -0/+4 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -45/+45 |
* | Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ... | eddyg | 2008-02-18 | 1 | -0/+9 |
* | Only show a line in the log for filters if there are any, only show a line fo... | jbrjake | 2008-02-16 | 1 | -2/+2 |
* | Adds another safeguard to ensure AC3 pass-thru uses a 48khz sample rate. | jbrjake | 2008-02-16 | 1 | -0/+7 |
* | Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for... | eddyg | 2008-02-16 | 1 | -4/+22 |
* | Always use a sample rate of 48000hz for AC3. | jbrjake | 2008-02-14 | 1 | -0/+3 |
* | Variable frame rate improvements. | jbrjake | 2008-02-04 | 1 | -9/+15 |
* | Maintains separate filter settings for each job. This prevents the MacGui fro... | jbrjake | 2008-01-22 | 1 | -1/+23 |
* | Don't bother informing the user when grayscale is off, since that's the case ... | jbrjake | 2008-01-14 | 1 | -1/+3 |
* | fix for duplicate chapters when encoding with ffmpeg. | van | 2008-01-06 | 1 | -3/+7 |
* | Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ... | jbrjake | 2007-12-28 | 1 | -1/+1 |
* | Adds extra, user-selectable dynamic range compression to the liba52 interface... | jbrjake | 2007-12-08 | 1 | -0/+3 |
* | Moves the readout of applied x264 options from test.c to work.c, so the MacGu... | jbrjake | 2007-11-16 | 1 | -0/+2 |
* | First attempt at variable frame rate detelecining for NTSC video sources. | jbrjake | 2007-11-10 | 1 | -0/+21 |
* | "Loose" anamorphic: | jbrjake | 2007-10-16 | 1 | -3/+13 |
* | Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to... | eddyg | 2007-10-13 | 1 | -10/+10 |
* | Don't drop subtitles when crossing PTS discontinuities by using buffer sequen... | eddyg | 2007-10-08 | 1 | -2/+5 |
* | Two changes, one ensure zero size buffers are zero size, second change the bu... | eddyg | 2007-10-04 | 1 | -2/+2 |
* | Re-enable 6ch vorbis audio. | saintdev | 2007-09-16 | 1 | -2/+2 |
* | Reverts an errant checking for from rev 960 | dynaflash | 2007-09-13 | 1 | -70/+0 |
* | jbrjake's loose pixel ratio patch. | saintdev | 2007-09-13 | 1 | -0/+70 |
* | Added buffer management and changed fifo sizes. Changed job->subtitle_scan to... | eddyg | 2007-09-11 | 1 | -16/+21 |
* | Die, non-standard printf logging, die! | jbrjake | 2007-08-29 | 1 | -1/+1 |
* | Add Subtitle scanning for forced subtitles and normal subtitles from the CLI | eddyg | 2007-08-21 | 1 | -14/+69 |
* | Prettier logging display for filters. | jbrjake | 2007-08-14 | 1 | -4/+4 |
* | Moves the filters' logging info to work.c, adds parameter info. I also change... | jbrjake | 2007-08-14 | 1 | -1/+14 |
* | Native language subtitle scan improvements. Thanks, eddyg! | jbrjake | 2007-07-26 | 1 | -41/+48 |
* | Fixes to the CLI for forced subtitles, and Turbo. | saintdev | 2007-07-06 | 1 | -2/+3 |