| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't drop subtitles when crossing PTS discontinuities by using buffer sequen... | eddyg | 2007-10-08 | 7 | -43/+213 |
* | Two changes, one ensure zero size buffers are zero size, second change the bu... | eddyg | 2007-10-04 | 2 | -24/+27 |
* | When duplicating the x264 options keep a pointer to the start of the options ... | eddyg | 2007-10-02 | 1 | -3/+6 |
* | Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / fo... | dynaflash | 2007-09-27 | 1 | -3/+3 |
* | MacGui: Mod encx264.c to allow the queue to show the advanced x264 options in... | dynaflash | 2007-09-27 | 1 | -1/+2 |
* | Mistake in chapter merging well spotted by Van, which would cause the encodin... | eddyg | 2007-09-27 | 1 | -0/+1 |
* | Improved PMT and PAT algorithms to work with streams where the PAT contains e... | awk | 2007-09-21 | 1 | -227/+262 |
* | Warning message had preview number out by one. | eddyg | 2007-09-19 | 1 | -2/+2 |
* | Don't discard titles during scan just because of a read failure on one or mor... | eddyg | 2007-09-19 | 1 | -3/+6 |
* | Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is u... | eddyg | 2007-09-17 | 1 | -1/+30 |
* | Re-enable 6ch vorbis audio. | saintdev | 2007-09-16 | 2 | -6/+16 |
* | Reverts an errant checking for from rev 960 | dynaflash | 2007-09-13 | 3 | -138/+53 |
* | jbrjake's loose pixel ratio patch. | saintdev | 2007-09-13 | 3 | -53/+138 |
* | Cast the flags passed to sws_getContext to a 16-bit int. | saintdev | 2007-09-13 | 2 | -3/+3 |
* | Added buffer management and changed fifo sizes. Changed job->subtitle_scan to... | eddyg | 2007-09-11 | 10 | -54/+329 |
* | MacGui: Queue Improvements from travistex | dynaflash | 2007-09-07 | 1 | -3/+1 |
* | MacGui: New Active Queue implementation courtesy of travistex | dynaflash | 2007-09-05 | 3 | -0/+7 |
* | - Add the accurate rounding flag for software scaling to avoid scaling artifa... | superdump | 2007-09-05 | 2 | -3/+3 |
* | MacGui: | sr55 | 2007-09-04 | 1 | -0/+1 |
* | Workaround from "van" to prevent double chapter markers when using advanced d... | eddyg | 2007-08-31 | 1 | -2/+8 |
* | Added progress marking for when doing the subtitle scan | eddyg | 2007-08-30 | 1 | -0/+22 |
* | Make the auto-fps selected rate sticky | eddyg | 2007-08-30 | 1 | -3/+15 |
* | Improved debug messages for Cell start/stop with Cell number and block. | eddyg | 2007-08-29 | 1 | -2/+4 |
* | Patch from bitsflew that displays fading subtitles as solid subtitles rather ... | eddyg | 2007-08-29 | 1 | -6/+36 |
* | Die, non-standard printf logging, die! | jbrjake | 2007-08-29 | 2 | -5/+5 |
* | These calls to free produce double free warnings. It seems that removing the ... | superdump | 2007-08-29 | 1 | -4/+0 |
* | - Roll back avpicture_alloc to malloc + avpicture_fill. This fixes the MacGUI... | superdump | 2007-08-28 | 1 | -12/+36 |
* | Enable jam to work by changing the error handling to use a callback rather th... | eddyg | 2007-08-27 | 2 | -5/+17 |
* | missed file | eddyg | 2007-08-27 | 1 | -0/+232 |
* | Moved functions from lang.h to lang.c for easy includion in Controller.mm | eddyg | 2007-08-27 | 3 | -223/+10 |
* | Added support to the mac gui for auto-selecting subtitles if the main audio l... | eddyg | 2007-08-27 | 1 | -0/+15 |
* | Improved error handling when disk already full for MKV containers. | eddyg | 2007-08-27 | 1 | -2/+20 |
* | Fixed up mkv error messages that did not apply, and added one which was missed. | eddyg | 2007-08-27 | 1 | -12/+8 |
* | 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 |