| Commit message (Expand) | Author | Age | Files | Lines |
* | BuildSystem: conversion from jam-based to make-based system. | konablend | 2009-03-01 | 1 | -1/+1 |
* | Organizes anamorphic parameters in a struct, requiring some minor search and ... | jbrjake | 2009-01-26 | 1 | -3/+3 |
* | h.264 i frame shouldn't be marked as sync sample. | ritsuka | 2009-01-12 | 1 | -1/+2 |
* | Always use the track samplerate as the timescale for audio tracks. This fixes... | ritsuka | 2009-01-11 | 1 | -2/+2 |
* | Remove some unused variables | ritsuka | 2009-01-11 | 1 | -10/+0 |
* | Bumps mp4v2 to r224 | jbrjake | 2009-01-11 | 1 | -5/+1 |
* | Add metadata support to libhb, add importing of MP4 metadata, add export of M... | eddyg | 2008-12-02 | 1 | -115/+43 |
* | ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th... | eddyg | 2008-10-29 | 1 | -2/+103 |
* | Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.2... | jbrjake | 2008-10-22 | 1 | -1/+1 |
* | Adds a configuration option for whether the COLR atom and h.264 VUI header sh... | jbrjake | 2008-10-19 | 1 | -1/+12 |
* | Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G... | jbrjake | 2008-10-15 | 1 | -1/+1 |
* | Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one l... | jbrjake | 2008-10-15 | 1 | -24/+9 |
* | Only associate audio tracks with an alternate group if there's more than one ... | jbrjake | 2008-10-11 | 1 | -6/+8 |
* | CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet... | eddyg | 2008-10-10 | 1 | -8/+26 |
* | After discussion with eddyg, extending verbose logging level 2 from just memo... | jbrjake | 2008-10-09 | 1 | -3/+3 |
* | Use PTS, not DTS, in encx264 output frames so we don't have to special-case i... | van | 2008-07-26 | 1 | -33/+38 |
* | - in encx264, if an video frame is larger than init_delay split it into piec... | van | 2008-07-26 | 1 | -33/+19 |
* | Fix a crash when using mp4 and no audio tracks. | saintdev | 2008-06-26 | 1 | -4/+10 |
* | - Add COLR atom support to mpeg4ip | van | 2008-06-18 | 1 | -0/+18 |
* | - Don't allow chapter durations to go negative (since durations are unsigned... | van | 2008-04-25 | 1 | -2/+21 |
* | Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co... | jbrjake | 2008-04-15 | 1 | -1/+1 |
* | Minor chapter cleanups. | van | 2008-04-04 | 1 | -7/+15 |
* | New internal audio handling. | saintdev | 2008-04-01 | 1 | -20/+28 |
* | Don't allow negative durations. These shouldn't happen but occasionally do du... | van | 2008-02-25 | 1 | -1/+18 |
* | Formatting: Remove a lot of trailing whitespace. | saintdev | 2008-02-21 | 1 | -72/+72 |
* | Remove the transformation matrix, and use the width field of the tkhd atom to... | ritsuka | 2008-02-17 | 1 | -53/+2 |
* | Signal anamorphic in the MP4 container though the pixel aspect atom as well a... | jbrjake | 2008-02-17 | 1 | -2/+13 |
* | Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for... | eddyg | 2008-02-16 | 1 | -1/+2 |
* | Reverts 1262, since, duh, sample size != sample duration. | jbrjake | 2008-02-14 | 1 | -1/+1 |
* | Calculate AC3-in-M4V frame sizes based on channel count instead of always usi... | jbrjake | 2008-02-14 | 1 | -1/+1 |
* | AC3 from DVD via HB converted to M4V for viewing on ATV | eddyg | 2008-02-14 | 1 | -7/+26 |
* | account for quantization bias when computing durations for vfr. | van | 2008-01-22 | 1 | -8/+2 |
* | Set the alternate group for the audio tracks. Does only work when building wi... | ritsuka | 2008-01-19 | 1 | -0/+3 |
* | 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 |
* | Fixes a typo in MP4 chapter marker durations. Thanks, van! | jbrjake | 2007-12-29 | 1 | -1/+1 |
* | Better b-frame muxing. Instead of using an arbitrarily long offset and then l... | jbrjake | 2007-12-28 | 1 | -36/+16 |
* | Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i... | jbrjake | 2007-11-28 | 1 | -1/+1 |
* | Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize). | jbrjake | 2007-11-21 | 1 | -12/+12 |
* | First attempt at variable frame rate detelecining for NTSC video sources. | jbrjake | 2007-11-10 | 1 | -1/+8 |
* | This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime ... | jbrjake | 2007-10-16 | 1 | -7/+20 |
* | Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro... | eddyg | 2007-08-27 | 1 | -15/+43 |
* | Switch buf->key to buf->frametype which is a bitmask telling us what type of ... | saintdev | 2007-06-17 | 1 | -2/+2 |
* | Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that ca... | jbrjake | 2007-06-13 | 1 | -1/+12 |
* | Disables extra audio tracks so they don't all play over the main audio track ... | jbrjake | 2007-06-12 | 1 | -6/+21 |
* | Various fixes: | saintdev | 2007-04-26 | 1 | -5/+49 |
* | Fix Previous Bad commit for Cyanders Chapter Markers | dynaflash | 2007-04-25 | 1 | -28/+119 |
* | 64-bit data atoms break some consumer devices. We need to figure out a smarte... | clee | 2007-04-17 | 1 | -1/+1 |
* | Successfully create MP4 files bigger than 4GB | clee | 2007-04-16 | 1 | -1/+1 |
* | Prevents a bus error at the end of muxing when b-frames are enabled. | jbrjake | 2007-04-16 | 1 | -0/+3 |