summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Prevents a bus error at scan time with DVDs that have a weird cell structure....jbrjake2007-08-171-10/+13
* Switch to mk_laceXiph().saintdev2007-08-161-20/+9
* Lessens the brownpantsification effect from the DVD Read Blocks Failed error ...jbrjake2007-08-151-1/+1
* Prettier logging display for filters.jbrjake2007-08-141-4/+4
* Use hb_log for DVD: messages instead of printf.jbrjake2007-08-141-4/+4
* Moves the filters' logging info to work.c, adds parameter info. I also change...jbrjake2007-08-143-3/+15
* Adds a log message informing the user of which filters are being applied.jbrjake2007-08-141-0/+1
* "Same as source" changes. Old behavior: mark all NTSC content as 23.976. New ...jbrjake2007-08-132-14/+152
* Patch from eddyg for a much less cryptic hb_log message when DVDReadBlocks fa...jbrjake2007-08-061-1/+1
* Display thread IDs in hb_log messages with %x instead of %d, so they aren't n...jbrjake2007-08-061-3/+3
* Implements libswscale in HandBrake, giving it Lanczos scaling! This major enh...jbrjake2007-08-014-58/+73
* Patch from huevos_rancheros to restore 2-pass functionality, which broke when...jbrjake2007-07-271-0/+17
* - Fix for issue in deinterlace.c where it would not compile. Also reduces fin...sr552007-07-271-595/+595
* Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks...jbrjake2007-07-271-1/+1
* This huge patch from huevos_rancheros ports a number of video filters from me...jbrjake2007-07-2711-63/+2819
* 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
* 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