summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-3111-8/+59
* H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ...jbrjake2007-03-303-8/+82
* Amended the code comments about 6-channel and 1-channel audio extraction to r...maurj2007-03-272-10/+9
* -6 channel surround for Vorbis/OGM. The channel mapping seems right for VLC, ...saintdev2007-03-274-12/+43
* Keep the language id for each audio track when using MP4.saintdev2007-03-264-179/+217
* saintdev's fix to correctly allocate bitrate for non-stereo audiodynaflash2007-03-241-1/+1
* Remove all libquicktime thingsprigaux2007-03-241-1/+1
* Added chapter markers in a chapter text track in mp4 files.maurj2007-03-232-2/+48
* Applied and committed saintdev's patch to fix multi-track audio. Only in the...maurj2007-03-217-62/+82