summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Opens up another way to give x264 a constant QP or RF, by passing a direct va...jbrjake2008-04-261-1/+24
* Changes to support unstructured program streams (such as those produced by a ...van2008-04-251-342/+463
* - Don't allow chapter durations to go negative (since durations are unsigned...van2008-04-252-16/+31
* libhb:sr552008-04-201-22/+134
* Handle the case where hb_list_audio_config_item is passed an invalid index.saintdev2008-04-181-2/+4
* Avoid a divide by 0 in encfaac.c caused by the mixdown not being specifiededdyg2008-04-171-0/+9
* Print a log line for the first chapter.van2008-04-151-0/+8
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-156-72/+65
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-1536-36/+36
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-144-8/+34
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-136-73/+55
* When dropping frames from pullup for VFR, deallocate the associated subtitle ...jbrjake2008-04-131-1/+4
* Let's try out saner b-frame init delays again.jbrjake2008-04-111-4/+2
* Provide more feedback as to the types of the streams in an MPEG Transport streameddyg2008-04-111-24/+101
* Fix brain fade in comments (it's been a long day).van2008-04-101-3/+3
* Fix avi containers which I unwittingly broke with r1341.van2008-04-101-26/+95
* During conversion only log when there's an error or anomaly.van2008-04-061-5/+12
* - Fix sync problems associated with sample rate conversion - the truncation ...van2008-04-061-38/+62
* 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