summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Updated jamfile to fix a small compile issue with zlibsr552007-12-081-109/+109
* Adds extra, user-selectable dynamic range compression to the liba52 interface...jbrjake2007-12-083-0/+36
* Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, i...jbrjake2007-11-282-1/+2
* Optimize MP4 files for HTTP streaming (on the CLI it's -O or --optimize).jbrjake2007-11-212-13/+13
* Exit gracefully when trying to ifoOpen a title with no VTS entry, instead of ...jbrjake2007-11-191-0/+7
* Moves the readout of applied x264 options from test.c to work.c, so the MacGu...jbrjake2007-11-161-0/+2
* First attempt at variable frame rate detelecining for NTSC video sources.jbrjake2007-11-105-8/+115
* Fix matroska audio channel counts for AC3 pass-through.saintdev2007-11-051-1/+1
* Automagically set keyframe intervals for x264, based on the specified FPS.jbrjake2007-10-261-1/+10
* Changed logging messages about PTS discontinuities to be less verbose, and ch...eddyg2007-10-231-23/+111
* "Loose" anamorphic:jbrjake2007-10-164-3/+166
* This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime ...jbrjake2007-10-161-7/+20
* Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to...eddyg2007-10-131-10/+10
* Somehow this went missing as I prepared these subtitle changes for commit in ...eddyg2007-10-111-0/+2
* Detect and workaround missing end of cell markers caused by corrupted DVD con...eddyg2007-10-111-9/+83
* Port HandBrake to Solaris, most of the heavy lifting provided by begi. eddyg2007-10-112-2/+20
* Fixed a problem when using more than 13 b-frames in x264ritsuka2007-10-111-8/+7
* Increases the size of the integer holding MPEG-2 picture flags in the hb_buff...jbrjake2007-10-091-1/+1
* Fix to the chapter merging to ensure that when reading from the media we take...eddyg2007-10-092-10/+30
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-087-43/+213
* Two changes, one ensure zero size buffers are zero size, second change the bu...eddyg2007-10-042-24/+27
* When duplicating the x264 options keep a pointer to the start of the options ...eddyg2007-10-021-3/+6
* Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / fo...dynaflash2007-09-271-3/+3
* MacGui: Mod encx264.c to allow the queue to show the advanced x264 options in...dynaflash2007-09-271-1/+2
* Mistake in chapter merging well spotted by Van, which would cause the encodin...eddyg2007-09-271-0/+1
* 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