summaryrefslogtreecommitdiffstats
path: root/libhb/muxmkv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* subtitle muxing: jstebbins2009-05-061-2/+65
* Enable DTS passthru for matroska containerjstebbins2009-04-181-1/+14
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-1/+1
* only mark first audio track as default in mkv.jstebbins2009-02-071-0/+4
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-2/+2
* Update libmkv and start writing mkv tags, no artwork as yet - haven't had tim...eddyg2009-01-201-0/+14
* 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