| Commit message (Expand) | Author | Age | Files | Lines |
* | muxmp4: update MP4AddAudioTrack usage as per mp4v2 documentation. | Rodeo | 2013-04-27 | 1 | -2/+4 |
* | muxmp4: compute audio frame durations when the frame size isn't known. | Rodeo | 2013-04-24 | 1 | -33/+40 |
* | muxmp4: map '\r\n' and '\r' to '\n'. | Rodeo | 2013-03-19 | 1 | -0/+5 |
* | Updated all the copyright headers to 2013. | sr55 | 2013-03-09 | 1 | -1/+1 |
* | Add optional fdk-aac encoder | jstebbins | 2013-03-03 | 1 | -0/+4 |
* | libhb: prevent segfault when opening mp4 file fails. | jstebbins | 2012-12-26 | 1 | -113/+116 |
* | Improve management of titles and jobs | jstebbins | 2012-11-12 | 1 | -21/+52 |
* | Audio improvements. | Rodeo | 2012-09-03 | 1 | -3/+3 |
* | libhb: drop HB_INPUT_CH_LAYOUT_* | Rodeo | 2012-06-18 | 1 | -3/+3 |
* | Updated file copyright / GPL headers | sr55 | 2012-06-15 | 1 | -3/+6 |
* | Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n... | Rodeo | 2012-06-06 | 1 | -4/+2 |
* | decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing... | Rodeo | 2012-05-27 | 1 | -2/+2 |
* | libhb: use source colorimetry information when available. | Rodeo | 2012-03-28 | 1 | -14/+19 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -36/+35 |
* | Make sure decvobsub.c generates valid timestamps | jstebbins | 2011-11-15 | 1 | -0/+6 |
* | Add flac + quality + compression level support | jstebbins | 2011-10-12 | 1 | -4/+4 |
* | Check for negative stop times in subtitles | jstebbins | 2011-10-07 | 1 | -5/+19 |
* | libhb: allow changing colorimetry in x264 options | jstebbins | 2011-08-08 | 1 | -10/+6 |
* | add more audio passthru options | jstebbins | 2011-08-01 | 1 | -199/+177 |
* | libhb: add support for libav aac encoder (libhb only) | jstebbins | 2011-06-07 | 1 | -0/+1 |
* | HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo. | sr55 | 2011-04-18 | 1 | -2/+4 |
* | Shorten instead of dropping overlapping subtitles in mp4 | jstebbins | 2011-04-02 | 1 | -0/+10 |
* | MP4 muxer ignores all but the first of overlapping UTF-8 subtitles. | davidfstr | 2011-03-30 | 1 | -51/+62 |
* | Add mpeg-2 encoding support to libhb, cli, and lingui | jstebbins | 2011-03-19 | 1 | -5/+37 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -4/+8 |
* | clean up crufty legacy code | jstebbins | 2010-10-23 | 1 | -1/+1 |
* | fix detectsion of bitrate_code for ac3 passthru in mp4 | jstebbins | 2010-10-09 | 1 | -1/+1 |
* | fix detection of sr_code and bitrate_code for ac3 streams in mp4 | jstebbins | 2010-10-09 | 1 | -14/+10 |
* | Add ac3 encoding | jstebbins | 2010-10-04 | 1 | -85/+131 |
* | 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 |