summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Add an (optional) iso639_2b field to the language struct so that we will acce...van2008-01-242-23/+28
* - Make MPEG audio (and other audio types besides AC3) work.van2008-01-221-103/+126
* - rather than completely giving up on a dvd because we got a read error on ne...van2008-01-221-5/+13
* Maintains separate filter settings for each job. This prevents the MacGui fro...jbrjake2008-01-225-21/+60
* Prevents VFR from leaving PTS gaps at dropped frames, so it works properly wi...jbrjake2008-01-221-13/+17
* account for quantization bias when computing durations for vfr.van2008-01-221-8/+2
* When vfr is selected use the frame timing from render.c rather than generatin...van2008-01-221-38/+68
* Change subtitle position to prevent displaying within a 2% margin of the heig...eddyg2008-01-211-10/+53
* - get rid of 'chapter merging'.van2008-01-201-110/+143
* Set the alternate group for the audio tracks. Does only work when building wi...ritsuka2008-01-191-0/+3
* Use IS0 639-2/T language codes instead of ISO 639-2/B language codes because ...jbrjake2008-01-181-22/+22
* Bumps libhb's copy of libmkv to 0.6.1.3, fixing the >2GB file crashes in Linux.jbrjake2008-01-151-7/+7
* Don't bother informing the user when grayscale is off, since that's the case ...jbrjake2008-01-141-1/+3
* - figure out MPEG PS duration from stream rather than faking it.van2008-01-061-91/+136
* fix for duplicate chapters when encoding with ffmpeg.van2008-01-061-3/+7
* Apply same edit to chapter track as to video track so chapters will stay invan2008-01-061-0/+7
* Fill in the "Encoded By:" tag in MP4 files with "HandBrake" followed by the v...jbrjake2008-01-041-0/+7
* Change url to check LATEST file to "handbrake.fr" dynaflash2008-01-031-1/+1
* Program Streams: Vans patch to set a fake duration for program streams.dynaflash2008-01-011-5/+5
* Only drop frames when using VFR, not with regular detelecine.jbrjake2008-01-011-2/+6
* Program Stream Enhancements - Van: Libhbdynaflash2007-12-314-239/+213
* Fixes a typo in MP4 chapter marker durations. Thanks, van!jbrjake2007-12-291-1/+1
* Extends hb_set_anamorphic_size() to make it possible to do "dry-runs"...this ...jbrjake2007-12-283-40/+63
* Better b-frame muxing. Instead of using an arbitrarily long offset and then l...jbrjake2007-12-283-39/+46
* "Great! Where are we going?"jbrjake2007-12-281-2/+2
* Renumber start and stop timestamps for VFR, so they are continuous despite dr...jbrjake2007-12-181-2/+30
* MacGui: Queue Update - thanks travistexdynaflash2007-12-173-1/+8
* Only call the dynamic range compression function when the user-inputted value...jbrjake2007-12-131-1/+1
* MPEG-2 stream reading fixes for missing audio, multiple audio tracks, languag...jbrjake2007-12-135-193/+318
* Ooops -- when copying and pasting code snippets, it helps to have the right t...jbrjake2007-12-121-1/+1
* Don't copy the frame before passing it to x264, let x264 look directly into o...eddyg2007-12-121-7/+20
* 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