| Commit message (Expand) | Author | Age | Files | Lines |
* | Change CC608 decoder to be its own thread | eddyg | 2009-05-07 | 1 | -4/+15 |
* | VOBSUB encoder skeleton for use with mkv VOBSUB pass-through | eddyg | 2009-05-06 | 1 | -3/+19 |
* | Clean up subtitles at end of encode if not consumed and free fifo. | eddyg | 2009-05-05 | 1 | -0/+1 |
* | Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing... | eddyg | 2009-05-05 | 1 | -0/+1 |
* | Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl... | eddyg | 2009-05-04 | 1 | -2/+5 |
* | Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected... | eddyg | 2009-05-04 | 1 | -2/+2 |
* | - Move frame rate code from sync to the end of render so it can account for ... | van | 2009-05-02 | 1 | -14/+16 |
* | LinGui: disable DTS passthru option for MP4 file output | jstebbins | 2009-04-18 | 1 | -1/+1 |
* | Enable DTS passthru for matroska container | jstebbins | 2009-04-18 | 1 | -2/+4 |
* | Don't truncate RF/QP values down to integers when displaying job config. Stil... | jbrjake | 2009-02-23 | 1 | -1/+1 |
* | AC3 dynamic range compression changes. 0 now means a null DRC function. 1 rem... | jbrjake | 2009-02-05 | 1 | -1/+1 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -29/+20 |
* | Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg ... | van | 2008-11-29 | 1 | -4/+22 |
* | Minor tweaks the job config display for the COLR atom: only show when not usi... | jbrjake | 2008-11-01 | 1 | -9/+3 |
* | Added support for extracting the audio and subtitle types and adding those to... | eddyg | 2008-10-23 | 1 | -1/+1 |
* | Adds a configuration option for whether the COLR atom and h.264 VUI header sh... | jbrjake | 2008-10-19 | 1 | -0/+9 |
* | 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 |