summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Improved PMT and PAT algorithms to work with streams where the PAT contains e...awk2007-09-211-227/+262
* Warning message had preview number out by one.eddyg2007-09-191-2/+2
* Don't discard titles during scan just because of a read failure on one or mor...eddyg2007-09-191-3/+6
* Van's changes to the x264 lib and HB encoder to ensure that an IDR frame is u...eddyg2007-09-171-1/+30
* Re-enable 6ch vorbis audio.saintdev2007-09-162-6/+16
* Reverts an errant checking for from rev 960dynaflash2007-09-133-138/+53
* jbrjake's loose pixel ratio patch.saintdev2007-09-133-53/+138
* Cast the flags passed to sws_getContext to a 16-bit int.saintdev2007-09-132-3/+3
* Added buffer management and changed fifo sizes. Changed job->subtitle_scan to...eddyg2007-09-1110-54/+329
* MacGui: Queue Improvements from travistexdynaflash2007-09-071-3/+1
* MacGui: New Active Queue implementation courtesy of travistexdynaflash2007-09-053-0/+7
* - Add the accurate rounding flag for software scaling to avoid scaling artifa...superdump2007-09-052-3/+3
* MacGui:sr552007-09-041-0/+1
* Workaround from "van" to prevent double chapter markers when using advanced d...eddyg2007-08-311-2/+8
* Added progress marking for when doing the subtitle scaneddyg2007-08-301-0/+22
* Make the auto-fps selected rate stickyeddyg2007-08-301-3/+15
* Improved debug messages for Cell start/stop with Cell number and block.eddyg2007-08-291-2/+4
* Patch from bitsflew that displays fading subtitles as solid subtitles rather ...eddyg2007-08-291-6/+36
* Die, non-standard printf logging, die!jbrjake2007-08-292-5/+5
* These calls to free produce double free warnings. It seems that removing the ...superdump2007-08-291-4/+0
* - Roll back avpicture_alloc to malloc + avpicture_fill. This fixes the MacGUI...superdump2007-08-281-12/+36
* Enable jam to work by changing the error handling to use a callback rather th...eddyg2007-08-272-5/+17
* missed fileeddyg2007-08-271-0/+232
* Moved functions from lang.h to lang.c for easy includion in Controller.mmeddyg2007-08-273-223/+10
* Added support to the mac gui for auto-selecting subtitles if the main audio l...eddyg2007-08-271-0/+15
* Improved error handling when disk already full for MKV containers.eddyg2007-08-271-2/+20
* Fixed up mkv error messages that did not apply, and added one which was missed.eddyg2007-08-271-12/+8
* Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro...eddyg2007-08-275-29/+107
* MacGui: Fix main window closing to it doesnt crash HB and allow you to get it...dynaflash2007-08-242-1/+12
* Doubles the number of frames checked for cadence changes, streamlines their s...jbrjake2007-08-241-10/+10
* Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob...jbrjake2007-08-241-3/+6
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-2110-44/+162
* Added "--subtitle-force" option to the CLI, and added changes to decsub toeddyg2007-08-202-9/+42
* Add colour/chroma to subtitles where they are not transparent.eddyg2007-08-202-5/+98
* Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy!jbrjake2007-08-191-1/+1
* 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