summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverts an hb_snooze call's length from 200 to 50, like titer intended it. Sh...jbrjake2007-03-181-1/+1
* saintdev's 64-bit deadlock fixdynaflash2007-03-185-10/+8
* MacGui: Thinine's custom file size and x264 fix.dynaflash2007-03-131-1/+1
* Merge the 5.1 branch into the trunk.prigaux2007-03-0635-0/+10116
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-1133-9513/+0
* added call to av_log_set_level in hb_init_real based on value of verbose param.johnallen2007-01-141-0/+1
* Revert changes to threading sleep intervals. johnallen2007-01-093-17/+8
* added worker thread sleep throttling.johnallen2007-01-087-12/+41
* Documentation begins. johnallen2007-01-073-3/+149
* added HB_STATE_MUXING to hb_state_s and corresponding structure.johnallen2007-01-072-0/+13