summaryrefslogtreecommitdiffstats
path: root/libhb/muxmkv.c
Commit message (Expand)AuthorAgeFilesLines
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-261-8/+1
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Minor chapter cleanups.van2008-04-041-1/+6
* New internal audio handling.saintdev2008-04-011-22/+16
* Theora.saintdev2008-03-201-4/+45
* AAC+AC3 in MKVjbrjake2008-02-211-4/+13
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-1/+1
* Bumps libhb's copy of libmkv to 0.6.1.3, fixing the >2GB file crashes in Linux.jbrjake2008-01-151-7/+7
* Better b-frame muxing. Instead of using an arbitrarily long offset and then l...jbrjake2007-12-281-2/+2
* Fix matroska audio channel counts for AC3 pass-through.saintdev2007-11-051-1/+1
* Improved error handling when disk already full for MKV containers.eddyg2007-08-271-2/+20
* Fixed up mkv error messages that did not apply, and added one which was missed.eddyg2007-08-271-12/+8
* Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro...eddyg2007-08-271-7/+23
* Switch to mk_laceXiph().saintdev2007-08-161-20/+9
* Matroska: Mark all tracks enabled.saintdev2007-07-271-1/+2
* We don't need to write end times for chapters, these are automatically calcul...saintdev2007-07-271-9/+5
* Change Matroska timecode scale to be 1000000000 / 90000.saintdev2007-07-261-8/+9
* Set MinCache to 1 if we're using x264 and b-frames.saintdev2007-07-161-0/+2
* Fix AAC audio inside MKV container crash.saintdev2007-07-141-1/+1
* Matroska muxer!saintdev2007-07-141-0/+324