summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* It's a good idea to have a buffer for every pid you decide to decode.van2008-02-291-4/+2
* libvorbis expects kbps, not bps.saintdev2008-02-271-1/+1
* Set an minimum subtitle display time of three seconds *or* until the next sub...eddyg2008-02-261-0/+20
* Don't allow negative durations. These shouldn't happen but occasionally do du...van2008-02-251-1/+18
* AAC+AC3 in MKVjbrjake2008-02-211-4/+13
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-2135-1164/+1164
* Sanity check the input codec is AC3 when selecting AC3 pass through to avoid ...eddyg2008-02-181-0/+9
* Only store chapter markers separate from their buffers when doing VFR.jbrjake2008-02-181-1/+1
* You know what I said in r1271 about not using the delay_queue except when VFR...jbrjake2008-02-181-5/+1
* Fix hb_log to truncate the message at the correct point, fixes 1244.eddyg2008-02-181-1/+1
* Only futz with frame durations at render-time when using VFR.jbrjake2008-02-181-1/+1
* Remove the transformation matrix, and use the width field of the tkhd atom to...ritsuka2008-02-171-53/+2
* Signal anamorphic in the MP4 container though the pixel aspect atom as well a...jbrjake2008-02-171-2/+13
* macgui: change the human readable name for the dpl2 + ac3 hybrid from "DPLII ...dynaflash2008-02-171-1/+1
* Only show a line in the log for filters if there are any, only show a line fo...jbrjake2008-02-161-2/+2
* Fixes crashes with 2-pass when b-frames are enabled, by only using the delay_...jbrjake2008-02-161-2/+10
* Adds another safeguard to ensure AC3 pass-thru uses a 48khz sample rate.jbrjake2008-02-161-0/+7
* Allow mac gui to select AC-3 + AAC at the same time, still needs CLI work for...eddyg2008-02-166-13/+57
* Allow multiple output audio tracks from a single DVD audio track.eddyg2008-02-151-16/+51
* Always use a sample rate of 48000hz for AC3.jbrjake2008-02-141-0/+3
* Reverts 1262, since, duh, sample size != sample duration.jbrjake2008-02-141-1/+1
* Calculate AC3-in-M4V frame sizes based on channel count instead of always usi...jbrjake2008-02-141-1/+1
* AC3 from DVD via HB converted to M4V for viewing on ATVeddyg2008-02-141-7/+26
* When x264 outputs frames as references for b-frame pyramids, flag them as suc...jbrjake2008-02-121-1/+5
* Refer to transitions in the presence-or-lack-thereof of progressive flags on ...jbrjake2008-02-121-2/+2
* Removes unused variable (and gets rid of the compile warning for it). Change ...jbrjake2008-02-121-1/+0
* Use proper fourcc code of FMP4 for ffmpeg MPEG-4 video, instead of identifyin...jbrjake2008-02-101-2/+2
* - More robust stream duration estimation: take 16 (position,pts) samples then...van2008-02-091-28/+100
* - correct the way that output timestamps are generated so that VFR will work ...van2008-02-041-27/+73
* Variable frame rate improvements.jbrjake2008-02-042-43/+126
* Double hb_log() max line length to avoid truncation of x264 options in display.eddyg2008-01-311-1/+1
* 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