summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Native language subtitle scan improvements. Thanks, eddyg!jbrjake2007-07-262-59/+130
* This should finally fix the PS stream language without iterating through ever...saintdev2007-07-261-1/+1
* Change Matroska timecode scale to be 1000000000 / 90000.saintdev2007-07-261-8/+9
* This patch from eddyg should help alleviate HandBrake's audio drop issues. It...jbrjake2007-07-254-15/+58
* Ok, this should fix compilation. Instead of using the 2-letter language code ...jbrjake2007-07-251-1/+1
* We shouldn't assume that MPEG2-PS audio is English. Set it to 'Unknown' instead.saintdev2007-07-251-1/+1
* Makes sure chapter markers get applied to the right track, so ReaderFunc() se...jbrjake2007-07-241-2/+5
* These hopefully-innocuous changes to hb.c should help with the active queuing...jbrjake2007-07-201-2/+19
* Set MinCache to 1 if we're using x264 and b-frames.saintdev2007-07-161-0/+2
* MacGui: Active Queue Initial Implementationdynaflash2007-07-162-3/+25
* Update makefile in libhb for libmkvsr552007-07-141-3/+4
* Fix AAC audio inside MKV container crash.saintdev2007-07-141-1/+1
* Matroska muxer!saintdev2007-07-145-1/+329
* More accurate frame start/stop times for vorbis. This is needed for the upcom...saintdev2007-07-131-5/+7
* Oops, that's 'management_active', not 'managed'.saintdev2007-07-081-1/+1
* vorbis: gracefully fail if encoder setup fails, and remove depriciated OV_ECT...saintdev2007-07-071-3/+20
* Fixes to the CLI for forced subtitles, and Turbo.saintdev2007-07-062-39/+48
* Implement transport and program stream support. With these changes it's now p...awk2007-07-0410-38/+2166
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-1711-24/+34
* Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that ca...jbrjake2007-06-132-11/+26
* Disables extra audio tracks so they don't all play over the main audio track ...jbrjake2007-06-121-6/+21
* A big batch of patches from eddyg.jbrjake2007-06-064-22/+211
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@590 b64f7644-9d1e-0410-96f...awk2007-05-192-7/+33
* Removes thread limitation for iPod encoding. With x264's new-ish sliceless th...jbrjake2007-05-091-1/+0
* Updated the input channel layouts to store the source LFE information as well...maurj2007-05-065-50/+51
* Updated do_job() in work.c to remove any non-AC3 audio tracks from the job be...maurj2007-05-041-0/+14
* Enabled DTS channel mixdowns by moving to a more generic input channel layout...maurj2007-05-043-306/+194
* Tells x264 to use threads=cpus*1.5 instead of threads=cpus. This is because x...jbrjake2007-05-021-1/+1
* Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will...maurj2007-05-0211-136/+617
* Various fixes:saintdev2007-04-262-5/+53
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-259-38/+263
* Cyanders Named Chapter Markersdynaflash2007-04-251-0/+4
* Add 384 kbps to Audio Bitrates selection for use with 6 channel discretedynaflash2007-04-181-1/+1
* Removed all references to the old job->surround variable, as it is no longer ...maurj2007-04-181-6/+0
* Cleaning up the code a bit.clee2007-04-171-207/+212
* 64-bit data atoms break some consumer devices. We need to figure out a smarte...clee2007-04-171-1/+1
* Fix a major memory leak introduced in Nyx's bframe patch.saintdev2007-04-171-7/+0
* Successfully create MP4 files bigger than 4GBclee2007-04-161-1/+1
* Prevents a bus error at the end of muxing when b-frames are enabled.jbrjake2007-04-161-0/+3
* Much better B-frame muxing frame-reordering. This will preserve the sps/pps i...jbrjake2007-04-169-107/+213
* Cleaning up some compiler warnings.clee2007-04-155-5/+5
* MacGui: Presets now utilize Audio Mixdowns Thanks maurj!dynaflash2007-04-122-0/+28
* Updated the Mac GUI to use the new audio mixdowns. This means that the Mac G...maurj2007-04-123-6/+13
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT...maurj2007-04-1110-132/+300
* Ooops. Restores xvid-in-mp4 functionality, which I broke with b-frame muxing....jbrjake2007-04-041-3/+3
* maurj reported a double-free crash that I am unable to reproduce. This remove...saintdev2007-04-041-1/+0
* Fix a bus error if b-pyramid is given as an x264 option without specifying a ...jbrjake2007-04-031-6/+13
* Amended work.c to remember the number of source A52 channels and lfe channels...maurj2007-04-021-0/+5
* Oops, got a little to unalloc-happy. Fixes a crash.saintdev2007-04-021-1/+0
* Fix several MB of memory leaks in lame, and vorbis.saintdev2007-04-014-0/+25