summaryrefslogtreecommitdiffstats
path: root/libhb/muxmp4.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-1249/+0
* Remove libfaacsr552014-03-021-2/+0
* libhb: remove a52decjstebbins2014-02-201-3/+36
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-1/+1
* RB626: return code support addedmaxd2013-11-051-0/+16
* libhb: make libhb internal character code utf8jstebbins2013-09-221-6/+18
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-10/+9
* libhb: fix compiler warning...jstebbins2013-08-191-1/+8
* libhb: fix crash in muxmp4.cjstebbins2013-06-301-7/+12
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-292/+56
* 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