summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* fix potential infinite loop in ffmpeg mpeg-4 b-frame handlingjstebbins2011-03-121-0/+1
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-118-58/+320
* Fix PAR and height of mpeg-2 1080 content.jstebbins2011-03-111-58/+46
* Use ffmpeg's lock manager for locking needed by ffmpegjstebbins2011-03-103-19/+33
* Remove a workaround for an ffmpeg bug that has been fixed.jstebbins2011-03-081-11/+0
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-089-68/+102
* silence compiler warning about const char *jstebbins2011-03-011-1/+1
* initialize title->angle_count to 1jstebbins2011-03-011-0/+1
* Fix PFR issue where there are different number of frames in 1st and 2nd pass.jstebbins2011-02-281-2/+2
* bump ffmpeg from git-185a155 to git-0b32da9jstebbins2011-02-272-2/+2
* Remove depreciated cpu count from the apisr552011-02-263-22/+6
* Remove the set cpu count option as it doesn't do anything nowsr552011-02-262-17/+0
* fix crash with bd lpcm audio decodingjstebbins2011-02-251-1/+2
* Improve audio labels for BD audio decoded by ffmpegjstebbins2011-02-251-6/+11
* Add temporally overlapping subtitle support.davidfstr2011-02-255-34/+366
* plug some memory leaks.jstebbins2011-02-125-12/+36
* Improve loop detection in dvdnavjstebbins2011-02-112-0/+12
* Remove unnecessary translation of string "LIBFAAD" to "AAC".jstebbins2011-02-111-4/+0
* Remove a couple more remnants of faad from make filesjstebbins2011-02-111-1/+1
* remove libfaad from buildjstebbins2011-02-111-1/+1
* fix sync issue introduced in 3786jstebbins2011-02-111-0/+5
* Improve timestamp handling in decavcodecjstebbins2011-02-081-53/+44
* Fix issue with decoding DTS-HD streamsjstebbins2011-02-081-17/+17
* Fix a hang in syncjstebbins2011-02-071-0/+4
* bump ffmpeg from svn 25689 to git 185a155jstebbins2011-02-042-5/+9
* Use the correct ffmpeg codec id for eac3 in BDjstebbins2011-01-291-1/+1
* libhb: Disable managed mode for Vorbis ABR.saintdev2011-01-261-10/+1
* fix ffmpeg multiple audio decode issuejstebbins2011-01-175-67/+289
* fix problem with large ssa subtitle batches stalling the pipeline.jstebbins2011-01-151-1/+11
* fix double free in handling of last CC messagejstebbins2011-01-131-4/+13
* fix a problem reading flv files that have null packetsjstebbins2011-01-021-0/+6
* fix a re-synchronization problem in bluray readingjstebbins2010-12-301-9/+21
* cli: allow setting modulus with ana-nonejstebbins2010-12-171-2/+2
* prevent crash with strict ana and non-mod-2 dimensions.jstebbins2010-12-172-6/+9
* Adjust x264 qpmin for QT compatibility.jstebbins2010-12-161-0/+6
* [libhb] Change bad block handling using libdvdread to scan forward foreddyg2010-11-302-8/+23
* fix sync of ssa subtitles when using point-to-point encodingjstebbins2010-11-223-33/+44
* fix a problem with search progress indicator and p-to-pjstebbins2010-11-141-2/+3
* fix a problem with the first timestamp returned from av_parser_parse2jstebbins2010-11-141-1/+1
* Fix initial chapter number when doing p-to-p in blurayjstebbins2010-11-131-0/+2
* fix problem with delayed audio when using point-to-pointjstebbins2010-11-131-0/+1
* tweak audio bitrate limitsjstebbins2010-11-111-3/+13
* fix a couple A/V/Sub sync issuesjstebbins2010-11-101-126/+121
* bump ffmpeg from r25374 to r25689jstebbins2010-11-102-8/+13
* Fix encx264 to accomodate upcoming x264 api change.jstebbins2010-11-071-18/+15
* Improved logging of keyint min/maxjstebbins2010-11-071-4/+21
* Bump cpu count limit from 8 to 64jstebbins2010-11-072-2/+2
* Fix use of uninitialized variable in mpeg PS detection.jstebbins2010-11-071-1/+1
* Allow longer SRT filename paths.jstebbins2010-11-071-1/+1
* oops, delete debug printf...jstebbins2010-11-061-1/+0