| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumps libhb's copy of libmkv to 0.6.1.3, fixing the >2GB file crashes in Linux. | jbrjake | 2008-01-15 | 1 | -7/+7 |
* | Don't bother informing the user when grayscale is off, since that's the case ... | jbrjake | 2008-01-14 | 1 | -1/+3 |
* | - figure out MPEG PS duration from stream rather than faking it. | van | 2008-01-06 | 1 | -91/+136 |
* | fix for duplicate chapters when encoding with ffmpeg. | van | 2008-01-06 | 1 | -3/+7 |
* | Apply same edit to chapter track as to video track so chapters will stay in | van | 2008-01-06 | 1 | -0/+7 |
* | Fill in the "Encoded By:" tag in MP4 files with "HandBrake" followed by the v... | jbrjake | 2008-01-04 | 1 | -0/+7 |
* | Change url to check LATEST file to "handbrake.fr" | dynaflash | 2008-01-03 | 1 | -1/+1 |
* | Program Streams: Vans patch to set a fake duration for program streams. | dynaflash | 2008-01-01 | 1 | -5/+5 |
* | Only drop frames when using VFR, not with regular detelecine. | jbrjake | 2008-01-01 | 1 | -2/+6 |
* | Program Stream Enhancements - Van: Libhb | dynaflash | 2007-12-31 | 4 | -239/+213 |
* | Fixes a typo in MP4 chapter marker durations. Thanks, van! | jbrjake | 2007-12-29 | 1 | -1/+1 |
* | Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ... | jbrjake | 2007-12-28 | 3 | -40/+63 |
* | Better b-frame muxing. Instead of using an arbitrarily long offset and then l... | jbrjake | 2007-12-28 | 3 | -39/+46 |
* | "Great! Where are we going?" | jbrjake | 2007-12-28 | 1 | -2/+2 |
* | Renumber start and stop timestamps for VFR, so they are continuous despite dr... | jbrjake | 2007-12-18 | 1 | -2/+30 |
* | MacGui: Queue Update - thanks travistex | dynaflash | 2007-12-17 | 3 | -1/+8 |
* | Only call the dynamic range compression function when the user-inputted value... | jbrjake | 2007-12-13 | 1 | -1/+1 |
* | MPEG-2 stream reading fixes for missing audio, multiple audio tracks, languag... | jbrjake | 2007-12-13 | 5 | -193/+318 |
* | Ooops -- when copying and pasting code snippets, it helps to have the right t... | jbrjake | 2007-12-12 | 1 | -1/+1 |
* | Don't copy the frame before passing it to x264, let x264 look directly into o... | eddyg | 2007-12-12 | 1 | -7/+20 |
* | Updated jamfile to fix a small compile issue with zlib | sr55 | 2007-12-08 | 1 | -109/+109 |
* | Adds extra, user-selectable dynamic range compression to the liba52 interface... | jbrjake | 2007-12-08 | 3 | -0/+36 |
* | Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i... | jbrjake | 2007-11-28 | 2 | -1/+2 |
* | Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize). | jbrjake | 2007-11-21 | 2 | -13/+13 |
* | Exit gracefully when trying to ifoOpen a title with no VTS entry, instead of ... | jbrjake | 2007-11-19 | 1 | -0/+7 |
* | 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 | 5 | -8/+115 |
* | Fix matroska audio channel counts for AC3 pass-through. | saintdev | 2007-11-05 | 1 | -1/+1 |
* | Automagically set keyframe intervals for x264, based on the specified FPS. | jbrjake | 2007-10-26 | 1 | -1/+10 |
* | Changed logging messages about PTS discontinuities to be less verbose, and ch... | eddyg | 2007-10-23 | 1 | -23/+111 |
* | "Loose" anamorphic: | jbrjake | 2007-10-16 | 4 | -3/+166 |
* | This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime ... | jbrjake | 2007-10-16 | 1 | -7/+20 |
* | Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to... | eddyg | 2007-10-13 | 1 | -10/+10 |
* | Somehow this went missing as I prepared these subtitle changes for commit in ... | eddyg | 2007-10-11 | 1 | -0/+2 |
* | Detect and workaround missing end of cell markers caused by corrupted DVD con... | eddyg | 2007-10-11 | 1 | -9/+83 |
* | Port HandBrake to Solaris, most of the heavy lifting provided by begi. | eddyg | 2007-10-11 | 2 | -2/+20 |
* | Fixed a problem when using more than 13 b-frames in x264 | ritsuka | 2007-10-11 | 1 | -8/+7 |
* | Increases the size of the integer holding MPEG-2 picture flags in the hb_buff... | jbrjake | 2007-10-09 | 1 | -1/+1 |
* | Fix to the chapter merging to ensure that when reading from the media we take... | eddyg | 2007-10-09 | 2 | -10/+30 |
* | Don't drop subtitles when crossing PTS discontinuities by using buffer sequen... | eddyg | 2007-10-08 | 7 | -43/+213 |
* | Two changes, one ensure zero size buffers are zero size, second change the bu... | eddyg | 2007-10-04 | 2 | -24/+27 |
* | When duplicating the x264 options keep a pointer to the start of the options ... | eddyg | 2007-10-02 | 1 | -3/+6 |
* | Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / fo... | dynaflash | 2007-09-27 | 1 | -3/+3 |
* | MacGui: Mod encx264.c to allow the queue to show the advanced x264 options in... | dynaflash | 2007-09-27 | 1 | -1/+2 |
* | Mistake in chapter merging well spotted by Van, which would cause the encodin... | eddyg | 2007-09-27 | 1 | -0/+1 |
* | Improved PMT and PAT algorithms to work with streams where the PAT contains e... | awk | 2007-09-21 | 1 | -227/+262 |
* | Warning message had preview number out by one. | eddyg | 2007-09-19 | 1 | -2/+2 |
* | Don't discard titles during scan just because of a read failure on one or mor... | eddyg | 2007-09-19 | 1 | -3/+6 |
* | Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is u... | eddyg | 2007-09-17 | 1 | -1/+30 |
* | Re-enable 6ch vorbis audio. | saintdev | 2007-09-16 | 2 | -6/+16 |