summaryrefslogtreecommitdiffstats
path: root/libhb/muxmp4.c
Commit message (Expand)AuthorAgeFilesLines
* muxmp4: update MP4AddAudioTrack usage as per mp4v2 documentation.Rodeo2013-04-271-2/+4
* muxmp4: compute audio frame durations when the frame size isn't known.Rodeo2013-04-241-33/+40
* muxmp4: map '\r\n' and '\r' to '\n'.Rodeo2013-03-191-0/+5
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-031-0/+4
* libhb: prevent segfault when opening mp4 file fails.jstebbins2012-12-261-113/+116
* Improve management of titles and jobsjstebbins2012-11-121-21/+52
* Audio improvements.Rodeo2012-09-031-3/+3
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-3/+3
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Make HB_AMIXDOWN_* defines a simple enumeration. The existing system wasn't n...Rodeo2012-06-061-4/+2
* decdca: attempt to fix Dolby Surround and Pro Logic II mixdown. We were doing...Rodeo2012-05-271-2/+2
* libhb: use source colorimetry information when available.Rodeo2012-03-281-14/+19
* Rework filter pipelinejstebbins2012-03-271-36/+35
* Make sure decvobsub.c generates valid timestampsjstebbins2011-11-151-0/+6
* Add flac + quality + compression level supportjstebbins2011-10-121-4/+4
* Check for negative stop times in subtitlesjstebbins2011-10-071-5/+19
* libhb: allow changing colorimetry in x264 optionsjstebbins2011-08-081-10/+6
* add more audio passthru optionsjstebbins2011-08-011-199/+177
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-0/+1
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-2/+4
* Shorten instead of dropping overlapping subtitles in mp4jstebbins2011-04-021-0/+10
* MP4 muxer ignores all but the first of overlapping UTF-8 subtitles.davidfstr2011-03-301-51/+62
* Add mpeg-2 encoding support to libhb, cli, and linguijstebbins2011-03-191-5/+37
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-4/+8
* clean up crufty legacy codejstebbins2010-10-231-1/+1
* fix detectsion of bitrate_code for ac3 passthru in mp4jstebbins2010-10-091-1/+1
* fix detection of sr_code and bitrate_code for ac3 streams in mp4jstebbins2010-10-091-14/+10
* Add ac3 encodingjstebbins2010-10-041-85/+131
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-1/+1
* add support for Nero vobsubs in mp4jstebbins2010-05-241-0/+73
* improve lame audio quality by using ABR mode and disabling joint stereo modejstebbins2010-03-141-1/+28
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-20/+77
* Align the subtitles at the bottom on iPod Classic/Nano.ritsuka2009-10-021-1/+1
* Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Ro...eddyg2009-09-281-2/+2
* Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges...eddyg2009-09-281-7/+45
* Fix subtitle markup memory leakeddyg2009-06-301-5/+8
* Changed a log -> deep_log for markup processing.eddyg2009-06-301-1/+1
* Add markup for MP4 Subtitleseddyg2009-06-301-8/+223
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-7/+7
* libhb: for mp4 soft subtitles, mark the default_track as enabled.jstebbins2009-06-181-0/+27
* softsubtitles:jstebbins2009-06-021-1/+1
* - bump to mp4v2-trunk-r349.konablend2009-05-231-11/+15
* - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the...ritsuka2009-05-081-17/+22
* Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...eddyg2009-05-081-3/+2
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-071-4/+11
* Soft Subtitle Support in the MP4 Muxer.ritsuka2009-05-071-6/+91
* Minor change in sub printingeddyg2009-05-061-1/+4
* subtitle muxing: jstebbins2009-05-061-40/+27
* Fix Closed Caption start/stop times, switched to SRT encoding including marku...eddyg2009-05-061-1/+1