summaryrefslogtreecommitdiffstats
path: root/libhb/muxmkv.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-710/+0
* Add VP8 supportjstebbins2014-04-151-0/+5
* Convert all text subtitles to ASS subsjstebbins2014-04-131-9/+5
* Remove libfaacsr552014-03-021-1/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* RB626: return code support addedmaxd2013-11-051-0/+8
* libhb: make libhb internal character code utf8jstebbins2013-09-221-1/+12
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-30/+55
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-42/+16
* muxmkv: fix audio track private data for 24-bit FLAC.Rodeo2013-05-051-0/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Add optional fdk-aac encoderjstebbins2013-03-031-1/+4
* FLAC: add 24-bit encoding.Rodeo2013-01-021-7/+8
* muxmkv: don't write the last chapter marker if it is shorter than 3/2 second.Rodeo2012-11-211-43/+45
* Improve management of titles and jobsjstebbins2012-11-121-21/+51
* muxmkv: reset the output track configuration before adding each audio track, ...Rodeo2012-07-241-3/+2
* Fix comparison (check if unsigned type is < 0). Not sure why I keep doing this.Rodeo2012-07-021-5/+9
* muxmkv: improve reliability of HE-AAC check when doing AAC Passthru.Rodeo2012-06-291-1/+1
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-3/+3
* Remove debug code.Rodeo2012-06-181-2/+0
* Fix HE-AAC in MKV.Rodeo2012-06-181-1/+16
* Add PGS codec ID to libmkv and use it.Rodeo2012-06-181-1/+1
* 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-9/+8
* Fix crash in MKV muxer with SRT subtitle sources (introduced in revision 4605).Rodeo2012-05-201-0/+5
* libhb: PGS subtitle improvements.Rodeo2012-05-101-4/+6
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-011-1/+5
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-12/+16
* Rework filter pipelinejstebbins2012-03-271-9/+9
* Add flac + quality + compression level supportjstebbins2011-10-121-3/+58
* add more audio passthru optionsjstebbins2011-08-011-6/+3
* Add DTS-HD passthru \o/jstebbins2011-06-141-0/+2
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-071-0/+1
* Remove redundant code.jstebbins2011-04-201-10/+2
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-0/+1
* Use bibiliographic form of ISO-639-2 lang codes in muxmkvjstebbins2011-04-081-4/+10
* True SSA passthru for MKV.jstebbins2011-03-311-1/+31
* Add mpeg-2 encoding support to libhb, cli, and linguijstebbins2011-03-191-2/+9
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-1/+4
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-081-2/+13
* Add ac3 encodingjstebbins2010-10-041-2/+4
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-1/+1
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-22/+1
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-0/+4
* possible fix for WDTV vobsub duration problemjstebbins2009-11-051-4/+4
* softsubtitles:jstebbins2009-06-021-1/+5
* vobsub: fix yuv->rgb conversion of vobsub palette for mkv softsubsjstebbins2009-05-291-2/+2
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-1/+0
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-0/+1
* mkv soft subtitle supportjstebbins2009-05-191-19/+68