| Commit message (Expand) | Author | Age | Files | Lines |
* | Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro... | eddyg | 2007-08-27 | 5 | -29/+107 |
* | MacGui: Fix main window closing to it doesnt crash HB and allow you to get it... | dynaflash | 2007-08-24 | 2 | -1/+12 |
* | Doubles the number of frames checked for cadence changes, streamlines their s... | jbrjake | 2007-08-24 | 1 | -10/+10 |
* | Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob... | jbrjake | 2007-08-24 | 1 | -3/+6 |
* | Add Subtitle scanning for forced subtitles and normal subtitles from the CLI | eddyg | 2007-08-21 | 10 | -44/+162 |
* | Added "--subtitle-force" option to the CLI, and added changes to decsub to | eddyg | 2007-08-20 | 2 | -9/+42 |
* | Add colour/chroma to subtitles where they are not transparent. | eddyg | 2007-08-20 | 2 | -5/+98 |
* | Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy! | jbrjake | 2007-08-19 | 1 | -1/+1 |
* | Prevents a bus error at scan time with DVDs that have a weird cell structure.... | jbrjake | 2007-08-17 | 1 | -10/+13 |
* | Switch to mk_laceXiph(). | saintdev | 2007-08-16 | 1 | -20/+9 |
* | Lessens the brownpantsification effect from the DVD Read Blocks Failed error ... | jbrjake | 2007-08-15 | 1 | -1/+1 |
* | Prettier logging display for filters. | jbrjake | 2007-08-14 | 1 | -4/+4 |
* | Use hb_log for DVD: messages instead of printf. | jbrjake | 2007-08-14 | 1 | -4/+4 |
* | Moves the filters' logging info to work.c, adds parameter info. I also change... | jbrjake | 2007-08-14 | 3 | -3/+15 |
* | Adds a log message informing the user of which filters are being applied. | jbrjake | 2007-08-14 | 1 | -0/+1 |
* | "Same as source" changes. Old behavior: mark all NTSC content as 23.976. New ... | jbrjake | 2007-08-13 | 2 | -14/+152 |
* | Patch from eddyg for a much less cryptic hb_log message when DVDReadBlocks fa... | jbrjake | 2007-08-06 | 1 | -1/+1 |
* | Display thread IDs in hb_log messages with %x instead of %d, so they aren't n... | jbrjake | 2007-08-06 | 1 | -3/+3 |
* | Implements libswscale in HandBrake, giving it Lanczos scaling! This major enh... | jbrjake | 2007-08-01 | 4 | -58/+73 |
* | Patch from huevos_rancheros to restore 2-pass functionality, which broke when... | jbrjake | 2007-07-27 | 1 | -0/+17 |
* | - Fix for issue in deinterlace.c where it would not compile. Also reduces fin... | sr55 | 2007-07-27 | 1 | -595/+595 |
* | Oops, fixes a typo I made in the libhb/Jamfile that broke compilation. Thanks... | jbrjake | 2007-07-27 | 1 | -1/+1 |
* | This huge patch from huevos_rancheros ports a number of video filters from me... | jbrjake | 2007-07-27 | 11 | -63/+2819 |
* | Matroska: Mark all tracks enabled. | saintdev | 2007-07-27 | 1 | -1/+2 |
* | We don't need to write end times for chapters, these are automatically calcul... | saintdev | 2007-07-27 | 1 | -9/+5 |
* | Native language subtitle scan improvements. Thanks, eddyg! | jbrjake | 2007-07-26 | 2 | -59/+130 |
* | This should finally fix the PS stream language without iterating through ever... | saintdev | 2007-07-26 | 1 | -1/+1 |
* | Change Matroska timecode scale to be 1000000000 / 90000. | saintdev | 2007-07-26 | 1 | -8/+9 |
* | This patch from eddyg should help alleviate HandBrake's audio drop issues. It... | jbrjake | 2007-07-25 | 4 | -15/+58 |
* | Ok, this should fix compilation. Instead of using the 2-letter language code ... | jbrjake | 2007-07-25 | 1 | -1/+1 |
* | We shouldn't assume that MPEG2-PS audio is English. Set it to 'Unknown' instead. | saintdev | 2007-07-25 | 1 | -1/+1 |
* | Makes sure chapter markers get applied to the right track, so ReaderFunc() se... | jbrjake | 2007-07-24 | 1 | -2/+5 |
* | These hopefully-innocuous changes to hb.c should help with the active queuing... | jbrjake | 2007-07-20 | 1 | -2/+19 |
* | Set MinCache to 1 if we're using x264 and b-frames. | saintdev | 2007-07-16 | 1 | -0/+2 |
* | MacGui: Active Queue Initial Implementation | dynaflash | 2007-07-16 | 2 | -3/+25 |
* | Update makefile in libhb for libmkv | sr55 | 2007-07-14 | 1 | -3/+4 |
* | Fix AAC audio inside MKV container crash. | saintdev | 2007-07-14 | 1 | -1/+1 |
* | Matroska muxer! | saintdev | 2007-07-14 | 5 | -1/+329 |
* | More accurate frame start/stop times for vorbis. This is needed for the upcom... | saintdev | 2007-07-13 | 1 | -5/+7 |
* | Oops, that's 'management_active', not 'managed'. | saintdev | 2007-07-08 | 1 | -1/+1 |
* | vorbis: gracefully fail if encoder setup fails, and remove depriciated OV_ECT... | saintdev | 2007-07-07 | 1 | -3/+20 |
* | Fixes to the CLI for forced subtitles, and Turbo. | saintdev | 2007-07-06 | 2 | -39/+48 |
* | Implement transport and program stream support. With these changes it's now p... | awk | 2007-07-04 | 10 | -38/+2166 |
* | Switch buf->key to buf->frametype which is a bitmask telling us what type of ... | saintdev | 2007-06-17 | 11 | -24/+34 |
* | Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that ca... | jbrjake | 2007-06-13 | 2 | -11/+26 |
* | Disables extra audio tracks so they don't all play over the main audio track ... | jbrjake | 2007-06-12 | 1 | -6/+21 |
* | A big batch of patches from eddyg. | jbrjake | 2007-06-06 | 4 | -22/+211 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@590 b64f7644-9d1e-0410-96f... | awk | 2007-05-19 | 2 | -7/+33 |
* | Removes thread limitation for iPod encoding. With x264's new-ish sliceless th... | jbrjake | 2007-05-09 | 1 | -1/+0 |
* | Updated the input channel layouts to store the source LFE information as well... | maurj | 2007-05-06 | 5 | -50/+51 |