summaryrefslogtreecommitdiffstats
path: root/libhb/muxmp4.c
Commit message (Expand)AuthorAgeFilesLines
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-2/+103
* Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.2...jbrjake2008-10-221-1/+1
* Adds a configuration option for whether the COLR atom and h.264 VUI header sh...jbrjake2008-10-191-1/+12
* Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G...jbrjake2008-10-151-1/+1
* Switches from mpeg4ip's copy of libmp4v2 to an independently-maintained one l...jbrjake2008-10-151-24/+9
* Only associate audio tracks with an alternate group if there's more than one ...jbrjake2008-10-111-6/+8
* CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePet...eddyg2008-10-101-8/+26
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-3/+3
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-261-33/+38
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-33/+19
* Fix a crash when using mp4 and no audio tracks.saintdev2008-06-261-4/+10
* - Add COLR atom support to mpeg4ipvan2008-06-181-0/+18
* - Don't allow chapter durations to go negative (since durations are unsigned...van2008-04-251-2/+21
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Minor chapter cleanups.van2008-04-041-7/+15
* New internal audio handling.saintdev2008-04-011-20/+28
* Don't allow negative durations. These shouldn't happen but occasionally do du...van2008-02-251-1/+18
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-72/+72
* Remove the transformation matrix, and use the width field of the tkhd atom to...ritsuka2008-02-171-53/+2
* Signal anamorphic in the MP4 container though the pixel aspect atom as well a...jbrjake2008-02-171-2/+13
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-161-1/+2
* Reverts 1262, since, duh, sample size != sample duration.jbrjake2008-02-141-1/+1
* Calculate AC3-in-M4V frame sizes based on channel count instead of always usi...jbrjake2008-02-141-1/+1
* AC3 from DVD via HB converted to M4V for viewing on ATVeddyg2008-02-141-7/+26
* account for quantization bias when computing durations for vfr.van2008-01-221-8/+2
* Set the alternate group for the audio tracks. Does only work when building wi...ritsuka2008-01-191-0/+3
* Apply same edit to chapter track as to video track so chapters will stay invan2008-01-061-0/+7
* Fill in the "Encoded By:" tag in MP4 files with "HandBrake" followed by the v...jbrjake2008-01-041-0/+7
* Fixes a typo in MP4 chapter marker durations. Thanks, van!jbrjake2007-12-291-1/+1
* Better b-frame muxing. Instead of using an arbitrarily long offset and then l...jbrjake2007-12-281-36/+16
* Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i...jbrjake2007-11-281-1/+1
* Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize).jbrjake2007-11-211-12/+12
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-101-1/+8
* This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime ...jbrjake2007-10-161-7/+20
* Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro...eddyg2007-08-271-15/+43
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-171-2/+2
* Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that ca...jbrjake2007-06-131-1/+12
* Disables extra audio tracks so they don't all play over the main audio track ...jbrjake2007-06-121-6/+21
* Various fixes:saintdev2007-04-261-5/+49
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-28/+119
* 64-bit data atoms break some consumer devices. We need to figure out a smarte...clee2007-04-171-1/+1
* Successfully create MP4 files bigger than 4GBclee2007-04-161-1/+1
* Prevents a bus error at the end of muxing when b-frames are enabled.jbrjake2007-04-161-0/+3
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-161-27/+30
* Cleaning up some compiler warnings.clee2007-04-151-1/+1
* Ooops. Restores xvid-in-mp4 functionality, which I broke with b-frame muxing....jbrjake2007-04-041-3/+3
* H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ...jbrjake2007-03-301-3/+35
* Keep the language id for each audio track when using MP4.saintdev2007-03-261-0/+8
* Added chapter markers in a chapter text track in mp4 files.maurj2007-03-231-2/+45
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+224