summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* Minor chapter cleanups.van2008-04-047-39/+77
* Windows line endings are bad.jbrjake2008-04-031-601/+601
* - hardware players don't tolerate video or audio frames that overlap in time...van2008-04-031-8/+13
* scan and pcm audio fixes.van2008-04-025-415/+531
* New internal audio handling.saintdev2008-04-0119-521/+615
* Fix Makefiles for dynamically linked dvdcss.saintdev2008-03-231-14/+0
* = Adds an hb_detect_comb() function that indicates whether or not a frame sho...jbrjake2008-03-234-2/+135
* libswscale accurate rounding is now re-enabled for all arches except x86_64.saintdev2008-03-212-5/+16
* Reverts r1254, so ffmpeg-in-avi again reports as DivX 5. Giving it the "corre...jbrjake2008-03-201-2/+2
* Fix two of my stupid bugs that prevented using the queue with transport streams:van2008-03-204-244/+326
* Theora.saintdev2008-03-2010-38/+310
* Should have removed this as part of the r1341 checkin - we now add silence ba...van2008-03-161-22/+0
* - Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg st...van2008-03-154-1230/+825
* minor bug fix: AC3 passthru audio frames with no pts were getting a bogus sta...van2008-03-151-4/+5
* Use unix-style line endings (LF) for libhb/Makefile instead of Windows style ...saintdev2008-03-151-109/+109
* encx264: Fix timecodes when using x264 with avi.saintdev2008-03-051-4/+3
* DVB teletext streams and ATSC AC3 audio streams use the same code points. If ...van2008-03-021-5/+22
* Don't crash just because some dvd title uses an illegal pgn number.van2008-03-021-0/+6
* Oops - left in a mistake from an intermediate version. We want aspect ratio f...van2008-03-011-1/+1
* Don't crash while scanning when we can't get previews for some title.van2008-02-294-13/+40
* 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