| Commit message (Expand) | Author | Age | Files | Lines |
* | preserve vobsub palette, width, and height from mkv and mp4 vobsub tracks | jstebbins | 2010-05-30 | 1 | -1/+1 |
* | add support for Nero vobsubs in mp4 | jstebbins | 2010-05-24 | 1 | -0/+73 |
* | improve lame audio quality by using ABR mode and disabling joint stereo mode | jstebbins | 2010-03-14 | 1 | -1/+28 |
* | use DTS generated by x264 when computing duration and offset in muxmp4 | jstebbins | 2010-02-06 | 1 | -20/+77 |
* | Align the subtitles at the bottom on iPod Classic/Nano. | ritsuka | 2009-10-02 | 1 | -1/+1 |
* | Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Ro... | eddyg | 2009-09-28 | 1 | -2/+2 |
* | Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges... | eddyg | 2009-09-28 | 1 | -7/+45 |
* | Fix subtitle markup memory leak | eddyg | 2009-06-30 | 1 | -5/+8 |
* | Changed a log -> deep_log for markup processing. | eddyg | 2009-06-30 | 1 | -1/+1 |
* | Add markup for MP4 Subtitles | eddyg | 2009-06-30 | 1 | -8/+223 |
* | - cleanup gcc format warnings showing up on linux 64-bit | konablend | 2009-06-25 | 1 | -7/+7 |
* | libhb: for mp4 soft subtitles, mark the default_track as enabled. | jstebbins | 2009-06-18 | 1 | -0/+27 |
* | softsubtitles: | jstebbins | 2009-06-02 | 1 | -1/+1 |
* | - bump to mp4v2-trunk-r349. | konablend | 2009-05-23 | 1 | -11/+15 |
* | - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the... | ritsuka | 2009-05-08 | 1 | -17/+22 |
* | Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and... | eddyg | 2009-05-08 | 1 | -3/+2 |
* | Combine multiple CC lines into one, trimming whitespace, and adding proper la... | eddyg | 2009-05-07 | 1 | -4/+11 |
* | Soft Subtitle Support in the MP4 Muxer. | ritsuka | 2009-05-07 | 1 | -6/+91 |
* | Minor change in sub printing | eddyg | 2009-05-06 | 1 | -1/+4 |
* | subtitle muxing: | jstebbins | 2009-05-06 | 1 | -40/+27 |
* | Fix Closed Caption start/stop times, switched to SRT encoding including marku... | eddyg | 2009-05-06 | 1 | -1/+1 |
* | Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ... | eddyg | 2009-05-06 | 1 | -6/+16 |
* | Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing... | eddyg | 2009-05-05 | 1 | -32/+29 |
* | Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl... | eddyg | 2009-05-04 | 1 | -0/+32 |
* | - encx264 sets HB_FRAME_REF to expose ref/non-ref frame status to muxer. | konablend | 2009-05-03 | 1 | -11/+66 |
* | Leave video tracks on the 90KHz MPEG timebase so we don't end up with constan... | van | 2009-04-23 | 1 | -66/+39 |
* | bump libmp4v2 r224 ->r286; chunk duration; tags; cover-art | konablend | 2009-04-21 | 1 | -10/+83 |
* | 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 |